

# Amazon S3 存储桶
<a name="component-configuration-examples-s3"></a>

以下示例演示适用于 Amazon S3 存储桶的 JSON 格式组件配置。

```
{
    "alarmMetrics" : [
        {
            "alarmMetricName" : "ReplicationLatency",
            "monitor" : true
        }, {
            "alarmMetricName" : "5xxErrors",
            "monitor" : true
        }, {
            "alarmMetricName" : "BytesDownloaded"
            "monitor" : true
        }
    ]
}
```