Skip to content

Commit

Permalink
build(deps): switch S3 HTTP client from urlconnection to apache (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Aug 14, 2024
1 parent f7da402 commit 8f86147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>url-connection-client</artifactId>
<artifactId>apache-client</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f86147

Please sign in to comment.