Skip to content

Commit

Permalink
fix: s3 encryption cloudformation
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Feb 16, 2018
1 parent 2deca80 commit 697f164
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions serverless-uncompiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1059,9 +1059,10 @@ resources:
Properties:
VersioningConfiguration:
Status: Enabled
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
BucketEncryption:
ServerSideEncryptionConfiguration:
- ServerSideEncryptionByDefault:
SSEAlgorithm: AES256

PrivateConfBucket:
Type: "AWS::S3::Bucket"
Expand Down

0 comments on commit 697f164

Please sign in to comment.