Hi! Very much a S3 beginner so bear with me here…
I’m trying to setup Duplicacy (both web and cli) using Garage S3 https://garagehq.deuxfleurs.fr/ as storage backend.
I’m having problems initializing a repo and I think it is because I’m using the LAN IP and not a FQD.
The bucket is fully functional and usable with rclone, so I know it works.
Is S3 storage required to use FQD with Duplicacy?
Failed to check the storage at s3://garage@http://10.111.10.11:3900/duplicacy-bucket: InvalidParameter: 1 validation error(s) found. - minimum field size of 1, HeadObjectInput.Bucket.
While playing around trying to figure out what was wrong I managed to get an error saying something in the line of Duplicacy is looking for https://[bucketname].[endpoint] and not http://[endpoint]/[bucketname]. Is this a behavior I can change?