forked from aalekhpatel07/rust-s3-async
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9506cd7
commit e6094f1
Showing
3 changed files
with
27 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "femlol-aws-creds" | ||
version = "0.37.0" | ||
version = "0.37.2" | ||
authors = ["FémLol Stúdió <[email protected]>", "Drazen Urch"] | ||
description = "Tiny Rust library for working with Amazon IAM credential,s, supports `s3` crate" | ||
repository = "https://github.com/FemLolStudio/s3-tokio" | ||
readme = "README.md" | ||
keywords = ["AWS", "S3", "Wasabi", "Minio", "R2"] | ||
license = "MIT" | ||
# documentation = "https://docs.rs/aws-creds/latest/awscreds/" | ||
documentation = "https://docs.rs/femlol-aws-creds/latest/awscreds/" | ||
edition = "2018" | ||
|
||
[lib] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "s3-tokio" | ||
version = "0.37.0" | ||
version = "0.37.1" | ||
authors = ["FémLol Stúdió <[email protected]>", "Aalekh Patel <[email protected]>", "Drazen Urch"] | ||
description = "Rust library for working with AWS S3 and compatible object storage APIs" | ||
repository = "https://github.com/FemLolStudio/s3-tokio" | ||
readme = "README.md" | ||
keywords = ["S3", "Wasabi", "Minio", "GCP", "R2"] | ||
license = "MIT" | ||
# documentation = "" | ||
documentation = "https://docs.rs/s3-tokio/latest/s3/" | ||
edition = "2021" | ||
|
||
[lib] | ||
|