Encapsulates information needed to utilize the s3 Gateway API- namely, the AWS credentials, the rest url of the s3 Gateway and the S3 bucket.
| name | data type | description | 
|---|---|---|
| awsAccessKey | string | The AWS access key for a particular Ozone service | 
| awsSecret | string | The AWS secret associated with the access key | 
| restUrl | string | The rest url, in host:port format, of the Ozone S3 Gateway | 
| bucket | string | The Ozone address of the created S3 bucket | 
Example
{
  "awsAccessKey" : "...",
  "awsSecret" : "...",
  "restUrl" : "...",
  "bucket" : "..."
}