Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Version": "2012-10-17",
- "Statement": [{
- "Sid": "Only allow writes to this bucket with bucket owner full control",
- "Effect": "Allow",
- "Principal": {
- "AWS": ["arn:aws:iam::804461045055:user/pdfshift"]
- },
- "Action": ["s3:PutObject"],
- "Resource": "arn:aws:s3:::DOC-EXAMPLE-BUCKET/*",
- "Condition": {
- "StringEquals": {
- "s3:x-amz-acl": "bucket-owner-full-control"
- }
- }
- }]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement