Thank's a lot! Just one more thing related to blomp or swift base backends (?): currently the about command is not supported.
rclone --config=/etc/rclone/rclone.conf -vv about Blomp:
2022/02/11 20:50:07 DEBUG : rclone: Version "v1.58.0-beta.5996.f4c40bf79.fix-mount-device-name" starting with parameters ["rclone" "--config=/etc/rclone/rclone.conf" "-vv" "about" "Blomp:"]
2022/02/11 20:50:07 DEBUG : Creating backend with remote "Blomp:"
2022/02/11 20:50:07 DEBUG : Using config file from "/etc/rclone/rclone.conf"
2022/02/11 20:50:07 DEBUG : Creating backend with remote "blomp-swift:email@example.com"
2022/02/11 20:50:08 DEBUG : fs cache: renaming cache item "Blomp:" to be canonical "blomp-swift:email@example.com"
2022/02/11 20:50:08 DEBUG : 4 go routines active
2022/02/11 20:50:08 Failed to about: About call failed: container listing failed: Operation forbidden
The about command does not work with blomp-swift:email@example.com
Is it actually supported by the api of blomp?