We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6a7f8 commit b784c8fCopy full SHA for b784c8f
src/aws_signature.erl
@@ -53,7 +53,7 @@ sign_v4(AccessKeyID, SecretAccessKey, Region, Service, DateTime, Method, URL, He
53
%% <dd>
54
%% Optional SHA256 digest of the request body. This option can be used to provide
55
%% a fixed digest value, such as "UNSIGNED-PAYLOAD", when sending requests without
56
-%% signing the body, <strong>which is expected for S3</strong>.
+%% signing the body.
57
%% </dd>
58
%% </dl>
59
-spec sign_v4(AccessKeyID, SecretAccessKey, Region, Service, DateTime, Method, URL, Headers, Body, Options) -> FinalHeaders
0 commit comments