Service domain
Updated at:2025-11-03
Access BOS via the AWS S3 protocol with the following service domains:
| Region | Access Endpoint | Protocol |
|---|---|---|
| Beijing | s3.bj.bcebos.com | HTTP, HTTPS |
| Guangzhou | s3.gz.bcebos.com | HTTP |
| Suzhou | s3.su.bcebos.com | HTTP, HTTPS |
| Baoding | s3.bd.bcebos.com | HTTP |
| Wuhan Zone of Financial Cloud | s3.fwh.bcebos.com | HTTP |
| Hong Kong | s3.hkg.bcebos.com | HTTP |
Access to BOS via the AWS S3 protocol is similar to direct access to BOS, and also supports path-style and bucket virtual hosting. Taking GetObject as an example, the two styles of request syntax are 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: Access to BOS via the AWS S3 protocol with custom domain is not supported.
