Skip to content

Commit

Permalink
Merge pull request #132 from CDLUC3/disaster-recovery
Browse files Browse the repository at this point in the history
add versioning to the CF S3 bucket to support disaster recovery
  • Loading branch information
briri authored Apr 30, 2024
2 parents 3218ba6 + a759020 commit e68d635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Resources:
LoggingConfiguration:
DestinationBucketName: !Ref S3LogBucket
LogFilePrefix: 's3-access'
VersioningConfiguration:
Status: 'Enabled'

# S3 Bucket for storing things that should not be publicly accessible like CodePipeline artifacts
S3PrivateBucket:
Expand Down

0 comments on commit e68d635

Please sign in to comment.