From 35fe836fab258e4722221a4c17e33b37d0206375 Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Tue, 1 Sep 2020 17:10:48 +0300 Subject: [PATCH] set s3 properties only in automation enterprise module --- .../org/alfresco/rest/core/RMRestProperties.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/RMRestProperties.java b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/RMRestProperties.java index 29deb88610..b5ffec459a 100644 --- a/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/RMRestProperties.java +++ b/rm-automation/rm-automation-community-rest-api/src/main/java/org/alfresco/rest/core/RMRestProperties.java @@ -59,16 +59,4 @@ public class RMRestProperties extends RestProperties @Value ("${docker.host}") private String dockerHost; - - @Value ("${s3.accessKey}") - private String s3AccessKey; - - @Value ("${s3.secretKey}") - private String s3SecretKey; - - @Value ("${s3.bucketName}") - private String s3BucketName; - - @Value ("${s3.bucketRegion}") - private String s3BucketRegion; }