12 lines
297 B
YAML
12 lines
297 B
YAML
name: S3
|
|
abbreviation: s3
|
|
checker: PragmaRX\Health\Checkers\CloudStorage
|
|
notify: true
|
|
column_size: 3
|
|
error_message: "Amazon S3 connection is failing."
|
|
targets:
|
|
- default:
|
|
driver: s3
|
|
file: pragmarx-health-s3-testfile.txt
|
|
contents: "{{ \\Illuminate\\Support\\Str::random(32) }}"
|