Merge pull request #97 from uberbaud/multipart_edgecase

Don't call `download_multipart` for 1 chunk
This commit is contained in:
Al Barrentine
2016-07-24 00:03:51 -04:00
committed by GitHub

View File

@@ -36,10 +36,11 @@ export LC_ALL=C
EPOCH_DATE="Jan 1 00:00:00 1970"
MB=$((1024*1024))
LARGE_FILE_SIZE=$((100*$MB))
CHUNK_SIZE=$((64*$MB))
LARGE_FILE_SIZE=$((CHUNK_SIZE*2))
NUM_WORKERS=10
function kill_background_processes {