Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
HF/2.27.1 (#1903)
Browse files Browse the repository at this point in the history
* fix: using the wrong 'delimiter' value, when accessing OBS - results in access conflicts on distribution and distribution-rev jobs running in parallel

* set hotfix version 2.27.1
  • Loading branch information
hilmarf authored Sep 15, 2022
1 parent c22f932 commit 33d1c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-Drevision=2.27.0
-Drevision=2.27.1
-Dlicense.projectName=Corona-Warn-App
-Dlicense.inceptionYear=2020
-Dlicense.licenseName=apache_v2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ObjectStorePublishingConfig {
@Bean(name = "publish-s3")
public ObjectStoreClient createObjectStoreClient(DistributionServiceConfig distributionServiceConfig) {
return createClient(distributionServiceConfig.getObjectStore(),
distributionServiceConfig.getDccRevocation().getDccListPath());
distributionServiceConfig.getDccRevocation().getDccRevocationDirectory());
}

private ObjectStoreClient createClient(final ObjectStore objectStore, final String dccListPath) {
Expand Down

0 comments on commit 33d1c90

Please sign in to comment.