Skip to content

Commit

Permalink
fix: TW-83130 Better DSL for s3CompatibleStorage
Browse files Browse the repository at this point in the history
Merge-request: TC-MR-6736
Merged-by: Andrei Efimov <Andrei.Efimov@jetbrains.com>
  • Loading branch information
wayfarer-rus authored and qodana-bot committed Sep 4, 2023
1 parent 7e91401 commit 76f4ff1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public Map<String, String> getDefaultParameters() {
Map<String, String> result = new HashMap<>(AWSCommonParams.getDefaults(myServerSettings.getServerUUID()));
result.put(AWSCommonParams.REGION_NAME_PARAM, AWSRegions.DEFAULT_REGION);
result.put(S3Constants.S3_USE_PRE_SIGNED_URL_FOR_UPLOAD, Boolean.toString(true));
result.put(AWSCommonParams.ENVIRONMENT_NAME_PARAM, "Custom");
return result;
}

Expand Down

0 comments on commit 76f4ff1

Please sign in to comment.