mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
set s3 properties only in automation enterprise module
This commit is contained in:
@@ -59,16 +59,4 @@ public class RMRestProperties extends RestProperties
|
|||||||
|
|
||||||
@Value ("${docker.host}")
|
@Value ("${docker.host}")
|
||||||
private String dockerHost;
|
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;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user