You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
It looks like the plugin is using the ListAllMyBuckets.
I don't see a valid reason why it would attempt to do that, since we are providing the bucket name already in the plugin configuration.
As you know, the ListAllMyBuckets can only take a wildcard as resource argument, which means all buckets names in the account can be seen.
It looks like the plugin is using the ListAllMyBuckets.
I don't see a valid reason why it would attempt to do that, since we are providing the bucket name already in the plugin configuration.
As you know, the ListAllMyBuckets can only take a wildcard as resource argument, which means all buckets names in the account can be seen.
Any chance to fix that?