Description Usage Arguments Details
AWS signature 4: http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html
1 2 3 | authorization(credentials, httpMethod = "GET", service = "s3",
host = "amazonaws.com", path = NULL, queryParameters = NULL,
content = NULL, headers = NULL)
|
httpMethod |
string Generic as described in https://www.tutorialspoint.com/http/http_methods.htm; actual methods are specific to the AWS Rest API. |
Will default to region 'us-east-1' if no 'REGION' found in discovered profile settings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.