yangzhg commented on a change in pull request #6962:
URL: https://github.com/apache/incubator-doris/pull/6962#discussion_r738296582
##########
File path: docs/en/administrator-guide/load-data/s3-load-manual.md
##########
@@ -75,4 +75,19 @@ example:
(
"timeout" = "3600"
);
-```
\ No newline at end of file
+```
+
+## FAQ
+
+S3 SDK uses virtual-hosted style by default. However, some object storage
systems may not be enabled or support virtual-hosted style access. At this
time, we can add the `use_path_style` parameter to force the use of 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: [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]