We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1da791 commit 2b33e4eCopy full SHA for 2b33e4e
README.md
@@ -151,6 +151,7 @@ var config = {
151
s3Options: {
152
accessKeyId: process.env.AWS_ACCESS_KEY_ID,
153
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
154
+ sessionToken: 'a234jasd' // (optional) AWS session token for signing requests
155
},
156
s3UploadOptions: {
157
Bucket: 'MyBucket'
0 commit comments