Skip to content

Commit b784c8f

Browse files
Update src/aws_signature.erl
Co-authored-by: Jonatan Kłosko <[email protected]>
1 parent 0d6a7f8 commit b784c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws_signature.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sign_v4(AccessKeyID, SecretAccessKey, Region, Service, DateTime, Method, URL, He
5353
%% <dd>
5454
%% Optional SHA256 digest of the request body. This option can be used to provide
5555
%% a fixed digest value, such as "UNSIGNED-PAYLOAD", when sending requests without
56-
%% signing the body, <strong>which is expected for S3</strong>.
56+
%% signing the body.
5757
%% </dd>
5858
%% </dl>
5959
-spec sign_v4(AccessKeyID, SecretAccessKey, Region, Service, DateTime, Method, URL, Headers, Body, Options) -> FinalHeaders

0 commit comments

Comments
 (0)