Skip to content

Commit b56f8b2

Browse files
committed
fix wpb-24291: fix the minio endpoint for s3 endpoint
1 parent af9ba0e commit b56f8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values/wire-server/demo-values.example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ cargohold:
153153
# change if using real AWS
154154
region: "eu-west-1"
155155
s3Bucket: assets
156-
s3Endpoint: http://minio-external:9000
156+
s3Endpoint: http://fake-aws-s3:9000
157157
s3DownloadEndpoint: https://assets.example.com
158158
enableFederation: false # Enable to use federation
159159
settings:

0 commit comments

Comments
 (0)