CalvinKirs commented on code in PR #53571:
URL: https://github.com/apache/doris/pull/53571#discussion_r2227324420


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/property/storage/MinioProperties.java:
##########
@@ -75,4 +75,18 @@ public static boolean guessIsMe(Map<String, String> 
origProps) {
     protected Set<Pattern> endpointPatterns() {
         return 
ImmutableSet.of(Pattern.compile("^(?:https?://)?[a-zA-Z0-9.-]+(?::\\d+)?$"));
     }
+
+    @Override
+    public void initializeHadoopStorageConfig() {
+        hadoopStorageConfig = new Configuration();
+        hadoopStorageConfig.set("fs.s3.impl", 
"org.apache.hadoop.fs.s3a.S3AFileSystem");

Review Comment:
   We have users who opt to use MinIO as their storage solution. MinIO 
generally follows the s3 URI schema.



-- 
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