You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config:'./config/configS3.json', // can also use environment variables
69
69
bucket:'bucket-name',
70
70
localPath:'./files',
@@ -80,6 +80,9 @@ await new Uploader({
80
80
},
81
81
accessControlLevel:'bucket-owner-full-control'// optional, not passed if undefined. - available options - "private"|"public-read"|"public-read-write"|"authenticated-read"|"aws-exec-read"|"bucket-owner-read"|"bucket-owner-full-control"
82
82
}).upload();
83
+
84
+
// the files array contains a list of uploaded keys, which you can use to build up the S3 urls.
0 commit comments