Answers for "how to make s3 bucet objects publicj"

3

how to make s3 bucet objects publicj

{"Version": "2008-10-17",
"Statement": [{"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::YOUR-BUCKET-NAME/*"
}]}
Posted by: Guest on May-21-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language