fix: add sessionToken to getSignedUrl

This commit is contained in:
Alexander Nicholson 4584443+DragonStuff@users.noreply.github.com
2024-11-20 18:45:28 +09:00
parent 4d22d93e90
commit 26728de5f3

View File

@@ -119,6 +119,7 @@ export class StorageService {
return await getSignedUrl({
accessKeyId: this.credentials.awsAccessKeyId,
secretAccessKey: this.credentials.awsSecretKey,
sessionToken: this.credentials.sessionToken,
bucket: this.config.bucket,
key,
region: this.config.region,