We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab02f5e commit 2cbc195Copy full SHA for 2cbc195
1 file changed
serverless.yml
@@ -38,7 +38,9 @@ resources:
38
AppBucket:
39
Type: 'AWS::S3::Bucket'
40
Properties:
41
- AccessControl: PublicRead
+ AccessControl: Private
42
+ PublicAccessBlockConfiguration:
43
+ BlockPublicPolicy: false
44
BucketName: ${self:custom.appBucketName}
45
WebsiteConfiguration:
46
IndexDocument: index.html
@@ -47,7 +49,9 @@ resources:
47
49
ProjectBucket:
48
50
51
52
53
54
55
BucketName: ${self:custom.projectBucketName}
56
CorsConfiguration:
57
CorsRules:
0 commit comments