Required tests to be fully compliant: ## Get - [x] Unreserved - [x] UTF-8 - [x] Vanilla - [x] Vanilla query - [x] Vanilla empty query key - [x] Vanilla query unreserved - [x] Vanilla UTF-8 query ## Post - [X] Vanilla - [X] Vanilla empty query value - [X] Vanilla query non unreserved ## Normalize path<sup>**</sup> - [ ] Normalize path - [ ] Get relative - [ ] Get relative relative - [ ] Get slash - [ ] Get slash dot slash - [ ] Get slash pointless dot - [ ] Get slashes - [ ] Get spaces *Note*: There are more test cases, but they don't pertain to us as they're testing valid key/values for queries. `**`: These tests don't apply to S3 signing; an S3 url should not be normalized.
Required tests to be fully compliant:
Get
Post
Normalize path**
Note: There are more test cases, but they don't pertain to us as they're testing valid key/values for queries.
**: These tests don't apply to S3 signing; an S3 url should not be normalized.