> @@ -92,4 +92,7 @@
>      */
>     Date getLastModified();
>  
> +   // TODO: how does this interact with ContentMetadata.getContentLength?

This is the core issue with this pull request: where should size exist?  All 
providers return it as part of the object metadata, but traditionally jclouds 
has stored it in the content metadata.  Listing operations return the former 
and per-object operations return the latter.  This really should only exist in 
the former; should we deprecate the latter?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/465/files#r22497002

Reply via email to