Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 784 Bytes

bucket-versioning.md

File metadata and controls

18 lines (13 loc) · 784 Bytes

CloudSploit

GOOGLE / Storage / Bucket Versioning

Quick Info

Plugin Title Bucket Versioning
Cloud GOOGLE
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]

Detailed Remediation Steps