This is an automated email from the ASF dual-hosted git repository.
smengcl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 9c9cbf661 HDDS-15373. [Docs] GetBucketLocation api is not implemented
(#450)
9c9cbf661 is described below
commit 9c9cbf66159eaeb45da967138bbb0853cad1f34e
Author: fmorg-git <[email protected]>
AuthorDate: Tue May 26 17:44:46 2026 -0700
HDDS-15373. [Docs] GetBucketLocation api is not implemented (#450)
Co-authored-by: Fabian Morgan <[email protected]>
---
docs/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md | 1 -
.../version-2.1.0/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md | 1 -
2 files changed, 2 deletions(-)
diff --git a/docs/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md
b/docs/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md
index 7185ffad9..5fd66add3 100644
--- a/docs/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md
+++ b/docs/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md
@@ -44,7 +44,6 @@ The Ozone S3 Gateway implements a substantial subset of the
Amazon S3 REST API.
| ✅
[CreateBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html)
| Creates a new bucket. | **Non-compliant behavior:** The default bucket ACL
may include extra group permissions instead of being strictly private. Bucket
names must adhere to S3 naming conventions. |
| ✅
[HeadBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html)
| Checks for the existence of a bucket. | Returns a 200 status if the bucket
exists. |
| ✅
[DeleteBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html)
| Deletes a bucket. | Bucket must be empty before deletion. |
-| ✅
[GetBucketLocation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLocation.html)
| Retrieves the location (region) of a bucket. | Typically returns a default
region (e.g., `us-east-1`), which may differ from AWS if region-specific
responses are expected. |
### Object Operations
diff --git
a/versioned_docs/version-2.1.0/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md
b/versioned_docs/version-2.1.0/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md
index 7185ffad9..5fd66add3 100644
---
a/versioned_docs/version-2.1.0/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md
+++
b/versioned_docs/version-2.1.0/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md
@@ -44,7 +44,6 @@ The Ozone S3 Gateway implements a substantial subset of the
Amazon S3 REST API.
| ✅
[CreateBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html)
| Creates a new bucket. | **Non-compliant behavior:** The default bucket ACL
may include extra group permissions instead of being strictly private. Bucket
names must adhere to S3 naming conventions. |
| ✅
[HeadBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html)
| Checks for the existence of a bucket. | Returns a 200 status if the bucket
exists. |
| ✅
[DeleteBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html)
| Deletes a bucket. | Bucket must be empty before deletion. |
-| ✅
[GetBucketLocation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLocation.html)
| Retrieves the location (region) of a bucket. | Typically returns a default
region (e.g., `us-east-1`), which may differ from AWS if region-specific
responses are expected. |
### Object Operations
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]