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 signature encoding #16

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

syamilmj
Copy link
Contributor

It seems that GCP requires percent encoding for characters such as +
and /, or otherwise the request will fail with a complaint that
the Signature was not base64 encoded.

Related issue: #7

It seems that GCP requires percent encoding for characters such as `+`
and `/`, or otherwise the request will fail with a complaint that
the Signature was not base64 encoded.

Related issue: alexandrubagu#7
@coveralls
Copy link

Pull Request Test Coverage Report for Build e86221eb86b7e479778ad7f36a88d31bec71c3ce-PR-16

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build fee763be7167e1810ba5453eeed7cfcf059e9685: 0.0%
Covered Lines: 79
Relevant Lines: 79

💛 - Coveralls

@mruoss
Copy link
Collaborator

mruoss commented Dec 16, 2020

And suddenly #7 makes sense. :) I guess that's the reason the signatures are base16 encoded on the newer v4 algorithm. Thank you for the PR!

@mruoss mruoss merged commit 34a1f33 into alexandrubagu:master Dec 16, 2020
@syamilmj syamilmj deleted the fix/signature-encoding branch December 16, 2020 16:34
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.

None yet

3 participants