Skip to content

Commit

Permalink
Merge pull request #1608 from iliana/credential-readme
Browse files Browse the repository at this point in the history
Add README.md for signature
  • Loading branch information
iliana committed Nov 20, 2019
2 parents 9243e30 + 63d6b5c commit b363475
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rusoto/signature/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Rusoto signature

This crate contains the functionality necessary for signing AWS
API requests. It was designed for use in
[Rusoto](https://github.com/rusoto/rusoto).

## Development

The Rusoto signature crate is packaged and published separately from the Rusoto
crate itself. The crate does not depend on Rusoto itself. The signature crate
is published as a versioned dependency of Rusoto on crates.io.

0 comments on commit b363475

Please sign in to comment.