/// CREATE A BUCKET / GOOGLE CLOUD STORAGE
Create a Google Cloud Storage bucket
Google Cloud Storage works with storafleet through its S3-compatible XML API and an HMAC key. Create a bucket, mint an interoperability key, and connect.
Create a bucket
- In the Cloud Console, select or create a project, then open Cloud Storage → Buckets → Create.
- Name the bucket (globally unique), choose a location and storage class, and create it.
Create an HMAC key
- Go to Cloud Storage → Settings → Interoperability.
- Click Create a key for a service account, pick one with object access, and copy the Access key and Secret (shown once).
Connect it to storafleet
Use endpoint https://storage.googleapis.com and region auto. Head to Connect Google Cloud Storage.