CompleteMultipartUpload is idempotent
CompleteMultipartUpload will not delete MultipartUpload data, only the parts. This is only part of a fix, we really shouldn't delete parts at all and preserve all multipart data, streaming a full binary on getObject requests. Fixes #2586
Loading
Please sign in to comment