From 362b9b3c8028c9238414f40e566b7d162f56fe33 Mon Sep 17 00:00:00 2001 From: Jean SIMARD Date: Tue, 17 Oct 2023 09:33:04 +0200 Subject: [PATCH] feat: re-expose 'http-credentials' from 's3' (#364) --- s3/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/s3/Cargo.toml b/s3/Cargo.toml index e95acb0a92..754476118e 100644 --- a/s3/Cargo.toml +++ b/s3/Cargo.toml @@ -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 = []