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