From 4b564ae2ef6d47e548ff3f1c6513605b8f2509ed Mon Sep 17 00:00:00 2001 From: schererleander Date: Fri, 26 Dec 2025 15:59:56 +0100 Subject: chore(policy): update avatar resource path in policy --- profile-avatar-policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile-avatar-policy.json') 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": "*" } -- cgit v1.3.1