Skip to content

Commit

Permalink
Spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mgomes committed Nov 6, 2018
1 parent 2fbc4db commit 09c862c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ content-MD5 are not present, then a blank string is used in their place. If the
timestamp isn't present, a valid HTTP date is automatically added to the
request. The canonical string is computed as follows:

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

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

0 comments on commit 09c862c

Please sign in to comment.