Commit 4a45bcb
authored
[fix](doris compose) fix create storage vault fail (#59553)
```
MySQL [email protected]:db1> CREATE STORAGE VAULT IF NOT EXISTS default_vault
-> PROPERTIES (
-> "type" = "S3",
-> "s3.access_key" = "AKIDsZHqgyhDSRBpDONtHPHua6MRUN0Wnpci",
-> "s3.secret_key" = "0kOmumPnwpSr2ye6KSQ9cpmS4XN4VtDJ",
-> "s3.endpoint" = "cos.ap-hongkong.myqcloud.com",
-> "s3.bucket" = "gavin-test-hk-1308700295",
-> "s3.region" = "ap-hongkong",
-> "s3.root.path" = "2737cb44-71d7-42c5-a553-93431ac23496",
-> "provider" = "COS",
-> "use_path_style" = "false"
-> );
->
(1105, 'errCode = 2, detailMessage = pingS3 failed(put), please check your endpoint, ak/sk or permissions(put/head/delete/list/multipartUpload), status: [COMMON_ERROR, msg: connect to s3 failed: java.net.SocketTimeoutException: Read timed out], properties: "s3.region" = "ap-hongkong", "s3.endpoint" = "http://cos.ap-hongkong.myqcloud.com", "provider" = "COS", "s3.secret_key" = "*XXX", "s3.access_key" = "*XXX", "s3.bucket" = "gavin-test-hk-1308700295", "use_path_style" = "false", "type" = "S3", "s3.root.path" = "2737cb44-71d7-42c5-a553-93431ac23496"')
```1 parent bf2e1c2 commit 4a45bcb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
0 commit comments