Recent | Popular
#aws-cdk #aws #s3 #iam #policy
#aws #policy
{ "Version": "2012-10-17", "Statement": [ { "Sid": "PublicReadGetObject", "Effect": "Allow", "Principal": "*", "Action": [ "s3:GetObject" ], "Resource": [ "arn:aws:s3:::Bucket-Name/*" ] } ] }
Tue Oct 04 2022 11:27:49 GMT+0000 (Coordinated Universal Time) https://kuchbhilearning.blogspot.com/2022/09/add-policy-to-existing-bucket-aws-cdk.html
Fri May 14 2021 20:30:25 GMT+0000 (Coordinated Universal Time)