Skip to content

Fix central directory file header CRC32#14

Open
troyready wants to merge 1 commit intobitgenics:masterfrom
troyready:patch-1
Open

Fix central directory file header CRC32#14
troyready wants to merge 1 commit intobitgenics:masterfrom
troyready:patch-1

Conversation

@troyready
Copy link
Copy Markdown

Archives are currently being created with an empty CRC value (00000000), which causes validation errors on extraction (non-zero exit codes using unzip on Debian, and Lambda was not able to unzip the file errors on AWS Lambda).

Fixes: #13

Archives are currently being created with an empty CRC value (`00000000`), which causes validation errors on extraction (non-zero exit codes using `unzip` on Debian, and `Lambda was not able to unzip the file` errors on AWS Lambda).

Fixes: bitgenics#13
@atmoio
Copy link
Copy Markdown

atmoio commented Dec 30, 2021

This fixes the issue for me, thanks @troyready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broader file permissions required for AWS Lambda

2 participants