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

Users would call ```Files.asByteSource(File)```.  
```ByteSources.asByteSource(InputStream)``` is not generally a safe API and we 
should remove these kinds of things.

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

Reply via email to