This is an automated email from the ASF dual-hosted git repository.

bvahdat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ed8b9e  correct the s3 uri for minio
2ed8b9e is described below

commit 2ed8b9e450357f98efb23a6eebd944224ca3c905
Author: Babak Vahdat <bvah...@apache.org>
AuthorDate: Fri Feb 9 15:59:49 2024 +0100

    correct the s3 uri for minio
---
 02-serverless-api/test/minio.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/02-serverless-api/test/minio.properties 
b/02-serverless-api/test/minio.properties
index 6bdde81..03e10c2 100644
--- a/02-serverless-api/test/minio.properties
+++ b/02-serverless-api/test/minio.properties
@@ -9,7 +9,7 @@ api.bucket=camel-k
 camel.component.aws2-s3.region=eu-west-1
 camel.component.aws2-s3.access-key=minio
 camel.component.aws2-s3.secret-key=minio123
-camel.component.aws2-s3.uri-endpoint-override=http://192.168.105.26:32393
+camel.component.aws2-s3.uri-endpoint-override=http://minio:9000
 camel.component.aws2-s3.override-endpoint=true
 camel.component.aws2-s3.autoCreateBucket=true
 

Reply via email to