aboutsummaryrefslogtreecommitdiff
path: root/profile-avatar-policy.json
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-12-26 15:59:56 +0100
committerschererleander <leander@schererleander.de>2025-12-26 15:59:56 +0100
commit4b564ae2ef6d47e548ff3f1c6513605b8f2509ed (patch)
tree946bb12c89d718b566900ba7f4a0394d3638ef67 /profile-avatar-policy.json
parentde864671fb1c97137ac9240c1311de4b9d63bc2d (diff)
chore(policy): update avatar resource path in policy
Diffstat (limited to 'profile-avatar-policy.json')
-rw-r--r--profile-avatar-policy.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile-avatar-policy.json b/profile-avatar-policy.json
index 7f2ec04..7259636 100644
--- a/profile-avatar-policy.json
+++ b/profile-avatar-policy.json
@@ -7,7 +7,7 @@
"s3:GetObject"
],
"Resource": [
- "arn:aws:s3:::storage/users/*/profile/avatar_*.webp"
+ "arn:aws:s3:::storage/users/*/profile/avatar.webp"
],
"Principal": "*"
}