aboutsummaryrefslogtreecommitdiff
path: root/policies/paste-bucket.json
blob: 548ca95c3204024acb1ad20c3c171925be06ddef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Action": [
        "s3:GetObject"
      ],
      "Effect": "Allow",
      "Principal": {
        "AWS": [
          "*"
        ]
      },
      "Resource": [
        "arn:aws:s3:::paste/*"
      ],
      "Sid": ""
    }
  ]
}