Skip to content

Commit

Permalink
remove setting s3forcepathstyle to false
Browse files Browse the repository at this point in the history
  • Loading branch information
btaani committed Apr 4, 2024
1 parent 58da506 commit 66359ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion operator/internal/manifests/internal/config/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2575,7 +2575,6 @@ common:
region: us-east
access_key_id: ${AWS_ACCESS_KEY_ID}
secret_access_key: ${AWS_ACCESS_KEY_SECRET}
s3forcepathstyle: false
compactor_grpc_address: loki-compactor-grpc-lokistack-dev.default.svc.cluster.local:9095
ring:
kvstore:
Expand Down
4 changes: 1 addition & 3 deletions operator/internal/manifests/internal/config/loki-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ common:
region: {{ .Region }}
access_key_id: ${AWS_ACCESS_KEY_ID}
secret_access_key: ${AWS_ACCESS_KEY_SECRET}
{{- if isEndpointAWS .Endpoint }}
s3forcepathstyle: false
{{- else }}
{{- if not (isEndpointAWS .Endpoint) }}
s3forcepathstyle: true
{{- end }}
{{- end }}
Expand Down

0 comments on commit 66359ec

Please sign in to comment.