Plugin Title | Bucket Versioning |
Cloud | |
Category | Storage |
Description | Ensures object versioning is enabled on storage buckets |
More Info | Object versioning can help protect against the overwriting of objects or data loss in the event of a compromise. |
GOOGLE Link | https://cloud.google.com/storage/docs/using-object-versioning |
Recommended Action | Bucket Versioning can only be enabled by using the Command Line Interface, use this command to enable Versioning: gsutil versioning set on gs://[BUCKET_NAME] |
- Log into the Google Cloud Platform Console.
- Click on the 'cloud shell' icon on the top left of navigation bar ,as Bucket Versioning can only be enabled by using the CLI (Command Line Interface) .
- Enter the command gsutil versioning set on gs://[BUCKET_NAME]
- Repeat steps 3 to enable versioning to all other buckets in the project.