Service Domain Name
Last Updated:2020-07-20
Access the BOS through the AWS S3 protocol using the following service domain name:
| Region | Access to Endpoint | Protocol |
|---|---|---|
| BJ | s3.bj.bcebos.com | HTTP HTTPS |
| GZ | s3.gz.bcebos.com | HTTP |
| SU | s3.su.bcebos.com | HTTP |
Access to BOS through AWS S3 protocol is similar to access to BOS directly, and also supports path-style and bucket virtual hosting. Take GetObject as an example, the request syntax of the two styles is as follows:
| Style | Request syntax |
|---|---|
| bucket virtual hosting | GET /object HTTP/1.1Host: bucket.s3.bj.bcebos.com |
| Path-style | GET /bucket/object HTTP/1.1Host: s3.bj.bcebos.com |
Note: Not support to access to BOS through the AWS S3 protocol using custom domain names.
