These storages in Storj were created as copies of storages I have in Wasabi, with commands like:
duplicacy add^
-copy wasabi-storage-name^
-encrypt^
-key xxxxxxxx.pem^
-erasure-coding 5:2^
-repository xxxxxxxxxxx^
new-storj-name^
snapshot-id^
storj://12EayRxxxxxxxxxxxxxxxxxxxxxxxxxxxx@us1.storj.io:7777/bucket-name
preferences
files look like this:
"name": "xxxxxxxxxxxxxxxx",
"id": "xxxxxxxxxxxxxxxxxxx",
"repository": "xxxxxxxxxxxxxxxxxxxxxx",
"storage": "storj://12Eaxxxxxxxxxxxxxxxxps3S@us1.storj.io:7777/bucket-name",
"encrypted": true,
"no_backup": false,
"no_restore": false,
"no_save_password": false,
"nobackup_file": "",
"keys": {
"password": "xxxxxxxxxxxxxxx",
"storj_key": "xxxxxxxxxxxxxx",
"storj_passphrase": "xxxxxxxxxxxxxxxxxxxx"
},
"filters": "",
"exclude_by_attribute": false
and they work perfectly with CLI.
All my bucket storages (B2, S3, Wasabi, Storj) never had subdirectories (I set up a bucket for each set of backups) and they always worked perfectly.