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
Currently, if a bucket's region is undiscoverable (e.g., because we don't have permissions to issue GetBucketLocation calls), Reflow reverts to the default region us-east-1. Reflow should probably instead use the session's region (or, as specified by Config.AWSRegion).
The text was updated successfully, but these errors were encountered:
Currently, if a bucket's region is undiscoverable (e.g., because we don't have permissions to issue
GetBucketLocation
calls), Reflow reverts to the default regionus-east-1
. Reflow should probably instead use the session's region (or, as specified byConfig.AWSRegion
).The text was updated successfully, but these errors were encountered: