alexmojaki / s3-stream-upload

Manages streaming of data to AWS S3 without knowing the size beforehand and without keeping it all in memory or writing to disk.
MIT License
208 stars 62 forks source link

Support empty stream upload #21

Closed alexmojaki closed 5 years ago

alexmojaki commented 5 years ago

Now supported in version 2.1.0.

nditur commented 5 years ago

Thanks a lot for the quick implementation! BTW, I'm using aws-java-sdk-s3 version 1.11.401 which is older then yours. Do you see any problem with that?

alexmojaki commented 5 years ago

I don't know of any problem. See https://github.com/alexmojaki/s3-stream-upload/pull/19 where I was advised to keep it up to date. If you're able to use an older version along with this library, that's fine.

nditur commented 5 years ago

Thanks!