StorafleetStorafleet

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

  1. In the Cloud Console, select or create a project, then open Cloud Storage → Buckets → Create.
  2. Name the bucket (globally unique), choose a location and storage class, and create it.

Create an HMAC key

  1. Go to Cloud Storage → Settings → Interoperability.
  2. 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.