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 2fbc4db commit 09c862cCopy full SHA for 09c862c
README.md
@@ -26,7 +26,7 @@ content-MD5 are not present, then a blank string is used in their place. If the
26
timestamp isn't present, a valid HTTP date is automatically added to the
27
request. The canonical string is computed as follows:
28
29
- `canonical_string = "#{http method},#{content-type},#{content-MD5},#{request URI},#{timestamp}"`
+ `canonical_string = "#{http method},#{content-type},#{content-MD5},#{request URI},#{timestamp}"`
30
31
2. This string is then used to create the signature which is a Base64 encoded
32
SHA1 HMAC, using the client's private secret key.
0 commit comments