Skip to content

Commit

Permalink
fix(test-datasets): Add public-read ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 5, 2024
1 parent 2eceb4a commit c6b806a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulumi/test-datasets/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test-datasets-bucket",
arn="arn:aws:s3:::nf-core-test-datasets",
bucket="nf-core-test-datasets",
acl="public-read",
cors_rules=[
aws.s3.BucketCorsRuleArgs(
allowed_headers=["*"],
Expand Down

0 comments on commit c6b806a

Please sign in to comment.