8 lines
298 B
Bash
8 lines
298 B
Bash
|
|
# AWS credentials for S3 log archival — Galion Systems deployment account
|
||
|
|
# Used by the Prometheus remote_write → S3 exporter
|
||
|
|
|
||
|
|
AWS_ACCESS_KEY_ID=AKIA5CAZFFKVO4PXVZBO
|
||
|
|
AWS_SECRET_ACCESS_KEY=D813PHEE9/Ae8uFfLWQiVOJ00WcK9uNtBISc8NHf
|
||
|
|
AWS_DEFAULT_REGION=us-east-1
|
||
|
|
S3_BUCKET=galion-monitoring-archive
|