This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Nejc Korasa
s3-stream-unzip is a Java utility that manages unzipping of data in AWS S3 utilising stream download and multipart upload.
Unzipping is achieved without knowing the size beforehand and without keeping it all in memory or writing to disk. That makes it suitable for large data files - it has been used to unzip files of size 100GB+.
Supports different unzip strategies including an option to split zipped files.
Available on Maven Central, see code in Github.
This content originally appeared on DEV Community 👩‍💻👨‍💻 and was authored by Nejc Korasa
Nejc Korasa | Sciencx (2022-09-23T13:56:30+00:00) s3-stream-unzip. Retrieved from https://www.scien.cx/2022/09/23/s3-stream-unzip/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.