Cannot get Rclone working with Tigris

I am trying to use Rclone to manage Tigris buckets. As of today, there is no dedicated tigris storage type but I am using the S3 compatible type to define the tigris remote.

I am using Rclone for Cloudflare (R2) and other providers with no issues. However when trying any operation with tigris I get:

2025/01/14 09:04:08 ERROR : : error listing: operation error S3: ListBuckets, https response error StatusCode: 405, RequestID: , HostID: , api error MethodNotAllowed: Method Not Allowed
2025/01/14 09:04:08 NOTICE: Failed to lsd with 2 errors: last error was: operation error S3: ListBuckets, https response error StatusCode: 405, RequestID: , HostID: , api error MethodNotAllowed: Method Not Allowed

Does anyone else using Rclone without issues?

I am using the latest version of Rclone:

rclone v1.69.0
- os/version: darwin 14.1 (64 bit)
- os/kernel: 23.1.0 (arm64)

Here is my Rclone remote config:

[tigris]
type = s3
provider = AWS
access_key_id = tid_xxxxxxxxxxxxxxxxxxxx
secret_access_key = tsec_xxxxxxxxxxxxxxxxx
region = auto
endpoint = https://fly.iam.storage.tigris.dev
acl = public-read

Your configuration has endpoint configured for our IAM server. Can you update it to point to our S3 server

endpoint = https://fly.storage.tigris.dev
1 Like

Oh my. I had the correct value for my AWS client… I am not sure how I messed that up in the rclone
config. Thanks for the catch!