Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Created March 11, 2021 07:25
Show Gist options
  • Select an option

  • Save iamcryptoki/66674ff1c22e5873ae291f9e6b425a3d to your computer and use it in GitHub Desktop.

Select an option

Save iamcryptoki/66674ff1c22e5873ae291f9e6b425a3d to your computer and use it in GitHub Desktop.
Enable/Disable Google Cloud Storage Bucket versioning.
# Enable GCS versioning
$ gsutil versioning set on gs://<BUCKET_NAME>
# Disable GCS versioning
$ gsutil versioning set off gs://<BUCKET_NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment