aws-creds 0.34.0

Tiny Rust library for working with Amazon IAM credential,s, supports `s3` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
ci: fmt-check clippy test

fmt-check:
	cargo fmt --all -- --check

clippy:
	cargo clippy --all-features -- -D warnings

test:
	cargo test --all-features