Skip to content

Commit c6b806a

Browse files
committed
fix(test-datasets): Add public-read ACL
1 parent 2eceb4a commit c6b806a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pulumi/test-datasets/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"test-datasets-bucket",
88
arn="arn:aws:s3:::nf-core-test-datasets",
99
bucket="nf-core-test-datasets",
10+
acl="public-read",
1011
cors_rules=[
1112
aws.s3.BucketCorsRuleArgs(
1213
allowed_headers=["*"],

0 commit comments

Comments
 (0)