We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5806eae commit 0756b8fCopy full SHA for 0756b8f
README.md
@@ -70,6 +70,11 @@ import Uploader from 's3-batch-upload';
70
71
const files = await new Uploader({
72
config: './config/configS3.json', // can also use environment variables
73
+ config: { // or you can use a object
74
+ accessKeyId: "__EMPTY__",
75
+ secretAccessKey: "__EMPTY__",
76
+ region: "us-east-1"
77
+ },
78
bucket: 'bucket-name',
79
localPath: './files',
80
remotePath: 'remote/path/in/bucket',
0 commit comments