bendrucker / azure-blob-to-s3

Batch copy files from Azure Blob Storage to Amazon S3
MIT License
47 stars 19 forks source link

Fix skip when --aws-prefix is defined #43

Closed hitotito closed 3 years ago

hitotito commented 3 years ago

This commit fixes an issue when options.aws.prefix is defined, s3.headObject will check the wrong path for contentLength check.