Difference between revisions of "AWS S3 policies"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html
Line 1: | Line 1: | ||
* https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-policy-language-overview.html | * https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-policy-language-overview.html | ||
− | |||
− | |||
− | |||
− | |||
− | |||
{{s3:}} | {{s3:}} |
Revision as of 10:03, 24 July 2023
s3:, s3:ListBucket, s3:ListAllMyBuckets, s3:PutObject, s3:PutObjectAcl, s3:GetObject, s3:GetObjectAcl [1], s3:GetBucketPolicy, s3:PutBucketPolicy, s3:DeleteObject, s3:ReplicateObject, s3:ReplicateDelete, s3:ReplicateTags
Contents
Official example
{ "Version": "2012-10-17", "Id": "ExamplePolicy01", "Statement": [ { "Sid": "ExampleStatement01", "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::123456789012:user/Dave" }, "Action": [ "s3:GetObject", "s3:GetBucketLocation", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::awsexamplebucket1/*", "arn:aws:s3:::awsexamplebucket1" ] } ] }
Errors
Activities
- S3 read-write access to a certain bucket
- How do I troubleshoot the error "You don't have permissions to edit bucket policy" when I try to modify a bucket policy in Amazon S3?
See also
Advertising: