>     PayloadBlobBuilder payload(String payload);
>  
>     /**
>      * 
>      * @param payload
>      *           payload you wish to construct the {@link Blob} with.
> +    * @deprecated see payload(ByteSource)

How would a user convert a file to a ByteSource? `ByteSources.asByteSource(new 
FileInputStream(file))`? Would that result in the FIS not being closed?

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

Reply via email to