tonyipm

Results 2 issues of tonyipm

**Describe the bug** concurrent uploading the same object sometimes results in the exception ExistingObjectIsDirectory. See script below **To Reproduce** #!/bin/bash printf "abc\n" >body.txt for ((ii=1; ii

bug

**Describe the solution you'd like** Looking at the source, when a file is uploaded using s3api multipart upload, the individual file parts go into a hard-coded directory name under the...

enhancement