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 dde6a5c commit 92d0cd3Copy full SHA for 92d0cd3
src/client/auth/aws.rs
@@ -227,7 +227,7 @@ pub async fn compute_aws_sigv4_payload(
227
parts.get(1).copied().unwrap_or("us-east-1")
228
};
229
230
- let url = format!("https://{}", host);
+ let url = format!("https://{host}");
231
let date_str = date.format("%Y%m%dT%H%M%SZ").to_string();
232
let body_str = "Action=GetCallerIdentity&Version=2011-06-15";
233
let body_bytes = body_str.as_bytes();
0 commit comments