More security for S3 uploads

This commit is contained in:
Sean Morley
2024-06-13 16:07:17 +00:00
parent 2dfa5674d5
commit 780eff6c4c
2 changed files with 31 additions and 8 deletions

View File

@@ -74,6 +74,7 @@ export const actions: Actions = {
body: profilePicture,
headers: {
bucket: "profile-pics",
type: "profile-pic",
},
});