This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6512991962f Document AWS S3 Express One Zone connection details (#3317)
6512991962f is described below
commit 6512991962fab9bc0855eaf5f769022d7fc9ef31
Author: mxw-sec <[email protected]>
AuthorDate: Tue Feb 10 11:16:00 2026 -0600
Document AWS S3 Express One Zone connection details (#3317)
Added instructions for connecting to AWS S3 Express One Zone Directory
Bucket, including the new property option 's3_validity_check'.
## Versions
- [x] dev
- [x] 4.x
- [x] 3.x
- [ ] 2.1
## Languages
- [ ] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
versioned_docs/version-4.x/lakehouse/storages/s3.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/versioned_docs/version-4.x/lakehouse/storages/s3.md
b/versioned_docs/version-4.x/lakehouse/storages/s3.md
index 97f55b50936..da7196f4a3f 100644
--- a/versioned_docs/version-4.x/lakehouse/storages/s3.md
+++ b/versioned_docs/version-4.x/lakehouse/storages/s3.md
@@ -66,6 +66,13 @@ For instructions on AWS authentication and authorization
configuration, please r
Amazon S3 Express One Zone (also known as Directory Bucket) provides higher
performance, but has a different endpoint format.
+To connect to an AWS S3 Express One Zone Directory Bucket you will need to add
another property option listed below:
+
+```Properties
+"s3_validity_check" = "false"
+```
+* "s3_validity_check" = "false" disabled the pingS3 check that commonly fails
during storage vault configuration for Directory Buckets.
+
* Regular bucket: s3.us-east-1.amazonaws.com
* Directory Bucket: s3express-usw2-az1.us-west-2.amazonaws.com
@@ -78,6 +85,7 @@ Example:
"s3.secret_key"="sk",
"s3.endpoint"="s3express-usw2-az1.us-west-2.amazonaws.com",
"s3.region"="us-west-2"
+"s3_validity_check" = "false"
```
## Permission Policies
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]