ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.27k stars 526 forks source link

Request.Url: Fix sanitize with spaces in request params #826

Closed arnodirlam closed 2 years ago

arnodirlam commented 2 years ago

Resolves ex-aws/ex_aws_s3#94 and ex-aws/ex_aws_s3#93.

Tested with bucket |> ExAws.S3.list_objects_v2() |> ExAws.stream!() on AWS.

bernardd commented 2 years ago

Ah, I think that makes sense - thanks @arnodirlam!