# Fragment only (destination config) — not a full BackupJob. Excluded from `make validate-examples`
# (see internal/job/examples_validate_test.go and examples/README.md).
type: s3
config:
# Можно задать явно:
# endpoint: "https://s3.example.com"
# region: "eu-central-1"
#
# Или через env (удобно для S3-compatible storage):
endpoint_env: S3_ENDPOINT
region_env: S3_REGION
bucket: "company-backups"
prefix: "prod-01/postgres"
access_key_env: S3_ACCESS_KEY
secret_key_env: S3_SECRET_KEY
force_path_style: true