diff --git a/redaction-report-service-v1/pom.xml b/redaction-report-service-v1/pom.xml index 54e19b7..2b0eccf 100644 --- a/redaction-report-service-v1/pom.xml +++ b/redaction-report-service-v1/pom.xml @@ -7,7 +7,7 @@ com.iqser.red platform-dependency - 1.1.4 + 1.1.5 com.iqser.red.service @@ -26,7 +26,7 @@ com.iqser.red platform-commons-dependency - 1.4.0 + 1.6.0 import pom diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/resources/application.yml b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/resources/application.yml index 193fa1b..50248a6 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/resources/application.yml +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/resources/application.yml @@ -39,4 +39,5 @@ storage: signer-type: 'AWSS3V4SignerType' bucket-name: 'redaction' region: 'us-east-1' - endpoint: 'https://s3.amazonaws.com' \ No newline at end of file + endpoint: 'https://s3.amazonaws.com' + backend: 's3' \ No newline at end of file