s3proxy/src
Andrew Gaul ec12ae0fe5 Plug leak in handleCompleteMultipartUpload
In jclouds 2.6.0 BlobStore.getBlob returns an InputStream instead of a
ByteSource for the filesystem.  Previously the call site leaked the
former since it only consumed the BlobMetadata.  Instead call
BlobStore.blobMedata which does not include the payload.
Fixes JCLOUDS-1626.
2024-03-03 13:13:08 +09:00
..
main Plug leak in handleCompleteMultipartUpload 2024-03-03 13:13:08 +09:00
test Reapply "Upgrade to jclouds 2.6.0-SNAPSHOT" 2024-02-25 17:42:15 +09:00