![]() |
Qore AwsRestClient Module Reference 1.2
|
this class provides the REST client API for communication with AWS More...
Public Member Functions | |
constructor (hash< auto > opts, *softbool do_not_connect) | |
creates the object with the given options | |
this class provides the REST client API for communication with AWS
This class requires the following options:
aws_keyid
aws_secret
aws_region
aws_service
AwsRestClient::AwsRestClient::constructor | ( | hash< auto > | opts, |
*softbool | do_not_connect ) |
creates the object with the given options
opts | valid options are:
|
do_not_connect | if False (the default), then a connection will be immediately established to the remote server |
RESTCLIENT-ERROR | invalid option passed to constructor, unsupported data serialization, etc |
AWSRESTCLIENT-ERROR | missing or invalid required option for AWS REST authentication or communication |
data
option is always set to "json"