databend icon indicating copy to clipboard operation
databend copied to clipboard

Feature: check endpoint_url valid before detect_region

Open wubx opened this issue 2 years ago • 2 comments

Summary startup databend error

Databend Query start failure, cause: StorageOther. Code: 4000, Text = other error (ConfigInvalid (permanent) at Builder::build, context: { service: s3 } => region is missing. Please find it by S3::detect_region() or set them in env.).

Actual user endpoint_url lost http:// or https:// just

endpoint_url='127.0.0.1:9900'

wubx avatar Oct 23 '23 02:10 wubx

cc @Xuanwo

wubx avatar Oct 23 '23 02:10 wubx

Should be added in https://github.com/datafuselabs/databend/pull/13550

Xuanwo avatar Nov 03 '23 04:11 Xuanwo