Skip to content

Commit

Permalink
[feat](cloud) S3 storage vault support property use_path_style (apa…
Browse files Browse the repository at this point in the history
…che#43060) (apache#43343)

example 
```
  CREATE STORAGE VAULT IF NOT EXISTS demo_vault
    PROPERTIES (
      "type"="S3",
      ...
      "use_path_style" = "true"
  );
```
  • Loading branch information
SWJTU-ZhangLei authored Nov 8, 2024
1 parent e30560b commit 16a83fb
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 16a83fb

Please sign in to comment.