Baidu AI Cloud
中国站

百度智能云

Object Storage

Service Domain Name

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.1
Host: bucket.s3.bj.bcebos.com
Path-style GET /bucket/object HTTP/1.1
Host: s3.bj.bcebos.com

Note: Not support to access to BOS through the AWS S3 protocol using custom domain names.

Previous
Overview
Next
Compatible Signature Authentication