Advertisement
Guest User

Untitled

a guest
Jan 12th, 2021
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | None | 0 0
  1. {
  2.     "Version": "2012-10-17",
  3.     "Statement": [{
  4.         "Sid": "Only allow writes to this bucket with bucket owner full control",
  5.         "Effect": "Allow",
  6.         "Principal": {
  7.             "AWS": ["arn:aws:iam::804461045055:user/pdfshift"]
  8.         },
  9.         "Action": ["s3:PutObject"],
  10.         "Resource": "arn:aws:s3:::DOC-EXAMPLE-BUCKET/*",
  11.         "Condition": {
  12.             "StringEquals": {
  13.                 "s3:x-amz-acl": "bucket-owner-full-control"
  14.             }
  15.         }
  16.     }]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement