Page 1 of 1

Garage/minio s3 endpoints

Posted: Sun Mar 22, 2026 2:32 pm
by justinhj
How do I connect to these servers. I've tried bucket@s3.endpoint.com but cannot specify custom region nor path-style addressing.

Re: Garage/minio s3 endpoints

Posted: Mon Mar 23, 2026 5:28 pm
by tobias
Hello,
last time I tried, minio S3 worked fine.

The default region used for authentication is us-east-1.

You can override it by adding a line to the [Main] section in Syncovery.ini, for example:
AWSDefaultRegion=us-west-1

I think it will automatically use the correct, compatible URL addressing mode if you specify an endpoint such as bucket@s3.endpoint.com.

If your endpoint requires Signature V4, you can enforce it via
AWSAlwaysUseSignatureV4=1

Let me know if it works. Authentication problems can be fixed by looking at the FTPLOG files generated if you choose "Internet Protocol Logging" on the Program Settings dialog, tab sheet Logs.