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

jamesnetherton pushed a commit to branch 2.7.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 6a1eee4501d7b8fe87c653fefeaadae437b890fd
Author: Amos Feng <zh.f...@gmail.com>
AuthorDate: Wed Jun 1 19:59:03 2022 +0800

    Fix #3829 disable checksum validation when testing with quarkus-aws2-s3 
client (#3830)
---
 .../aws2-s3/src/main/resources/application.properties                    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/integration-test-groups/aws2-quarkus-client/aws2-s3/src/main/resources/application.properties
 
b/integration-test-groups/aws2-quarkus-client/aws2-s3/src/main/resources/application.properties
index 1ab9e473a5..ac4af1d2d0 100644
--- 
a/integration-test-groups/aws2-quarkus-client/aws2-s3/src/main/resources/application.properties
+++ 
b/integration-test-groups/aws2-quarkus-client/aws2-s3/src/main/resources/application.properties
@@ -18,3 +18,4 @@
 # Quarkus :: S3 Client options
 #
 quarkus.s3.sync-client.type=apache
+quarkus.s3.checksum-validation=false

Reply via email to