/// CREATE A BUCKET / ALIBABA CLOUD OSS
Create a Alibaba Cloud OSS bucket
Alibaba Cloud OSS offers low-cost object storage with IA, Archive and Cold Archive tiers. Create a bucket, mint a RAM AccessKey, and connect over the S3-compatible endpoint.
Create a bucket
- In the OSS console, click Create Bucket.
- Name it (globally unique), pick a region and a storage class (Standard for active data), and create it. Note the region.
Create a RAM AccessKey
- In the RAM console, create a user with Programmatic access and attach OSS permissions.
- Copy the AccessKey ID and AccessKey Secret (secret shown once).
Connect it to storafleet
Use endpoint https://s3.oss-<REGION>.aliyuncs.com. Head to Connect Alibaba Cloud OSS.