StorafleetStorafleet

/// 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

  1. In the OSS console, click Create Bucket.
  2. 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

  1. In the RAM console, create a user with Programmatic access and attach OSS permissions.
  2. 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.