简体   繁体   中英

S3 Bucket Endpoint for Static Website Hosting

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM