feat: support path style of s3 url (#4304)

Signed-off-by: ComixHe <ComixHe1895@outlook.com>
This commit is contained in:
Comix
2025-01-21 10:02:21 +00:00
committed by GitHub
parent 702c092289
commit d9a92b2ef8
8 changed files with 178 additions and 140 deletions

View File

@ -89,6 +89,7 @@ message WorkspaceStorageSetting {
string endpoint = 3;
string region = 4;
string bucket = 5;
bool use_path_style = 6;
}
// The S3 config.
S3Config s3_config = 4;