Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple encoding of binary files #1

Closed
0x65-e opened this issue Jun 6, 2022 · 1 comment
Closed

Multiple encoding of binary files #1

0x65-e opened this issue Jun 6, 2022 · 1 comment

Comments

@0x65-e
Copy link
Owner

0x65-e commented Jun 6, 2022

encode.sh doesn't discriminate between files that are already encoded in base64 format. Update kv backend to store e.g. .jpeg.b64 files, and dynamically add .b64 to requests from client when getting from kv, then serve the decoded file as .jpeg

@0x65-e
Copy link
Owner Author

0x65-e commented Jul 12, 2022

Fixed by removing backend storing of base64-encoded files using kv:bulk

@0x65-e 0x65-e closed this as completed Jul 12, 2022
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

No branches or pull requests

1 participant