Move S3 Guide

This commit is contained in:
Dominika Jadowska 2020-12-12 09:43:05 +01:00
parent 7adc1a259f
commit 02b1826826
No known key found for this signature in database
GPG Key ID: 9EF323937649A25E
2 changed files with 9 additions and 4 deletions

View File

@ -161,7 +161,8 @@ module.exports = {
children: [
'/getting_started',
'/webserver_configuration',
'/upgrading'
'/upgrading',
'/additional_configuration'
]
}
]
@ -218,7 +219,6 @@ module.exports = {
children: [
'/guides/disabling-reCAPTCHA.md',
'/guides/mounts.md',
'/guides/s3-backups.md'
],
},
{

View File

@ -1,4 +1,10 @@
# Using S3 Backups
# Additional Configuration
[[toc]]
## Backup Configuration
### Using S3 Backups
<!--Might need to expand a bit more on here-->
To use S3 backups you may use the following `.env` variables
@ -20,4 +26,3 @@ AWS_ENDPOINT=
AWS_USE_PATH_STYLE_ENDPOINT=false
AWS_BACKUPS_USE_ACCELERATE=false
```