documentation/panel/1.0/additional_configuration.md
2020-12-12 10:59:15 +01:00

553 B

Additional Configuration

toc

Backup Configuration

Using S3 Backups

To use S3 backups you may use the following .env variables

# Sets your panel to use s3 for backups
APP_BACKUP_DRIVER=s3

# Info to actually use s3
AWS_DEFAULT_REGION=

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=

AWS_BACKUPS_BUCKET=

AWS_ENDPOINT=

AWS_BACKUPS_USE_ACCELERATE=false

# This was/is planned to be depreciated by AWS thus if set to true it will fail the request.
AWS_USE_PATH_STYLE_ENDPOINT=false