Skip to content

Commit

Permalink
Merge pull request #666 from richarddd/feat/aws-sigv4
Browse files Browse the repository at this point in the history
Impl support for calling AWS APIs with sigv4
  • Loading branch information
hatoo authored Jan 16, 2025
2 parents 300b756 + 72ef9f0 commit 852eaa5
Show file tree
Hide file tree
Showing 6 changed files with 336 additions and 38 deletions.
165 changes: 138 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ tokio = { version = "1.38.1", features = ["full"] }
ratatui = { version = "0.29.0", default-features = false, features = [
"crossterm",
] }
aws-sign-v4 = "0.3"
chrono = "0.4"
bytes = "1"

hyper = { version = "1.4", features = ["client", "http1", "http2"] }

Expand Down
Loading

0 comments on commit 852eaa5

Please sign in to comment.