Remove endpoint_suffix dependency on account key (#2485)
Signed-off-by: Raphael Lopez <raphael.lopez@aiven.io>
This commit is contained in:
parent
b5d7805962
commit
365e07ce4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue