Sean

Results 5 comments of Sean

C'mon AWS, get it done. The ability to upload from a stream of unknown length is especially useful, especially if you're trying to, for example, (a) stream the result of...

@dkamakin -- it can be emulated. Start with your InputStream. Initiate a multi-part upload, and set the part-size. Then, take blocks of your input stream to match the part-size, then...

@alexmojaki -- dunno. The simplest form of a a stream manager would just take: bucket, key, InputStream -- and nothing else, except maybe a buffer specification.

Oops, realized this is the same as the prior bug issue.

Apologies, I should just create a PR. There is a second, related, problem. A quick explanation: I am building a simple AWS action proxy between SQL Server and S3. SQL...