Ok, so I wanted to try out backing up my data on Storj as it was the “provider of choice” for Truenas. Because I set up Stoj without using “the link” my buckets aren’t available if created in the Web UI. When I reached out to have the metadata changed Storj sent me this information:
You can also setup a value attribution yourself for other tools, the value should be ix-storj-1. This would allow you to create a new buckets not using the TrueNAS interface and they will be available in TrueNAS too.
To be able to specify a storage tier you can use rclone:
rclone mkdir storj-s3-us1:my-bucket --user-agent "ix-storj-1" --s3-location-constraint "archive-1"
Does anyone know how to actually implement this command so that this is done via Cloudsync or from my Truenas box?