Commit 66359ec 1 parent 58da506 commit 66359ec Copy full SHA for 66359ec
File tree 2 files changed +1
-4
lines changed
operator/internal/manifests/internal/config
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2575,7 +2575,6 @@ common:
2575
2575
region: us-east
2576
2576
access_key_id: ${AWS_ACCESS_KEY_ID}
2577
2577
secret_access_key: ${AWS_ACCESS_KEY_SECRET}
2578
- s3forcepathstyle: false
2579
2578
compactor_grpc_address: loki-compactor-grpc-lokistack-dev.default.svc.cluster.local:9095
2580
2579
ring:
2581
2580
kvstore:
Original file line number Diff line number Diff line change @@ -38,9 +38,7 @@ common:
38
38
region : {{ .Region }}
39
39
access_key_id : ${AWS_ACCESS_KEY_ID}
40
40
secret_access_key : ${AWS_ACCESS_KEY_SECRET}
41
- {{- if isEndpointAWS .Endpoint }}
42
- s3forcepathstyle : false
43
- {{- else }}
41
+ {{- if not (isEndpointAWS .Endpoint) }}
44
42
s3forcepathstyle : true
45
43
{{- end }}
46
44
{{- end }}
You can’t perform that action at this time.
0 commit comments