Wasbi Storage recommends using the wasabi (vs the s3 variant) endpoint for storage:
Storage URL: wasabi://region@s3.wasabisys.com/bucket/path (latest on master branch)
for pricing reasons.
However when I attempt to init a new repositiory, I get the following error:
The storage type 'wasabi' is not supported
Here is the command I am attempting that is producing the aboe eror:
./duplicacy_linux_arm_2.1.0 init -e my-backups wasabi://us-east-1@s3.wasabisys.com/my-backups
What am I missing and/or doing wrong?
TIA!