This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch HDDS-12726 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit f6d3b7f36d24497b4ec3926d6a4c6e1894f810c0 Author: Wei-Chiu Chuang <[email protected]> AuthorDate: Tue Jul 8 07:05:46 2025 -0700 HDDS-12726. Address review comments Change-Id: I0418c77bddb8932ae47fe6ca0286ef777e88b51d --- hadoop-hdds/docs/content/interface/S3.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hadoop-hdds/docs/content/interface/S3.md b/hadoop-hdds/docs/content/interface/S3.md index 65d1e6ed8a..3b3358309b 100644 --- a/hadoop-hdds/docs/content/interface/S3.md +++ b/hadoop-hdds/docs/content/interface/S3.md @@ -105,7 +105,7 @@ The Ozone S3 Gateway implements a substantial subset of the Amazon S3 REST API. | **API Name** | **Feature** | **Note** | |--------------|-------------|----------| -| ✅ Generate Presigned URL | Generates a temporary URL for accessing an object. | Uses AWS Signature V4. **Non-compliant behavior:** The generated URL may include a fixed default region rather than dynamically reflecting the bucket’s location. | +| ✅ Generate Presigned URL | Generates a temporary URL for accessing an object. | Uses AWS Signature V4. **Non-compliant behavior:** The generated URL may include a fixed default region rather than dynamically reflecting the bucket’s location. Currently, Ozone only supports generating presigned URLs for `GetObject`. Support for other operations is tracked in [HDDS-5195](https://issues.apache.org/jira/browse/HDDS-5195) and [HDDS-13393](https://issues.apache.org/jira/browse/HDDS-13393). | --- @@ -113,6 +113,7 @@ The Ozone S3 Gateway implements a substantial subset of the Amazon S3 REST API. > - **Advanced Features Not Supported:** > - **ACLs, Bucket Policies, CORS Configuration, and Website Hosting:** > These are not fully implemented; Ozone uses an internal permission model > that deviates from AWS S3. > - **Bucket Versioning, Object Locking, Server-Side Encryption, and S3 > Select:** These features are currently not supported. +> - **Conditional Requests:** Support for conditional requests (e.g., `If-Match`, `If-None-Match`) is planned and tracked in [HDDS-13117](https://issues.apache.org/jira/browse/HDDS-13117). > - **Lifecycle configuration, cross region replication, S3 event > notifications** are being implemented and in the roadmap. > - While Ozone S3 Gateway provides extensive support for common S3 > operations, users should be aware of the above non-compliant behaviors and > limitations when integrating with applications expecting full AWS S3 > functionality. > - While Ozone S3 Gateway does not support S3 Server-Side Encryption, it does > support encrypted buckets using Apache Ranger KMS. For more information, see > the [Transparent Data Encryption]({{< relref "security/SecuringTDE.md" >}}) > documentation. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
