S3 Setup - MaxMaeder/DriveBackupV2 GitHub Wiki
DriveBackupV2 can be configured to back up to an S3 server. To use this type of backup, follow the configuration guide below.
Settings
All the settings below can be found in the s3
section of the plugin's config.yml
.
enabled
Whether this backup method is enabled or not.
endpoint
The endpoint of the server to connect to. This field must include the protocol (http:// or https://) at the beginning to use. This field may or may not include the port number to connect to.
access-key
The access key to connect to the server under.
secret-key
The secret key to be used to authenticate with the server.
bucket
The bucket to store the backups in.