Skip to content

Commit 09c862c

Browse files
committed
Spacing issue
1 parent 2fbc4db commit 09c862c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ content-MD5 are not present, then a blank string is used in their place. If the
2626
timestamp isn't present, a valid HTTP date is automatically added to the
2727
request. The canonical string is computed as follows:
2828

29-
`canonical_string = "#{http method},#{content-type},#{content-MD5},#{request URI},#{timestamp}"`
29+
`canonical_string = "#{http method},#{content-type},#{content-MD5},#{request URI},#{timestamp}"`
3030

3131
2. This string is then used to create the signature which is a Base64 encoded
3232
SHA1 HMAC, using the client's private secret key.

0 commit comments

Comments
 (0)