Skip to content
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

add a new s3.forcePathStyle configuration parameter to the samples. #3885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ data:
endpoint: s3.amazonaws.com
disableSSL: false
region: us-east-2
forcePathStyle: true
credentials:
fromEnv: false
secretRef:
Expand Down Expand Up @@ -216,6 +217,7 @@ data:
endpoint: s3.amazonaws.com
disableSSL: false
region: us-east-2
forcePathStyle: true
credentials:
fromEnv: true
kind: ConfigMap
Expand Down Expand Up @@ -328,6 +330,7 @@ s3:
endpoint: http://some-s3-compliant-store-endpoint.com
disableSSL: true
region: minio
forcePathStyle: true
credentials:
fromEnv: false
secretRef:
Expand All @@ -341,6 +344,7 @@ s3:
keyPrefix: subfolder
endpoint: s3.amazonaws.com
region: us-east-2
forcePathStyle: false
disableSSL: false
credentials:
fromEnv: false
Expand Down