Fix invalid PUT signatures for URI-encoded paths #9

Merged
basti merged 3 commits from bugfix/8-signatures into master 2024-03-05 15:55:50 +00:00
Owner

We encode the URLs ourselves, and the default option for the aws-sigv4 gem breaks that functionality.

fixes #8

We encode the URLs ourselves, and the default option for the `aws-sigv4` gem breaks that functionality. fixes #8
basti added the
bug
label 2024-03-04 16:21:01 +00:00
basti added 1 commit 2024-03-04 16:21:01 +00:00
Fix invalid PUT signatures for URI-encoded paths
Some checks failed
Tests / test (6, 2.7) (pull_request) Failing after 19s
Tests / test (6, 3.0) (pull_request) Failing after 3s
Tests / test (6, 3.1) (pull_request) Failing after 3s
Tests / test (7, 2.7) (pull_request) Failing after 3s
Tests / test (7, 3.0) (pull_request) Failing after 3s
Tests / test (7, 3.1) (pull_request) Failing after 3s
bf14785404
We encode the URLs ourselves, and the default option for the aws-sigv4
gem breaks that functionality.
basti added 2 commits 2024-03-05 13:30:05 +00:00
Set up Drone CI, remove Actions configs
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
6455f24ab0
Merge pull request 'Set up Drone CI, remove Actions configs' (#11) from dev/actions into bugfix/8-signatures
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
aff383b99b
Reviewed-on: #11
basti merged commit 3512c0f7c9 into master 2024-03-05 15:55:50 +00:00
basti deleted branch bugfix/8-signatures 2024-03-05 15:55:50 +00:00
Sign in to join this conversation.
No description provided.