I am using rclone docker image to run rclone in rc mode.
And trying to upload file (gcp service account key file) to rclone machine using " operations/uploadfile" end point.
I am able to upload the file to rclone machine but only thing I am noticing is, though I am mention the target path as "/config/rclone/remote-keys" it is uploading the file to "/data/config/rclone/remote-keys" location.
That is by default its landing inside "/data" directory.
Is there anyway to upload files to "/config/rclone/remote-keys" instead of "/data/config/rclone/remote-keys" ?
Behavior of "operations/uploadfile" is as expected with standalone installations , this above mentioned issue is with only docker container.