Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 23, 2022 01:56 pm GMT

s3-stream-unzip

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.


Original Link: https://dev.to/nejckorasa/s3-stream-unzip-411l

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To