What is the problem you are having with rclone?
So I am trying to config the remote storage with environment variables. As you can see I am using rclone/rclone docker image and the arguments are set using --env VAR1=foo within docker run.
What am I doing wrong? I tried to retrieve the acces and secret key like that:
{ACCESS_KEY}
$ACCESS_KEY
global.access_key
Thanks in advance
that's my rclone.conf
[remote]
type = s3
provider = Other
access_key_id = ACCESS_KEY
secret_access_key = SECRET_KEY
endpoint = fsn1.your-objectstorage.com
acl = private
region = fsn1
Which cloud storage system are you using? (eg Google Drive)
Hetzner Object Storage
The command you were trying to run:
docker run --rm --volume ./rclone.conf:/config/rclone/rclone.conf --env SECRET_KEY=my_key --env ACCESS_KEY=my_access rclone/rclone ls remote: