Skip to content

Commit 5ea04ec

Browse files
Arthur Cinaderflovilmart
Arthur Cinader
authored andcommitted
Fix typo that cause AWS auth to fail. (#7)
1 parent f28a50d commit 5ea04ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/transfer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function _setup() {
4747
});
4848
} else if (config.transferTo == 's3') {
4949
config.filesAdapter = new S3Adapter({
50-
accessKey: config.aws_secretAccessKey,
50+
accessKey: config.aws_accessKeyId,
5151
secretKey: config.aws_secretAccessKey,
5252
bucket: config.aws_bucket,
5353
bucketPrefix: config.aws_bucketPrefix,

0 commit comments

Comments
 (0)