awsRestRequest: Need to add useful documentation... Generic function to...

Description Usage See Also

Description

Need to add useful documentation... Generic function to submit an API request. Your credentials should be an object of class AWSRootCredentials or AWSTemporaryCredentials. Temporary credential expiration is handled prior to configuring an API request by calling rotate() method. How API query requests work: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html

Usage

1
2
3
4
awsRestRequest(credentials, httpMethod = "GET", protocol = "https",
  service = "s3", host = "amazonaws.com", path = NULL,
  optionalParams = NULL, optionalHeaders = NULL, content = NULL,
  conversionFUN = NULL)

See Also

Other service wrappers: RcurlAWS, getSTSCredentials, stsGenContentString


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