/// CONNECT A PROVIDER / HUAWEI CLOUD OBS
Huawei Cloud OBS
Huawei Cloud OBS is S3-compatible and authenticates with an Access Key (AK) and Secret Key (SK). Connect with the regional OBS endpoint — virtual-hosted-style.
Don't have a bucket yet? Create one first →
What you need
- An AK/SK pair (Access Key ID + Secret Access Key) for an IAM user with programmatic access.
- The bucket name and its region (e.g.
ap-southeast-1,cn-north-4).
Create an AK/SK
- In the Huawei Cloud console, open My Credentials → Access Keys → Create Access Key.
- Complete the verification and download the credentials CSV — it contains the Access Key ID and Secret Access Key (shown once).
Endpoint & region
https://obs.<REGION>.myhuaweicloud.com — for example https://obs.ap-southeast-1.myhuaweicloud.com. Use the region endpoint, not a bucket-specific domain.
Connect the Fleet
- Create Fleet → Access Keys; enter a name, the bucket name, and the region.
- Paste the AK and SK, set the regional endpoint, and connect.
Supported features
OBS supports versioning, lifecycle + storage-class transitions (Infrequent / Archive / Deep Archive), CORS, bucket policy, object tags, and Object Lock.