This is an automated email from the ASF dual-hosted git repository.
gavinchou pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 16a83fbba6e [feat](cloud) S3 storage vault support property
`use_path_style` (#43060) (#43343)
16a83fbba6e is described below
commit 16a83fbba6e8b88cabdaba8a88706008e534cce2
Author: Lei Zhang <[email protected]>
AuthorDate: Fri Nov 8 10:18:15 2024 +0800
[feat](cloud) S3 storage vault support property `use_path_style` (#43060)
(#43343)
example
```
CREATE STORAGE VAULT IF NOT EXISTS demo_vault
PROPERTIES (
"type"="S3",
...
"use_path_style" = "true"
);
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]