Update ACL for public bucket (#322)

Update ACL as "public-read" for the public bucket
This commit is contained in:
An Qiuyu 2022-11-24 04:24:52 +08:00 committed by GitHub
parent 737c411ae8
commit 7c00bca649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"},