You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @ZJONSSON, definitely looking for some support with this library. I've scoured all the issues and have seen all sorts of variations on approach with unzipping files from s3.
** A single zipped file that contains many individual files and folders.
*I do want to mention that this is not running within a lambda.
*I've tested with multiple zipped files. Any zipped files that are less than 3gb, seem to be unzipped without issues
*Zipped files that are 90gb and above, some small files fail but other large files are extracted perfectly fine.
Hello @ZJONSSON, definitely looking for some support with this library. I've scoured all the issues and have seen all sorts of variations on approach with unzipping files from s3.
** A single zipped file that contains many individual files and folders.
*I do want to mention that this is not running within a lambda.
*I've tested with multiple zipped files. Any zipped files that are less than 3gb, seem to be unzipped without issues
*Zipped files that are 90gb and above, some small files fail but other large files are extracted perfectly fine.
So far, I've worked with approach 1
and with approach 2
There seem to be two issues that I face whichever way I go.
*Be warned, my js is a little rusty.
The text was updated successfully, but these errors were encountered: