Kerry Jones
Kerry Jones
If a Stripe API response returns any json key string that isn't in the code or library as an atom already we receive the following error. ` nofile :erlang.binary_to_existing_atom/2 stripity_stripe...
This PR sends the required upload_id and part_number to upload_part_copy and implements the parsing of the responses required to make multipart copy work. See the spec here https://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadUploadPartCopy.html
When using `ExAws.S3.list_objects_v2` or `ExAws.S3.list_objects` and a key that has a space or unicode chars in it, the query params passed to S3 are double encoded. The following command fails...
### Environment * Elixir & Erlang versions (elixir --version): Erlang/OTP 21 [erts-10.3.5.11] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace] Elixir 1.8.2 (compiled with Erlang/OTP 21) * ExAws version `mix deps...