This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.20.x by this push:
new 595c57a2cfd CAMEL-19489: camel-minio - Update docs
595c57a2cfd is described below
commit 595c57a2cfdc88e740818e572ffc877ffc9700f5
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 325c1576d06..d06df2fd33d 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