You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Gaul <no...@github.com> on 2017/08/08 19:18:55 UTC

Re: [jclouds/jclouds] JCLOUDS-769: allow for streaming PUTs (#1129)

This demonstrates one approach to allowing streaming PUTs of data.  This is useful when clients want to drive the interaction themselves, e.g., interacting with async frameworks, constructing/transforming input on the fly.  This functionality maps poorly onto the existing request-response model.  Presently I fake a bunch of the response data to show what I want to do.  Any better suggestions?

Do not commit; straw man to provoke feedback.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1129#issuecomment-321055041