I wanted to test out the experimental S3 backed storage for keyspaces but I am a bit confused about the configuration part.
I don’t have AWS and I am not at all familiar with how it works (which may explain the confusion).
I have my own S3 provider with a custom domain. My buckets are available through this provider using ONLY virtual-hosted-style URLs e.g https://<bucket>.<domain>/.
Does Scylla support this ? I don’t see any bucket field in the object_storage_endpoints option in scylla.yaml.
So, once you define your endpoint in the scylla.yaml you can create a keyspace which will be using this endpoint. As of the endpoint you mentioned you can try and do the following