[GitHub] [jclouds] gaul commented on a change in pull request #118: Store the MPU ETag for the transient blobstore

2021-08-04 Thread GitBox
gaul commented on a change in pull request #118: URL: https://github.com/apache/jclouds/pull/118#discussion_r682461456 ## File path: blobstore/src/main/java/org/jclouds/blobstore/TransientStorageStrategy.java ## @@ -193,7 +195,14 @@ public String putBlob(final String

[GitHub] [jclouds] timuralp opened a new pull request #118: Store the MPU ETag for the transient blobstore

2021-08-04 Thread GitBox
timuralp opened a new pull request #118: URL: https://github.com/apache/jclouds/pull/118 JCLOUDS-1582: fixes a bug in the transient blobstore where after uploading a multipart upload, GET/HEAD returns the hash of the content, rather than the MPU ETag. -- This is an automated