feat: set pre-signed url expiry to 15 min
This commit is contained in:
@@ -36,7 +36,7 @@ export async function getUploadUrl(key: string) {
|
||||
Key: key,
|
||||
});
|
||||
|
||||
return await getSignedUrl(client, command, { expiresIn: 600 });
|
||||
return await getSignedUrl(client, command, { expiresIn: 900 });
|
||||
}
|
||||
|
||||
export async function getUploadUrlMultiPart(key: string, fileSize: number) {
|
||||
|
||||
Reference in New Issue
Block a user