yangzhg commented on a change in pull request #6962: URL: https://github.com/apache/incubator-doris/pull/6962#discussion_r738297384
########## File path: docs/zh-CN/administrator-guide/load-data/s3-load-manual.md ########## @@ -76,4 +76,19 @@ under the License. ( "timeout" = "3600" ); -``` \ No newline at end of file +``` + +## 常见问题 + +S3 SDK 默认使用 virtual-hosted style 方式。但某些对象存储系统可能没开启或没支持 virtual-hosted style 方式的访问,此时我们可以添加 `use_path_style` 参数来强制使用 path style 方式: + +``` + WITH S3 + ( + "AWS_ENDPOINT" = "AWS_ENDPOINT", + "AWS_ACCESS_KEY" = "AWS_ACCESS_KEY", + "AWS_SECRET_KEY"="AWS_SECRET_KEY", + "AWS_REGION" = "AWS_REGION", + "use_path_style" = "true" Review comment: indent -- 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