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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org