aboutsummaryrefslogtreecommitdiff
path: root/profile-avatar-policy.json
blob: 72596365c57ab266dc8872ba9fea056b3af77b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "s3:GetObject"
      ],
      "Resource": [
        "arn:aws:s3:::storage/users/*/profile/avatar.webp"
      ],
			"Principal": "*"
    }
  ]
}