GCP cloud storage
Authentication
Access- and secretkey
Usage
Environment variables:
BUCKET
PROJECT_ID
List all buckets:
gcloud storage ls
List bucket content:
gcloud storage ls gs://mastodon--dev/accounts
Copy:
gcloud storage cp /tmp/index.html gs://versatiles-prod/index.html
Backup
- Storage Transfer Service
gsutil cp
orgsutil rsync
to another bucket- Object versioning together with Object Lifecycle Management