Martin Husted Hartvig
Results
2
comments of
Martin Husted Hartvig
This is from the newest AwsS3EnvironmentRepository where you generate the S3 key: ``` private String buildObjectKeyPrefix(String application, String profile, String label) { StringBuilder objectKeyPrefix = new StringBuilder(); if (!ObjectUtils.isEmpty(label)) {...
Yes, it could be a good thing if one could move ones config to a new repository without needing to change it. This is the setup from application.yml on the...