Difference between revisions of "PublicReadGetObject"

From wikieduonline
Jump to navigation Jump to search
 
Line 18: Line 18:
 
  }
 
  }
  
 
+
== Related ==
[[data]] [[aws_iam_policy_document]]
+
* <code>[[data]] [[aws_iam_policy_document]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 06:57, 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/*"
           ]
       }
   ]
}

Related[edit]

See also[edit]

Advertising: