HonestManXin opened a new pull request, #51794:
URL: https://github.com/apache/doris/pull/51794

   ### Proposed changes
   ```
   LOAD LABEL s3_load_2025_05_30
   (
       DATA INFILE("s3://doristest/s3load_example.csv")
       INTO TABLE example_tbl_duplicate
       COLUMNS TERMINATED BY ","
       FORMAT AS "CSV"
       (log_time,log_type,error_code,error_msg,op_id,op_time)
   )
   WITH S3
   (
       "provider" = "TOS", 
       "s3.endpoint" = "tos-s3-xxx.volces.com",  
       "s3.region" = "region",
       "s3.access_key" = "xxx",
       "s3.secret_key" = "yyyy=="
   )
   PROPERTIES
   (
       "timeout" = "3600"
   );
   ```
   enable specify tos as provider


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