Hi, Anyone know if theres a way to avoid ConsumeOnCloseInputStream to flushes all content on blob's InputStream close()?
I having trouble when getting a InputStream from a blob that I need to close (on my program error) without read any data. The jclouds implementation downloads all blob's content to nowhere before close it and takes unnecessary time and bandwidth to do it specially with large files.
