Cannot create repository in s3

restic 0.17.3 compiled with go1.23.3 on windows/amd64

Command :

restic -r s3:wonders.ts.net:9000/restic/data init
Fatal: create repository at s3:wonders.ts.net:9000/restic/data failed: Fatal: unable to open repository at s3:wonders.ts.net:9000/restic/data: client.BucketExists: Get "https://wonders.ts.net:9000/restic/?location=": http: server gave HTTP response to HTTPS client

minio is running without ssl

1 Like

See Preparing a new repository — restic 0.17.3 documentation for the repository URL syntax to use with Minio/S3 :slight_smile:

1 Like

I added http before the url. It works now.

1 Like