Skip to content

Commit

Permalink
Update coldsnap to use aws sdk for rust
Browse files Browse the repository at this point in the history
Removed rusoto, updated dependencies for aws-sdk-rust, and updated
functions to call the AWS sdk.

Removed the client mod, it was no longer necessary with how clients are
built in the AWS sdk.
  • Loading branch information
rpkelly committed May 20, 2022
1 parent 42f40a5 commit 118e586
Show file tree
Hide file tree
Showing 10 changed files with 865 additions and 696 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
include:
- features: default
- features: rusoto-rustls
- features: aws-sdk-rust-rustls
additional_flags: --no-default-features
- features: rusoto-native-tls
- features: aws-sdk-rust-native-tls
additional_flags: --no-default-features
env:
CARGO_HOME: .cargo
Expand Down

0 comments on commit 118e586

Please sign in to comment.