AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-09-28 · Documentation low

File: AmazonS3/latest/userguide/s3-tables-buckets-details.md

Summary

Added documentation for viewing encryption settings and maintenance configurations

Security assessment

The changes document how to view encryption settings (SSE-KMS) which is a security feature. While not fixing a vulnerability, it improves visibility into security configurations.

Diff

diff --git a/AmazonS3/latest/userguide/s3-tables-buckets-details.md b/AmazonS3/latest/userguide/s3-tables-buckets-details.md
index b1d4e5090..9cb615c05 100644
--- a//AmazonS3/latest/userguide/s3-tables-buckets-details.md
+++ b//AmazonS3/latest/userguide/s3-tables-buckets-details.md
@@ -4,0 +5,2 @@
+Viewing table bucket detailsViewing table bucket encryption settingsViewing table bucket maintenance configurations
+
@@ -7 +9,3 @@
-You can view the details of an Amazon S3 table bucket programmatically by using the S3 Tables REST API, AWS CLI or AWS SDKs.
+You can view the general details of an Amazon S3 table bucket, such as bucket owner and type, in the console or programmatically. You can view default encryption settings, and maintenance settings programmatically by using the S3 Tables REST API, AWS CLI or AWS SDKs.
+
+## Viewing table bucket details
@@ -12 +16,30 @@ This example shows how to get details about a table bucket by using the AWS CLI.
-    aws s3tables get-table-bucket --table-bucket-arn arn:aws:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-bucket1
+    aws s3tables get-table-bucket --table-bucket-arn arn:aws:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-table-bucket
+
+  1. Open the Amazon S3 console at [https://console.aws.amazon.com/s3/](https://console.aws.amazon.com/s3/).
+
+  2. In the left navigation pane, choose **Table buckets**.
+
+  3. Select your table bucket.
+
+  4. Select the **Properties** tab.
+
+
+
+
+## Viewing table bucket encryption settings
+
+For more information about table bucket encryption, see [Using server-side encryption with AWS KMS keys (SSE-KMS) in table buckets](./s3-tables-kms-encryption.html).
+
+This example shows how to get details about encryption settings for a table bucket by using the AWS CLI. To use this example, replace the `user input placeholders` with your own information.
+    
+    
+    aws s3tables get-table-bucket-encryption --table-bucket-arn arn:aws:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-table-bucket
+
+## Viewing table bucket maintenance configurations
+
+For information about maintenance settings, see [](./s3-table-buckets-maintenance.html)
+
+This example shows how to get details about maintenance configuration settings for a table bucket by using the AWS CLI. To use this example, replace the `user input placeholders` with your own information.
+    
+    
+    aws s3tables get-table-bucket-maintenance-configuration --table-bucket-arn arn:aws:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-table-bucket