Difference between revisions of "PublicReadGetObject"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
[[data]] [[aws_iam_policy_document]] | [[data]] [[aws_iam_policy_document]] | ||
+ | |||
+ | == See also == | ||
+ | * |
Revision as of 06:56, 8 March 2023
https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteAccessPermissionsReqd.html
{ "Version": "2012-10-17", "Statement": [ { "Sid": "PublicReadGetObject", "Effect": "Allow", "Principal": "*", "Action": [ "s3:GetObject" ], "Resource": [ "arn:aws:s3:::Bucket-Name/*" ] } ] }
data aws_iam_policy_document
See also
Advertising: