RED-2172: Enbled to configure azure blob storage as storage backend

This commit is contained in:
Dominique Eifländer 2021-10-06 15:12:27 +02:00
parent ad8caf79e6
commit 289350a346
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.iqser.red</groupId>
<artifactId>platform-dependency</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</parent>
<groupId>com.iqser.red.service</groupId>
@ -26,7 +26,7 @@
<dependency>
<groupId>com.iqser.red</groupId>
<artifactId>platform-commons-dependency</artifactId>
<version>1.4.0</version>
<version>1.6.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>

View File

@ -39,4 +39,5 @@ storage:
signer-type: 'AWSS3V4SignerType'
bucket-name: 'redaction'
region: 'us-east-1'
endpoint: 'https://s3.amazonaws.com'
endpoint: 'https://s3.amazonaws.com'
backend: 's3'