mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 18:49:52 +00:00
d6702e5ee0
JClouds is apparently exclusively using the Payload object from the HTTP response to fill in the size of the BlobMetadata (when calling blobStore.blobMetadata(...) ) - adapt this driver accordingly otherwise we systematically get null size BlobMetadata out of it.
# # A driver to use the Apache HTTP Components Client (http://hc.apache.org/) # as an encryption library in jclouds. # # TODO: Usage example.