Skip to content

Commit

Permalink
Merge pull request #29 from aws-samples/rezabekf/bucket-versioning
Browse files Browse the repository at this point in the history
enable bucket versioning
  • Loading branch information
matteofigus authored Jun 16, 2021
2 parents 82f1cc4 + f0e2633 commit 1fca053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cfn/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ Resources:
WebUIBucket:
Type: AWS::S3::Bucket
Properties:
VersioningConfiguration:
Status: Enabled
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
Expand Down

0 comments on commit 1fca053

Please sign in to comment.