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({
|
return await getSignedUrl({
|
||||||
accessKeyId: this.credentials.awsAccessKeyId,
|
accessKeyId: this.credentials.awsAccessKeyId,
|
||||||
secretAccessKey: this.credentials.awsSecretKey,
|
secretAccessKey: this.credentials.awsSecretKey,
|
||||||
|
sessionToken: this.credentials.sessionToken,
|
||||||
bucket: this.config.bucket,
|
bucket: this.config.bucket,
|
||||||
key,
|
key,
|
||||||
region: this.config.region,
|
region: this.config.region,
|
||||||
|
|||||||
Reference in New Issue
Block a user