Skip to content

Commit

Permalink
Update 01-ddl-create-stage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wubx authored Oct 26, 2022
1 parent 3637e18 commit 7052bfa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ AWS S3 compatible object storage services:

```sql
externalStageParams ::=
URL = 's3://<bucket>[<path>]'
URL = 's3://<bucket>[<path/>]'
CONNECTION = (
ENDPOINT_URL = 'https://<endpoint-URL>'
ACCESS_KEY_ID = '<your-access-key-ID>'
SECRET_ACCESS_KEY = '<your-secret-access-key>'
REGION = '<region-name>'
ENABLE_VIRTUAL_HOST_STYLE = true|false
ENABLE_VIRTUAL_HOST_STYLE = 'true'|'false'
)
```

Expand All @@ -52,7 +52,7 @@ Azure Blob storage:

```sql
externalStageParams ::=
URL = 'azblob://<container>[<path>]'
URL = 'azblob://<container>[<path/>]'
CONNECTION = (
ENDPOINT_URL = 'https://<endpoint-URL>'
ACCOUT_NAME = '<your-account-name>'
Expand Down

1 comment on commit 7052bfa

@vercel
Copy link

@vercel vercel bot commented on 7052bfa Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

databend – ./

databend.rs
databend-git-main-databend.vercel.app
databend.vercel.app
databend-databend.vercel.app

Please sign in to comment.