diff --git a/pom.xml b/pom.xml index 65243cb49..dedcc674a 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,7 @@ software.amazon.awssdk - url-connection-client + apache-client org.apache.commons diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f0d19f858..b44d9327d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -88,6 +88,7 @@ quarkus.http.filter.static.matches=/static/.+ quarkus.http.filter.static.methods=GET quarkus.http.filter.static.order=1 +quarkus.s3.sync-client.type=apache storage-ext.url= storage.presigned-downloads.enabled=false storage.transient-archives.enabled=false