/// CREATE A BUCKET / IBM CLOUD OBJECT STORAGE
Create a IBM Cloud Object Storage bucket
IBM Cloud Object Storage gives you S3-compatible storage across regional and cross-region resiliency options. Create a bucket, generate HMAC credentials, and connect.
Create the service & a bucket
- In the IBM Cloud console, create (or open) an Object Storage instance.
- Go to Buckets → Create bucket (a Custom bucket lets you choose resiliency + region), name it, pick Regional resiliency and a location (e.g.
us-south), and create it.
Create HMAC credentials
- Open the instance → Service credentials → New credential.
- Expand Advanced options, set Include HMAC Credential to On, choose Writer, and add it.
- Copy
access_key_idandsecret_access_keyfrom thecos_hmac_keysblock.
Find your endpoint
Use the region's public endpoint: https://s3.<REGION>.cloud-object-storage.appdomain.cloud.
Connect it to storafleet
Head to Connect IBM Cloud Object Storage with the bucket name, region, endpoint, and HMAC keys.