You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Timur Alperovich (Jira)" <ji...@apache.org> on 2021/08/02 00:22:00 UTC

[jira] [Created] (JCLOUDS-1582) ETag of the object uploaded via multipart upload does not match the CompleteMPU response

Timur Alperovich created JCLOUDS-1582:
-----------------------------------------

             Summary: ETag of the object uploaded via multipart upload does not match the CompleteMPU response
                 Key: JCLOUDS-1582
                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1582
             Project: jclouds
          Issue Type: Bug
          Components: jclouds-blobstore
            Reporter: Timur Alperovich


The local filesystem blobstore returns a correctly computed S3 MPU ETag when completing the upload, but a subsequent GET/HEAD request returns the MD5 of the whole object instead (not matching the ETag in the CompleteMPU response). Ideally, jclouds should store the MPU ETag in the extended attributes along with the object and use its value for GET/HEAD requests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)