Garage/minio s3 endpoints

English Support for Syncovery on Linux etc.
Post Reply
justinhj
Posts: 1
Joined: Sun Mar 22, 2026 11:58 am

Garage/minio s3 endpoints

Post 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.
tobias
Posts: 2164
Joined: Tue Mar 31, 2020 7:37 pm

Re: Garage/minio s3 endpoints

Post 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.
Post Reply