s3proxy/src
Andrew Gaul 8223f443c7 Fix NullBlobStore multipart upload
Complete multipart upload lists the parts to get their sizes but the
NullBlobStore reported 8 bytes for the physical size instead of the
logical size embedded with the part.  There is no readable space to
store the logical size so we create a companion single-part object for
every part.
2019-02-06 16:35:19 -08:00
..
main Fix NullBlobStore multipart upload 2019-02-06 16:35:19 -08:00
test Fix NullBlobStore multipart upload 2019-02-06 16:35:19 -08:00