mirror of
https://github.com/alexandernicholson/s3panoramic.git
synced 2026-03-31 09:07:11 +09:00
fix: add sessionToken to getSignedUrl
This commit is contained in:
parent
4d22d93e90
commit
26728de5f3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user