-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #103: Migrate from aws-sdk-go to aws-sdk-go-v2
Goal here has been to minimize the diff in aws-elixir and aws-erlang to a bare minimum. Some minor diffs were unavoidable and deemed acceptable * Fix SuccessStatusCode to always be 200 if not provided by AWS in the API * Before SuccessStatusCode was set to undefined/nil. This was unhandled and would've caused errors. * Fix aws-erlang/issues/148 to allow send_body_as_binary & receive_body_as_binary to be sent in as options * The default remains the same, but certain APIs may require a change of the default depending on the in- or output * Drop abbreviation from metadata. It is no longer available in aws-sdk-go-v2 and unused in aws-elixir * Slight formatting changes on aws-erlang docs as the new docs contain a lot more newlines and hence cause more noise * Uri Paths may have changed. This should not impact the clients. It was likely broken in the aws-sdk-go * QueryMap may have changed but should not impact the client. It was likely broken in the aws-sdk-go * Docs have changed (massively) since almost all documentation has been updated Co-authored-by: Amin Arria <[email protected]> Co-authored-by: Gustavo Mora González <[email protected]> Co-authored-by: Philip Sampaio <[email protected]>
- Loading branch information
1 parent
1eab233
commit 81947e6
Showing
23 changed files
with
1,571 additions
and
718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.