-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lookup style for S3 bucket #7673
Comments
For AWS S3, Mimir will use DNS lookup (virtual hosted style). As of today, there is no configuration to alter this behaviour, although there is a related issue to add one #7512. Could you expand what is the particular issue you're facing? |
Haven't encountered a problem yet. The workaround I currently see (is based on the minio source code) is to leave the backet_name field empty and move the name of the bucket to the endpoint:
|
Hello!
What style of accessing the S3 bucket is used in mimir distributed?
I couldn't find the S3 access style (path-style or virtual hosted style) settings options in the storage configuration https://grafana.com/docs/mimir/latest/references/configuration-parameters/#s3_storage_backend , https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/values.yaml
What is the default style?
I need the ability to set the required connection type as in the loki settings parameter
s3forcepathstyle
.The text was updated successfully, but these errors were encountered: