Fixing un-updated config value name
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ const configFor = path => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const bucketContents = s3.listObjectsV2({
|
const bucketContents = s3.listObjectsV2({
|
||||||
Bucket: config.bucket
|
Bucket: config.s3Bucket
|
||||||
}).promise()
|
}).promise()
|
||||||
.then(result => {
|
.then(result => {
|
||||||
return result.Contents.map(item => item.Key);
|
return result.Contents.map(item => item.Key);
|
||||||
|
|||||||
Reference in New Issue
Block a user