nextdreamblue commented on PR #15617: URL: https://github.com/apache/doris/pull/15617#issuecomment-1375044289
> > > Hi, I still get error like 'parse file failed, path = s3://file' after using your changes, but using 'http://' is ok. > > > > > > s3默认使用的virtual-hosted style,即类似:s3://bucket.endpoint/file的形式,如果是s3://endpoint/bucket/file的形式应该会报你这种错误才对。您用的哪种方式呢 > > ok, I got it. Is `"use_path_style"="true"` no use for `s3://bucket.endpoint/file` ? When I'm using`s3://bucket.endpoint/file`, it's ok whatever I set `"use_path_style"="true"` or `"use_path_style"="false"` 看社区本身的设计和之前的代码实现,应该就是s3协议只支持virtual-hosted style。非s3协议才由use_path_style来控制用什么方式去解析uri -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org