node-unzipper
node-unzipper copied to clipboard
fix: propagate s3 error as promise rejection
Propagate s3 getObject errors (e.g. invalid byte range) as promise rejections.
Tests
Added unit tests. Needed to add 3 chunk test files that serves as responses to S3 getObject
calls for happy path test.