Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Documentation can be found at [https://hexdocs.pm/ex_aws_sts](https://hexdocs.pm
Using the `:awscli_auth_adapter` option of `ex_aws` is supported, but requires additional dependencies:

```elixir
{:sweet_xml, "~> 0.6"}
{:configparser_ex, "~> 2.0"}
{:sweet_xml, "~> 0.7"}
{:configparser_ex, "~> 4.0"}
```

### Using AWS CLI config file with source profile
Expand Down