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/04/14 09:58:37 UTC

[camel] 04/04: CAMEL-19266 - Camel-AWS2-S3: Add a forcePathStyle option to configuration

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

commit e9828d25fe0b3dbb125ea1c042d7030c212a6543
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 14 10:52:10 2023 +0200

    CAMEL-19266 - Camel-AWS2-S3: Add a forcePathStyle option to configuration
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java
index 06a8f0c7c43..8467947ec36 100644
--- a/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java
+++ b/components/camel-aws/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java
@@ -523,6 +523,7 @@ public class AWS2S3Configuration implements Cloneable {
     public boolean isForcePathStyle() {
         return forcePathStyle;
     }
+
     /**
      * Set whether the S3 client should use path-style URL instead of virtual-hosted-style
      */