Skip to content

S3 Setup

LRMtheBoss edited this page Apr 14, 2024 · 2 revisions

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.