Tabs --> spaces

pull/204/head
Piero Toffanin 2023-04-04 13:01:19 -04:00
parent 4c2868e228
commit 5e560fb635
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ module.exports = {
}
if (config.s3ACL != "none") {
uploadCfg.ACL = config.s3ACL;
}
uploadCfg.ACL = config.s3ACL;
}
s3.upload(uploadCfg, {partSize, queueSize: concurrency}, err => {
if (err){