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

   ## Proposed changes
   
   Issue Number: close #xxx
   
   Now user can specify whether they want use this vault as default storage 
vault when they create this vault no matter using sql or http action.
   
   ```sql
   CREATE STORAGE VAULT IF NOT EXISTS create_s3_vault_for_default
           PROPERTIES (
           "type"="S3",
           "s3.endpoint"="${getS3Endpoint()}",
           "s3.region" = "${getS3Region()}",
           "s3.access_key" = "${getS3AK()}",
           "s3.secret_key" = "${getS3SK()}",
           "s3.root.path" = "ssb_sf1_p2_s3",
           "s3.bucket" = "${getS3BucketName()}",
           "s3.external_endpoint" = "",
           "provider" = "${getS3Provider()}",
           "set_as_default" = "true"
           );
   ```
   
   <!--Describe your changes.-->
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


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