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 58b6cbf commit 8de2d82Copy full SHA for 8de2d82
src/signature.rs
@@ -70,7 +70,7 @@ const ALLOWED_MISMATCH_MINUTES: i64 = 15;
70
/// is the current time, `Utc::now()`.
71
/// * `required_headers` - The headers that are required to be signed in the request in addition to
72
/// the default SigV4 headers. If none, use
73
-/// [`&SignedHeaderRequirements::default()`][SignedHeaderRequirements::default].
+/// [`NO_ADDITIONAL_SIGNED_HEADERS`][crate::NO_ADDITIONAL_SIGNED_HEADERS].
74
/// * `options` - [`SignatureOptions`]` that affect the behavior of the signature validation. For
75
/// most services, use `SignatureOptions::default()`.
76
///
0 commit comments