Skip to content

Commit e2a420e

Browse files
author
Prakash
committed
Changing the website buckets to be private
1 parent 2ba8e4a commit e2a420e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automated-ui-testing.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Resources:
1717
Type: "AWS::S3::Bucket"
1818
DeletionPolicy: Retain
1919
Properties:
20-
AccessControl: PublicRead
20+
AccessControl: Private
2121
BucketName:
2222
Fn::Sub: test-website-${AWS::StackName}
2323
WebsiteConfiguration:
@@ -31,7 +31,7 @@ Resources:
3131
Type: "AWS::S3::Bucket"
3232
DeletionPolicy: Retain
3333
Properties:
34-
AccessControl: PublicRead
34+
AccessControl: Private
3535
BucketName:
3636
Fn::Sub: status-website-${AWS::StackName}
3737
WebsiteConfiguration:

0 commit comments

Comments
 (0)