Hi, Hari I'm actually doing the same thing. you may notice that partialUploadRequest take a inputstream as content source, so you can set request.getInputStream into it.
Thanks. Gavin On Tue, Jan 21, 2014 at 5:34 AM, harish vadali <[email protected]>wrote: > Hi All, > > I am using Amazon's S3 SDK to upload a file to RiakCS. The use case is to > upload a file from browser. I have noticed that MultiPartUpload API needs > Content-Length before starting upload to RiakCS. So, I am first uploading a > file to Webserver's disk and then uploading the file to Riak CS. Is there > anyway I can skip the additional step of uploading the file to disk and > directly stream to Riak CS? Any help is appreciated. > > - Hari > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > >
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
