diff --git a/src/storage/s3.js b/src/storage/s3.js index f8051468f..bb8541d4c 100644 --- a/src/storage/s3.js +++ b/src/storage/s3.js @@ -144,7 +144,7 @@ function download(apiConfig, backupFilePath, callback) { var s3 = new AWS.S3(credentials); var ps = new PassThrough(); - var multipartDownload = new S3BlockReadStream(s3, params, { blockSize: 64 * 1024 * 1024, logCallback: debug }); + var multipartDownload = new S3BlockReadStream(s3, params, { blockSize: 64 * 1024 * 1024 /*, logCallback: debug */ }); multipartDownload.on('error', function (error) { if (error.code === 'NoSuchKey' || error.code === 'ENOENT') {