Closed east4ming closed 8 months ago
We need to add a new configuration to pass BucketLookupType
(through the virtual-hosted
option's value in objstore
).
That is, today Mimir works with s3 API via minio-go (which lays underneath the objstore
package). The client's default befaviour assumes that only a sub-set of cloud providers support virtual-hosted style buckets, thus for Tencent's COS, the client automatically falls back to path-style.
Describe the bug
I use Tencent Cloud COS(S3 compatible storage) as the storage backend, configured as follows:
After startup, the error is reported as follows:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Support virtual-style s3 config. Or can my configuration be modified to fix this problem?
Environment
Additional Context
Domain name compliance issues | COS | TencentCloud
On this page, there is the following description:
And, I created these buckets after January 1, 2024.