smengcl commented on code in PR #10332:
URL: https://github.com/apache/ozone/pull/10332#discussion_r3295148203


##########
hadoop-hdds/docs/content/interface/S3.md:
##########
@@ -68,7 +68,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. |

Review Comment:
   we'll need to amend the doc site repo as well:
   
   
https://github.com/apache/ozone-site/blob/2ba29b0995e65f31d97662dd98660ea82aa2af72/docs/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md#L47



##########
hadoop-hdds/docs/content/interface/S3.md:
##########
@@ -68,7 +68,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. |

Review Comment:
   we'll need to amend the doc site repo as well:
   
   
https://github.com/apache/ozone-site/blob/2ba29b0995e65f31d97662dd98660ea82aa2af72/docs/04-user-guide/01-client-interfaces/03-s3/01-s3-api.md?plain=1#L47



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to