S3 Check
This check monitors the availability of an S3-compatible object storage service. It attempts to connect to the specified endpoint and verify access to a bucket.
Configuration
Field | Description | Required | Default |
---|---|---|---|
endpoint_url |
The endpoint URL of the S3 service. | Yes | |
bucket_name |
The name of the bucket to check. | Yes | |
region_name |
The region of the bucket. | No | |
aws_access_key_id |
The AWS access key ID. | Yes | |
aws_secret_access_key |
The AWS secret access key. | Yes | |
aws_session_token |
The AWS session token. | No |
Address Format
The address format for this check is s3://{bucket_name}/
.