Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: Fix SignatureDoesNotMatch when putting files with special charac…
…ters Related to #277 @mechpaul discovered that putting filenames with some special characters, such as `\` and `$` using the `obj` plugin returns a SignatureDoesNotMatch error. To reproduce: ```bash $ echo "test" > 'test$file\name' $ python3 -m linodecli obj put 'test$file\name' some-bucket ``` This change properly quotes the URLs such that these characters are accepted in keys.
- Loading branch information