Hello Experts,
I am trying to access an S3 compliant cloud bucket -
And so we have static endpoint url which we need to use to connect this bucket.
When I use "provider" as "Other" in remote config and mention statis end point url it works fine.
But when I try to use 'provider' as 'AWS' and have static end point url, it does not work.
In fact rclone is appending the bucket name in the endpoint url so it does not work for me.
Is there anyway to inform Rclone to no to append the bucket name in the endpoint url and just use given static url to access bucket?
(Note: This I am looking as we have our application running which has option to set provider as only "AWS/Azure/Google cloud" - so I am trying to see if I can get this working by setting provider as AWS with static s3 end point)
I tested with boto3 python, if I pass endpoint url it works as boto3 does not append bucket name in between.
This is how rclone appends bucket name so it fails -
Thanks,
Mahendra