versioning - Enable or suspend versioning for one or more buckets
Synopsis
gsutil versioning set [on|off] bucket_url... gsutil versioning get bucket_url...
Description
The Versioning Configuration feature enables you to configure a Google Cloud Storage bucket to keep old versions of objects.
The gsutil versioning command has two sub-commands:
Set
The “set” sub-command requires an additional sub-command, either “on” or “off”, which, respectively, will enable or disable versioning for the specified bucket(s).
Get
The “get” sub-command gets the versioning configuration for a bucket and displays whether or not it is enabled.