We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d0cd3 commit 7018a69Copy full SHA for 7018a69
src/client/auth/aws.rs
@@ -150,8 +150,7 @@ async fn authenticate_stream_inner(
150
date,
151
&server_first.sts_host,
152
&server_first.server_nonce,
153
- )
154
- .await?;
+ )?;
155
156
let mut client_second_payload_bytes = vec![];
157
client_second_payload.to_writer(&mut client_second_payload_bytes)?;
@@ -214,7 +213,7 @@ pub(crate) async fn get_aws_credentials(credential: &Credential) -> Result<Crede
214
213
}
215
216
217
-pub async fn compute_aws_sigv4_payload(
+pub fn compute_aws_sigv4_payload(
218
creds: Credentials,
219
date: DateTime<Utc>,
220
host: &str,
0 commit comments