authorization: AWS request Authorization using Signature version 4 method....

Description Usage Arguments Details

Description

AWS signature 4: http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html

Usage

1
2
3
authorization(credentials, httpMethod = "GET", service = "s3",
  host = "amazonaws.com", path = NULL, queryParameters = NULL,
  content = NULL, headers = NULL)

Arguments

httpMethod

string Generic as described in https://www.tutorialspoint.com/http/http_methods.htm; actual methods are specific to the AWS Rest API.

Details

Will default to region 'us-east-1' if no 'REGION' found in discovered profile settings.


AlonzoBarnett/RcurlAWS documentation built on May 15, 2019, 10:47 a.m.