12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
|
[s3]
|
||
|
type = s3
|
||
|
provider = Other
|
||
|
access_key_id = YOUR_ACCESS_KEY_ID
|
||
|
secret_access_key = YOUR_SECRET_ACCESS_KEY
|
||
|
endpoint = https://minio.your-domain.example.com
|
||
|
acl = private
|
||
|
|
||
|
[dest]
|
||
|
type = alias
|
||
|
remote = s3:your-bucket-name
|