Request parameters
| Parameter Name | Description | Required |
| accesskey | S3 access key | true |
| bucket | name of the template storage bucket | true |
| secretkey | S3 secret key | true |
| connectiontimeout | connection timeout (milliseconds) | false |
| endpoint | S3 host name | false |
| maxerrorretry | maximum number of times to retry on error | false |
| sockettimeout | socket timeout (milliseconds) | false |
| usehttps | connect to the S3 endpoint via HTTPS? | false |
Response Tags
| Response Name | Description |
| id | The ID of the S3 configuration |
| accesskey | The S3 access key |
| bucket | The name of the template storage bucket |
| connectiontimeout | The connection timeout (milliseconds) |
| endpoint | The S3 end point |
| maxerrorretry | The maximum number of time to retry a connection on error. |
| secretkey | The S3 secret key |
| sockettimeout | The connection socket (milliseconds) |
| usehttps | Connect to S3 using HTTPS? |