This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.21.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 329c300c94781de0075988f81db3dc24735d54a4 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
