Replies: 2 comments 2 replies
-
We use the minio-go client library, which should work with any S3 compatible storage service. You're service does not seem to be 100% compatible, as this would appear to be a nonstandard path format. Can you find an example of using your backend with minio-go, so we can see what specifically needs to be set? |
Beta Was this translation helpful? Give feedback.
0 replies
-
i followed the doc from https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html and https://docs.ceph.com/en/latest/radosgw/keystone/ with the recommendation of rgw swift account in url = true |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
i've setup a rke2 cluster on openstack with terraform, while it partially work i have an issue with how the swift/s3 endpoint is passed down to the s3 client for the etcd backup and restore, this client limit the url used as endpoint to a hostname.fqdn:port format, while my openstack endpoint is configured with hostname.fqnd:port/swift/v1/AUTH_ to accomodate for multi tenancy ceph backend storage via openstack. this cause error and unreachable "snapshots" when trying to access them via the etcd containers (they are properly created by terraform). is there a switch option that would allow me to add the missing swift/v1/AUTH_ to the s3 endpoint ? or another method ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions