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
Simply putting the bucket in another region doesn't seem to help - the S3 client hits the wrong endpoint and gets stuck in a redirect loop. As a workaround, I removed CreateBucketConfiguration from interna/aws/aws.go. As expected it breaks every region except us-east-1, so a proper patch is still needed.
The text was updated successfully, but these errors were encountered:
To create buckets in us-east-1, you must omit the
LocationConstraint
field as specifying us-east-1 there produces an error. See https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucketConfiguration.html#API_CreateBucketConfiguration_ContentsSimply putting the bucket in another region doesn't seem to help - the S3 client hits the wrong endpoint and gets stuck in a redirect loop. As a workaround, I removed
CreateBucketConfiguration
from interna/aws/aws.go. As expected it breaks every region except us-east-1, so a proper patch is still needed.The text was updated successfully, but these errors were encountered: