Holds credentials and a bucket ID for downloading things from an Amazon S3 bucket. These configuration options can be loaded from JSON using the fromJson method.
| name | data type | description |
|---|---|---|
| accessKey | string | Credentials: the Amazon Web Services access key |
| secretKey | string | Credentials: the Amazon Web Services secret key corresponding to the access key. |
| bucketName | string | The bucket from which you want to download. |
Example
{
"accessKey" : "...",
"secretKey" : "...",
"bucketName" : "..."
}