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've created my bucket in US East (N. Virginia) so that its in the same region as my server. However, since the code is manually constructing URLs based on the region code, this is failing as the region code is "us-east-1", but being the very first s3 region, the host is simply "s3.amazonaws.com".
This handling of the S3 bucket URLs also prevents using CNAMEs for the bucket urls, which is what I'd really like to do so that the bucket can also be put behind a CDN.