[
https://issues.apache.org/jira/browse/JCLOUDS-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412745#comment-16412745
]
ASF subversion and git services commented on JCLOUDS-1367:
----------------------------------------------------------
Commit 1eec2b6e01fe95f8edef1f3787e7fcba07f5b2f1 in jclouds's branch
refs/heads/master from [~gaul]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=1eec2b6 ]
JCLOUDS-1367: Return InputStream from getBlob
Previously filesystem and transient returned ByteSource while all
other providers returned InputStream.
> Blob.getPayload.openStream() is inconsistent across implementations
> -------------------------------------------------------------------
>
> Key: JCLOUDS-1367
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1367
> Project: jclouds
> Issue Type: Bug
> Components: jclouds-blobstore
> Reporter: Rishab Manocha
> Priority: Minor
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)