aboutsummaryrefslogtreecommitdiff
path: root/bucket/fetchonly.json
blob: 42b92da8c61fbdf983b76ca113254e5a9b2a57f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Principal": {
        "AWS": [
          "*"
        ]
      },
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::BUCKETNAME/*"
    }
  ]
}