Issue
Storage versioning disabled
Details
Enabling versioning on storage allows recovery from accidental deletion, overwrite or any unintended change to stored objects by keeping multiple versions of an object, adding a layer of protection for data durability and compliance requirements.
Guidance
Enable versioning for your storage to maintain a historical record of object changes and protect against accidental overwrites or deletions.
Fixes
Use Quickfix
Enable versioning on storage.
Quickfix uses cloud provider APIs to safely resolve the issue automatically.
Use CLI
Run the following in your terminal:
aws s3api put-bucket-versioning --bucket hooli-terraform --versioning-configuration Status=Enabled
Subject
Issue
Category
Stability
Level
Warning
Detected
Feb 27, 2025
Status
Active