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

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new a7edeaa7386 CAMEL-19489: camel-minio - Update docs
a7edeaa7386 is described below

commit a7edeaa73869434bbf95b6a3d14126907b848010
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 27 10:22:10 2023 +0200

    CAMEL-19489: camel-minio - Update docs
---
 components/camel-minio/src/main/docs/minio-component.adoc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/components/camel-minio/src/main/docs/minio-component.adoc 
b/components/camel-minio/src/main/docs/minio-component.adoc
index df4039785a5..e52b405fbfe 100644
--- a/components/camel-minio/src/main/docs/minio-component.adoc
+++ b/components/camel-minio/src/main/docs/minio-component.adoc
@@ -35,7 +35,7 @@ For example in order to read file `hello.txt` from the bucket 
`helloBucket`, use
 
 [source,java]
 
--------------------------------------------------------------------------------
-from("minio://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&prefix=hello.txt")
+from("minio://helloBucket?accessKey=yourAccessKey&secretKey=yourSecretKey&objectName=hello.txt")
   .to("file:/var/downloaded");
 
--------------------------------------------------------------------------------
 
@@ -65,8 +65,6 @@ This allows you for instance to know how many messages exists 
in this
 batch and for instance let the Aggregator
 aggregate this number of messages.
 
-== Usage
-
 // component headers: START
 include::partial$component-endpoint-headers.adoc[]
 // component headers: END

Reply via email to