Overview
Concepts
Cluster Architecture
Strengths
Scenarios

https://cos.<REGION>.myqcloud.com. For other cloud Storage systems, you can find S3-compatible information in their respective documentation.WITH BROKER broker_name () statement with the following part:WITH S3("AWS_ENDPOINT" = "http://cos.<REGION>.myqcloud.com","AWS_ACCESS_KEY" = "AWS_ACCESS_KEY","AWS_SECRET_KEY"="AWS_SECRET_KEY","AWS_REGION" = "<REGION>")
LOAD LABEL example_db.exmpale_label_1(DATA INFILE("s3://your_bucket_name/your_path/your_file.txt")INTO TABLE load_testCOLUMNS TERMINATED BY ",")WITH S3("AWS_ENDPOINT" = "http://cos.<REGION>.myqcloud.com","AWS_ACCESS_KEY" = "AWS_ACCESS_KEY","AWS_SECRET_KEY"="AWS_SECRET_KEY","AWS_REGION" = "<REGION>")PROPERTIES("timeout" = "3600");
use_path_style parameter to force the use of the path style:WITH S3("AWS_ENDPOINT" = "http://cos.<REGION>.myqcloud.com","AWS_ACCESS_KEY" = "AWS_ACCESS_KEY","AWS_SECRET_KEY"="AWS_SECRET_KEY","AWS_REGION" = "<REGION>","use_path_style" = "true")
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback