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
I don't allow the plugin to call GetBucketLocation API.
Describe the solution you'd like
The API call should be omitted if the region is manually specified.
Describe alternatives you've considered
Allowing the plugin to call GetBucketLocation might be an alternative solution, but it is against the principle of least privilege. On some managed WordPress environment, it's almost impossible to add such an extra permission just to make this plugin work without error.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm using this plugin on AWS. On Storage Settings page, GetBucketLocation API is always called and results in
AccessDenied
error.Since I know the region the S3 bucket is located in, I'm manually specifying it like this:
I don't allow the plugin to call GetBucketLocation API.
Describe the solution you'd like
The API call should be omitted if the region is manually specified.
Describe alternatives you've considered
Allowing the plugin to call GetBucketLocation might be an alternative solution, but it is against the principle of least privilege. On some managed WordPress environment, it's almost impossible to add such an extra permission just to make this plugin work without error.
Additional context
None.
The text was updated successfully, but these errors were encountered: