[ 
https://issues.apache.org/jira/browse/JCLOUDS-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13764414#comment-13764414
 ] 

Andrew Gaul commented on JCLOUDS-161:
-------------------------------------

Again, this is a generic issue with InputStream payload.  If you provide a 
repeatable Payload like:

    InputSupplier<InputStream> data = 
ByteStreams.newInputSupplier(baos.toByteArray());

your test will work as expected.  Please open a separate issue and do not 
hijack an existing, resolved issue.
                
> Large Blob Support for Azure
> ----------------------------
>
>                 Key: JCLOUDS-161
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-161
>             Project: jclouds
>          Issue Type: New Feature
>          Components: jclouds-blobstore
>    Affects Versions: 1.6.1
>            Reporter: John Kew
>            Assignee: Andrew Gaul
>             Fix For: 1.7.0, 1.6.2
>
>         Attachments: image003.png, image004.png, TestLargeBlob.java
>
>
> Currently putBlob is limited to 64MB; in order for large blobs to be used one 
> must use a number of PutBlock calls followed by Put Block List.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to