Skip to content

Commit

Permalink
feat: re-expose 'http-credentials' from 's3' (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin committed Oct 17, 2023
1 parent 2243722 commit 362b9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ with-tokio = [
"futures",
]
async-std-native-tls = ["with-async-std", "aws-creds/native-tls"]
http-credentials = ["aws-creds/http-credentials"]
with-async-std = ["async-std", "surf", "futures-io", "futures-util", "futures"]
sync = ["attohttpc", "maybe-async/is_sync"]
no-verify-ssl = []
Expand Down

0 comments on commit 362b9b3

Please sign in to comment.