Hello Amit, > [swift] > backend-login: xxx > backend-password: xxx > storage-url: swiftks://objectstore-3.eu-nl-1.cloud.sap/eu-nl-1:amits3ql
what version of OpenStack Keystone (authentication mechanism) do you use? The URL you are using tries to use Keystone v2 (switfks:// prefix) but the host name (objectstore-3.eu-nl-1.cloud.sap) looks like the actual host name where your container lives. You must provide the Keystone server here. That's normally something like auth.cloud.sap. What credentials did you get to log into your Swift Container? Did you get user name, tenant name and password? Then this is Keystone v2 – the only version you can use, since you are using a very outdated version of S3QL. https://www.rath.org/s3ql-docs/backends.html#openstack-swift tells you how to combine tenant and user into backend-login. > [...] When using Keystone authentication, the backend password is > your regular OpenStack password and the backend login combines you > OpenStack username and tenant name in the form |<tenant>:<user>|. If > no tenant is required, the OpenStack username alone may be used as > backend login. [...] If you got user name, project id, domain id and password, then you need to use Keystone v3 – and for this you need a newer version of S3QL: https://www.rath.org/s3ql-docs/installation.html -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/s3ql/19c02973-f124-ccd1-4209-fb3f8823e69b%40jagszent.de.
