You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/17 19:01:08 UTC

[camel] branch main updated: Regen for commit de990047ecefeed3ad6a7e613a9b48613295cd1a

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e618e3c93da Regen for commit de990047ecefeed3ad6a7e613a9b48613295cd1a
e618e3c93da is described below

commit e618e3c93dacff3d803224ff4e6ccfc47eb855be
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Fri Feb 17 18:58:22 2023 +0000

    Regen for commit de990047ecefeed3ad6a7e613a9b48613295cd1a
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../builder/endpoint/dsl/MinioEndpointBuilderFactory.java  | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MinioEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MinioEndpointBuilderFactory.java
index 2778faf00c1..9a9bd6b15d4 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MinioEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/MinioEndpointBuilderFactory.java
@@ -2985,6 +2985,20 @@ public interface MinioEndpointBuilderFactory {
         public String minioLength() {
             return "MinioLength";
         }
+
+        /**
+         * Expiration of minio presigned url in Seconds.
+         * 
+         * The option is a: {@code int} type.
+         * 
+         * Group: producer
+         * 
+         * @return the name of the header {@code
+         * MinioPresignedURLExpirationTime}.
+         */
+        public String minioPresignedURLExpirationTime() {
+            return "MinioPresignedURLExpirationTime";
+        }
     }
     static MinioEndpointBuilder endpointBuilder(
             String componentName,