You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zhfeng (via GitHub)" <gi...@apache.org> on 2023/04/13 10:01:40 UTC

[GitHub] [camel-quarkus] zhfeng commented on issue #4770: [camel-quarkus-aws2-s3] Support path style access buckets

zhfeng commented on issue #4770:
URL: https://github.com/apache/camel-quarkus/issues/4770#issuecomment-1506692482

   I think you can consider to use `quarkus-amazon-s3`. Add it in your `pom.xml`
   ```
   <dependency>
       <groupId>io.quarkiverse.amazonservices</groupId>
       <artifactId>quarkus-amazon-s3</artifactId>
   </dependency>
   ```
   and use the following in the configuration
   ```yaml
   quarkus:
     s3:
       path-style-access: true
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org