gavinchou commented on code in PR #60903:
URL: https://github.com/apache/doris/pull/60903#discussion_r2867115543


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/property/storage/AzureProperties.java:
##########
@@ -135,7 +135,16 @@ public AzureProperties(Map<String, String> origProps) {
         super(Type.AZURE, origProps);
     }
 
-    private static final String AZURE_ENDPOINT_SUFFIX = 
".blob.core.windows.net";
+    private static final String[] AZURE_ACCOUNT_KEY_ENDPOINTS = {

Review Comment:
   why not read from config?
   Making it configurable with default list will make it extensible.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to