lzzcj opened a new issue, #1158:
URL: https://github.com/apache/doris-website/issues/1158

   
Path:/zh-CN/docs/2.0/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/CREATE-REPOSITORY
   
   在线文档中
   CREATE REPOSITORY `minio_repo`
   WITH S3
   ON LOCATION "s3://minio_repo"
   PROPERTIES
   (
       "s3.endpoint" = "http://minio.com";,
       "s3.access_key" = "MINIO_USER",
       "s3.secret_key"="MINIO_PASSWORD",
       "s3.region" = "REGION"
       "use_path_style" = "true"
   );
   
   "s3.region" = "REGION"后面少了个逗号
   


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

Reply via email to