Skip to content

Commit ed8d3fc

Browse files
authored
Merge pull request #20 from aws-samples/develop
remove ssm
2 parents 5799a68 + c0a5214 commit ed8d3fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/cloud-formation-templates/s3-athena-result.template.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Description: Amazon S3 bucket to store Athena query results
33
Resources:
44
S3Bucket:
55
Type: AWS::S3::Bucket
6-
Properties:
7-
BucketEncryption:
8-
ServerSideEncryptionConfiguration:
9-
- ServerSideEncryptionByDefault:
10-
SSEAlgorithm: 'aws:kms'
11-
KMSMasterKeyID: KMS-KEY-ARN
6+
# Properties:
7+
# BucketEncryption:
8+
# ServerSideEncryptionConfiguration:
9+
# - ServerSideEncryptionByDefault:
10+
# SSEAlgorithm: 'aws:kms'
11+
# KMSMasterKeyID: KMS-KEY-ARN
1212
Outputs:
1313
BucketName:
1414
Value: !Sub 's3://${S3Bucket}/athena/results/'

0 commit comments

Comments
 (0)