s3proxy/src/main
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
..
assembly Shade and relocate Jetty dependencies 2018-02-23 10:29:27 -08:00
config Shade and relocate Jetty dependencies 2018-02-23 10:29:27 -08:00
java/org/gaul/s3proxy Plug leak in handleCompleteMultipartUpload 2024-03-03 13:13:08 +09:00
resources Re-enable Checkstyle 2023-12-26 17:40:31 +09:00