Hello,
I’m using Blomp storage and they use OpenStack Swift on the backend. I was able to get it working in rclone for my HomeAssistant instance, but trying to link it into duplicacy throws an error:
2024/11/30 12:03:19 ERROR STORAGE_CREATE Failed to load the OpenStack Swift storage at swift://blompuser@email.com@authenticate.blomp.com/v2.0/blompuser@email.com?auth_version=2&tenant=storage&endpoint_type=public: Post "https://email.com/tokens": remote error: tls: unrecognized name
Blomp uses your email address as your username and container name. The issue appears to be with the username being the email address. I’m not sure what rclone does different (it appears to use ncw/swift on the backend as well). I’m not versed in ‘go’ enough, so having a bit of trouble with understanding the code.
FWIW, if I click the folder icon next to directories I do get a list of files/folders in my blomp storage, so it can authenticate, it seems to be an issue getting a token
Any help would be appreciated. I can open a github issue if needed, but thought I’d check here first.