AzUnzipEverything icon indicating copy to clipboard operation
AzUnzipEverything copied to clipboard

A simple Azure Function to Unzip files from a blob storage to another one

Results 6 AzUnzipEverything issues
Sort by recently updated
recently updated
newest added

Is there a way to have the output of the zip file put into a unique foldername inside the output-files container? My zip files names have the date/time stamp in...

enhancement
help wanted
good first issue

Bumps [SharpCompress](https://github.com/adamhathcock/sharpcompress) from 0.26.0 to 0.29.0. Release notes Sourced from SharpCompress's releases. 0.29.0 - minor behavior change and fixes Two minor fixes from contributors and a behavior fix for extraction....

dependencies

The project uses a MemoryStream to process the zip files. Files over 2GB throw OutOfMemoryException . Tested with ubuntu desktop iso zipped using normal compression level.

From my basic understanding it seems like it is feasible?

Thanks for putting together such a great project - however I am having issues with unzipping anything more than 100MB. It just takes a very long time...nearly an hour. Are...

Hello! I've been using this for a little while to assist transferring data across a couple of logic apps - it's great, big thanks. I'm having an issue where the...