1
votes

I've hosted a static website on S3 bucket in US East (N. Virginia) region. The endpoint is something like this

http:// BucketName .s3-website-us-east-1.amazonaws.com

This region has also a valid endpoint name

s3.amazonaws.com

I want change mine to something like http://s3.amazonaws.com/ BucketName /

Is there a way I can do so?

1
Possible duplicate of Amazon S3 Url rewriteArtem Arkhipov
@artem-arkhipov Many thanks.The reference is probably using my own domain. But in my case, I just wanted to alter endpoint from one to another. Not to use my own domain.Rawal Baig

1 Answers

3
votes

You can point to an Amazon S3 bucket using the s3.amazonaws.com/bucketname method, however: