Hello,
[email protected]:
[...] Current address of swift object storage ovh is
https://auth.cloud.ovh.net not swiftks.
When i try connect from cyberduck, everything is ok. Server address is
https://auth.cloud.ovh.net with v3 path.
Username is Tenant ID:Access Key
I think is problem with new syntax...or something? [...]
S3QL only supports direct Swift without Keystone (storage url would be
e.g.
swift://storage.<region>.cloud.ovh.net/v1/AUTH_<identifier-specific-to-your-project>/<container>)
and Keystone version 2 (storage-url / test-fs is
swiftks://auth.cloud.ovh.net/<region>:<container>). Keystone version 3
is not yet supported.
Since using Swift without Keystone would practically require an access
token that does not expire and OVH does not give you those, S3QL with
OVH can only be used with
swiftks://auth.cloud.ovh.net/<region>:<container> as storage-url /
test-fs. (and thus the authinfo2 section is "[swiftks-test]").
Use https://horizon.cloud.ovh.net/project/api_access/ to download
"OpenStack RC File (Identity API v2.0)". That file has OS_TENANT_NAME
and OS_USERNAME in it. That's the right backend username you have to
use: $OS_TENANT_NAME:$OS_USERNAME (not $OS_TENANT_ID:$OS_USERNAME)
If you still have problems connecting to OVH's Swift storage with S3QL,
please provide more detail. With which command did you run the test?
(Full command line) What's your authinfo2 file? (replace tenant
name/username/password with placeholders) And where did you save it?
/ Daniel
--
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].
For more options, visit https://groups.google.com/d/optout.