See Constructing the signature string in the documentation.
1 2 3 4 5 6 7 8 | get_string_to_sign(
canonicalized_headers,
canonicalized_resource,
http_method = "GET",
content_length = "",
content_md5 = "",
content_type = ""
)
|
canonicalized_headers |
Obtained with |
canonicalized_resource |
Obtained with |
http_method |
|
content_length |
Length of the file to be uploaded in bytes. Otherwise (and by default) empty |
content_md5 |
md5sum of the file to be uploaded. Otherwise (and by default) empty |
content_type |
Content type of the file to be uploaded. Otherwise (and by default) empty |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.