At a Glance
Credentials
Create a secret with the S3 Compatible provider type. The auth method iss3_compatible_access_key, which requires:
The key needs permission to list, read, write, and delete objects in the bucket — the same
operations connection verification tests.
Location Setup
Example:
Provider Quirks
Many managed S3 providers don’t exposeCreateBucket permission, which surfaces as
403 Access Denied during transfers. S3 Compatible locations default to
s3_no_check_bucket: true to bypass that check.
Importing from rclone.conf
Atype = s3 remote whose provider = value isn’t recognized — including provider = Other —
imports as S3 Compatible, with its endpoint and credentials carried over. The exception:
provider = Other remotes whose endpoint hostname identifies
Fil One, Filebase, Tigris, or
MEGA S4 are upgraded to those first-class types instead. See the
rclone import guide.