-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.2.0
-
Component/s: jclouds-blobstore
-
Labels:
Blob.getPayload.openStream() returns a new InputStream object if the payload is a sub type of InputStream but returns the same stream if the payload is of type InputStream.
It would be desirable to have it return a new Stream object which can be read independently.