mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 15:35:44 +00:00
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.