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 f28a50d commit 5ea04ecCopy full SHA for 5ea04ec
lib/transfer.js
@@ -47,7 +47,7 @@ function _setup() {
47
});
48
} else if (config.transferTo == 's3') {
49
config.filesAdapter = new S3Adapter({
50
- accessKey: config.aws_secretAccessKey,
+ accessKey: config.aws_accessKeyId,
51
secretKey: config.aws_secretAccessKey,
52
bucket: config.aws_bucket,
53
bucketPrefix: config.aws_bucketPrefix,
0 commit comments