Problem adding Wasabi EU in cli

Hi,

I’m trying different cloud providers before deciding which one to use but I can’t get Wasabi Europe to work.

I got a trial account in eu-central, I made a bucket (lets pretend it is my-bucket) and I created a new access key.

I used this command to add:

duplicacy add -e wasabi_data asterix_home s3://s3.eu-central-1.wasabisys.com/my-bucket/duplicacy

I’m asked for:
Enter S3 Access Key ID: (entered my generated key id)
Enter S3 Secret Access Key: (entered my generated access key)
Enter storage password for s3://s3.eu-central-1.wasabisys.com/my-bucket/duplicacy: (made up my own password)

Then I get this:
Failed to download the configuration file from the storage: MissingRegion: could not find region configuration

What am I doing wrong?

Best regards
Nicke

Maybe one of these works:

wasabi://s3.eu-central-1.wasabisys.com/the/path

or

 wasabi://eu-central-1@s3.eu-central-1.wasabisys.com/the/path

?

1 Like

Thanks @TheBestPessimist!

wasabi://eu-central-1@s3.eu-central-1.wasabisys.com/the/path works as well as
s3://eu-central-1@s3.eu-central-1.wasabisys.com/the/path

Is there a difference? I want to sure that duplicacy is using the wasabi module and not the S3.

Wasabi is nominally compatible with AWS S3, but the copy-and-delete
method used for renaming objects creates additional expense under
Wasabi’s billing system. This module is a pass-through to the
existing S3 module for everything other than that one operation.

1 Like

They will both work, but you should use the wasabi:// one to take advantage of Wasabi’s special rename API to reduce storage costs.

2 Likes