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