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

fix: some special characters in URLs were not being handled correctly #16

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

bradenmacdonald
Copy link
Owner

Fixes the other issue reported in #12 which wasn't fixed by #15.

Amazon's URI encoding algorithm is different than the encodeURIComponent available to us in JavaScript, so we have to write our own, following the AWS docs.

This includes expanded test cases.

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.

1 participant