Skip to content

Commit

Permalink
Remove endpoint_suffix dependency on account key (opensearch-project#…
Browse files Browse the repository at this point in the history
…2485)

Signed-off-by: Raphael Lopez <raphael.lopez@aiven.io>
  • Loading branch information
raphlopez authored Apr 5, 2022
1 parent b5d7805 commit 365e07c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ final class AzureStorageSettings {
AZURE_CLIENT_PREFIX_KEY,
"endpoint_suffix",
key -> Setting.simpleString(key, Property.NodeScope),
() -> ACCOUNT_SETTING,
() -> KEY_SETTING
() -> ACCOUNT_SETTING
);

// The overall operation timeout
Expand Down

0 comments on commit 365e07c

Please sign in to comment.