aboutsummaryrefslogtreecommitdiff
path: root/profile-avatar-policy.json
blob: 7f2ec04e41b708accc8d899ad2b02c657da2e8af (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": "*"
    }
  ]
}