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

README in sync with Releases #20

Closed StephanPraetsch closed 5 years ago

StephanPraetsch commented 5 years ago

Hi,

I really like a mentioned maven dependency in README but please keep it up to date. Currently README says 2.0.0 but there is 2.0.3 already published (https://mvnrepository.com/artifact/com.github.alexmojaki/s3-stream-upload).

Will you please update the README to the latest release?

alexmojaki commented 5 years ago

Thanks for pointing this out. I think it's better that I don't try to keep it up to date manually. Besides the website has code for other tools which are newer than maven.