BD2KGenomics / s3am

A fast, parallel, streaming multipart uploader for S3
Other
13 stars 6 forks source link

404s not handled correctly? #9

Open hannes-ucsc opened 9 years ago

hannes-ucsc commented 9 years ago
s3am upload http://hgwdev.soe.ucsc.edu/~hannes/testexomes/testexome.pair$i.$j.bam \
bd2k-test-data --part-size 100M --upload-slots 16 --download-slots 16 --verbose

Results in a assertion error in sanity check. Each request returns 404 with a HTML formatted error message. The 404 is ignored and the error message is uploaded. Luckily, the assertion catches this since it detects more than one part is smaller than the part-size.