2023-12-27 21:34:51 +01:00
|
|
|
# Copy the config entry below in your rclone configuration file.
|
|
|
|
[ovh-s3]
|
|
|
|
type = s3
|
|
|
|
provider = Other
|
|
|
|
env_auth = false
|
|
|
|
access_key_id = {{ s3_access_key_id }}
|
|
|
|
secret_access_key = {{ s3_secret_access_key }}
|
|
|
|
acl = private
|
|
|
|
region = gra
|
|
|
|
location_constraint = gra
|
|
|
|
# API endpoint
|
|
|
|
# S3 standard endpoint
|
|
|
|
endpoint = https://s3.gra.io.cloud.ovh.net/
|
|
|
|
|
|
|
|
[photos-crypt]
|
|
|
|
type = crypt
|
|
|
|
remote = ovh-s3:pi-s3/photos
|
2024-01-09 20:23:42 +01:00
|
|
|
password = {{ rclone_obf_pass }}
|
|
|
|
password2 = {{ rclone_obf_pass2 }}
|
2023-12-27 21:34:51 +01:00
|
|
|
|
2024-01-09 20:23:42 +01:00
|
|
|
[jef-crypt]
|
|
|
|
type = crypt
|
|
|
|
remote = ovh-s3:pi-s3/jef
|
|
|
|
password = {{ rclone_obf_pass }}
|
|
|
|
password2 = {{ rclone_obf_pass2 }}
|