diff options
| author | schererleander <leander@schererleander.de> | 2025-12-26 15:59:56 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-26 15:59:56 +0100 |
| commit | 4b564ae2ef6d47e548ff3f1c6513605b8f2509ed (patch) | |
| tree | 946bb12c89d718b566900ba7f4a0394d3638ef67 | |
| parent | de864671fb1c97137ac9240c1311de4b9d63bc2d (diff) | |
chore(policy): update avatar resource path in policy
| -rw-r--r-- | profile-avatar-policy.json | 2 |
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": "*" } |
