ex_aws_s3 icon indicating copy to clipboard operation
ex_aws_s3 copied to clipboard

Results 28 ex_aws_s3 issues
Sort by recently updated
recently updated
newest added

Need to update the CHANGELOG.md for the changes that were made in 2.0.2

### Environment * Elixir & Erlang versions (elixir --version): Elixir 1.6.4 (compiled with OTP 19) * ExAws version `mix deps |grep ex_aws` ex_aws 2.1.0 ex_aws_s3 2.0.1 * HTTP client version....

When made to an account with no buckets: ``` iex(1)> ExAws.S3.list_buckets |> ExAws.request ** (Protocol.UndefinedError) protocol Enumerable not implemented for nil. This protocol is implemented for: DBConnection.PrepareStream, DBConnection.Stream, Date.Range, Ecto.Adapters.SQL.Stream,...

Instead of gracefully returning an error tuple. This is because `get_file_size` uses `ExAws.request!`. I'm reporting this now, but currently no time to submit a pull-request. Maybe later :)

### Environment * Hex Docs `2.0.0` ### Current behavior Hex docs links return `404` ### Expected behavior Hex docs links carry through to the source code Example - try source...

Linked: #7 It would be a nice feature to support "requester pays" at a more general level across the S3 API. I am not sure what would be the best...

### Environment * Elixir & Erlang versions (elixir --version): * `Any` * ExAws version `mix deps |grep ex_aws`: * `2.3` * HTTP client version. IE for hackney do `mix deps...

This PR Adds support for SelectObjectContentRequest in S3. This let's users query contents of S3 Objects if the yare of type CSV, JSON or Parquet. Explanation for some design choices:...

Bumps [jason](https://github.com/michalmuskala/jason) from 1.4.1 to 1.4.3. Changelog Sourced from jason's changelog. Changelog 1.5.0-alpha.2 (07.07.2023) Add limit to decoded integer sizes of 1024 digits. This can be changed with the decoding_integer_digit_limit...

dependencies