Skip to content

Commit

Permalink
Add proxy settings type to test case settings to make sure it is acce…
Browse files Browse the repository at this point in the history
…pted

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Jun 6, 2023
1 parent 2afc0a9 commit eedf4e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
.put(S3ClientSettings.DISABLE_CHUNKED_ENCODING.getConcreteSettingForNamespace("test").getKey(), true)
// Disable request throttling because some random values in tests might generate too many failures for the S3 client
.put(S3ClientSettings.USE_THROTTLE_RETRIES_SETTING.getConcreteSettingForNamespace("test").getKey(), false)
.put(S3ClientSettings.PROXY_TYPE_SETTING.getConcreteSettingForNamespace("test").getKey(), ProxySettings.ProxyType.DIRECT)
.put(super.nodeSettings(nodeOrdinal))
.setSecureSettings(secureSettings);

Expand Down

0 comments on commit eedf4e7

Please sign in to comment.