/// CONNECT A PROVIDER / UCLOUD US3
UCloud US3
UCloud US3 is S3-compatible and authenticates with a Public Key (公钥, the Access Key ID) and Private Key (私钥, the Secret).
Don't have a bucket yet? Create one first →
What you need
- A Public Key (公钥, Access Key ID) and Private Key (私钥, Secret).
- The bucket name and region.
Create API keys
- Sign in to the UCloud console and open API Keys.
- Create an API key (SMS-verified).
- Copy the Public Key (公钥, Access Key ID) and Private Key (私钥, Secret).
Endpoint & region
https://s3-<REGION>.ufileos.com — substitute your US3 region (20+ available). Note the s3- prefix: this is the S3-compatible host, not the native <region>.ufileos.com. Use path-style addressing.
Connect the Fleet
- From the Fleet page, click Create Fleet and pick Access Keys.
- Paste the Public Key (Access Key ID) and Private Key (Secret).
- Set the endpoint for your region.
- Click connect.
Supported features
US3 supports lifecycle and storage classes — auto-cooling tiers (Standard → Infrequent Access → Archive). S3 versioning is always disabled, and CORS, bucket policies, object tags, and Object Lock are not in its S3 surface.
US3 requires request checksums/MD5 to be disabled (storafleet handles this) and multipart parts of exactly 8 MB — any other part size returns HTTP 400.