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

Remove whitespace from verification header #1

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

jnoordsij
Copy link
Contributor

Results in a more consistent connecting behavior when using different clients.

When using certain s3 clients (e.g. Cyberduck), the authorization headers sent are separated by ',' instead of ' ,', which makes the string match fail. This fix should account for that differing behavior and still leave the comparison unique.

Results in a more consistent connecting behavior when using different clients.
@djmaze
Copy link
Owner

djmaze commented Jul 22, 2020

LGTM, thanks!

@djmaze djmaze merged commit 01d686e into djmaze:master Jul 22, 2020
@jnoordsij jnoordsij deleted the fix-verification branch November 5, 2021 11:18
@djmaze djmaze added the bug Something isn't working label Jan 21, 2022
@djmaze djmaze added this to the 0.2.0 milestone Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants