Skip to content

Commit

Permalink
Remove endpoint_suffix dependency on account key (#2485)
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Lopez <[email protected]>
(cherry picked from commit 365e07c)
  • Loading branch information
raphlopez authored and github-actions[bot] committed Apr 5, 2022
1 parent debb45c commit 3afcb28
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 3afcb28

Please sign in to comment.