You've already forked devops-exercises
mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2025-07-15 23:54:32 +02:00
Update ACL for public bucket (#322)
Update ACL as "public-read" for the public bucket
This commit is contained in:
@ -17,7 +17,7 @@ aws.s3.BucketObject("bucketObject",
|
||||
|
||||
# Public Bucket
|
||||
aws.s3.Bucket("my-first-public-bucket",
|
||||
acl="private",
|
||||
acl="public-read",
|
||||
tags={
|
||||
"Environment": "Exercise",
|
||||
"Name": "My First Public Bucket"},
|
||||
|
Reference in New Issue
Block a user