This page covers the settings Blnk uses for backup storage, including the local backup path and the credentials needed for S3-compatible object storage.Documentation Index
Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
Backup settings
Use these settings to choose where backup files are written and how Blnk connects to S3 or another S3-compatible service.| Description | Default | |
|---|---|---|
BLNK_BACKUP_DIR | Local directory path Blnk uses when writing backup files. | None |
BLNK_AWS_ACCESS_KEY_ID | Access key ID used to authenticate with S3. | None |
BLNK_AWS_SECRET_ACCESS_KEY | Secret access key used to authenticate with S3. | None |
BLNK_S3_ENDPOINT | Custom S3 endpoint, usually used for S3-compatible storage providers. | None |
BLNK_S3_BUCKET_NAME | Bucket name where backup files are stored. | None |
BLNK_S3_REGION | Region for the S3 bucket. | None |