AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

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

File: AmazonS3/latest/userguide/s3-tables-table-policy.md

Summary

Added console-based instructions for managing table policies and corrected CLI examples from put-table-policy to get-table-policy

Security assessment

The changes add documentation about managing resource-based policies (security features) via the console and CLI, but there's no evidence of addressing a specific security vulnerability.

Diff

diff --git a/AmazonS3/latest/userguide/s3-tables-table-policy.md b/AmazonS3/latest/userguide/s3-tables-table-policy.md
index 7a79ba700..a1bd6c9b6 100644
--- a//AmazonS3/latest/userguide/s3-tables-table-policy.md
+++ b//AmazonS3/latest/userguide/s3-tables-table-policy.md
@@ -9 +9 @@ Adding a table policyViewing a table policyDeleting a table policy
-You can add, delete, update, and view table policies for tables by using the Amazon S3 REST API, AWS SDK and the AWS CLI. For more information, see the following topics. For more information about supported AWS Identity and Access Management (IAM) actions and condition keys for Amazon S3 Tables, see [Access management for S3 Tables](./s3-tables-setting-up.html). For example table policies, see [Resource-based policies for S3 Tables](./s3-tables-resource-based-policies.html).
+You can add, delete, update, and view table policies for tables by using the Amazon S3 console, Amazon S3 REST API, AWS SDK and the AWS CLI. For more information, see the following topics. For more information about supported AWS Identity and Access Management (IAM) actions and condition keys for Amazon S3 Tables, see [Access management for S3 Tables](./s3-tables-setting-up.html). For example table policies, see [Resource-based policies for S3 Tables](./s3-tables-resource-based-policies.html).
@@ -15 +15 @@ To add a table policy to a table, you can use the Amazon S3 REST API, AWS SDK an
-This example shows how to create a table policy by using the AWS CLI. To use the command replace the `user input placeholders` with your own information.
+This example shows how to view the policy attached to a table by using the AWS CLI. To use the command replace the `user input placeholders` with your own information.
@@ -18,2 +18,2 @@ This example shows how to create a table policy by using the AWS CLI. To use the
-    aws s3tables put-table-policy \
-        --table-bucket-arn arn:aws:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-table-bucket  \
+    aws s3tables get-table-policy \
+        --table-bucket-arn arn:aws:s3tables:us-east-1:111122223333:bucket/amzn-s3-demo-bucket1/table/tableID \
@@ -21,2 +21,20 @@ This example shows how to create a table policy by using the AWS CLI. To use the
-        --name my-table \
-        --resource-policy your-policy-JSON
+        --name my-table
+
+  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 **Amazon S3**.
+
+  3. Choose **Table buckets** and select the table bucket name that contains your table, then select your table from that bucket.
+
+  4. Choose the **Permissions** tab.
+
+  5. Under **Table policy** , Choose **Edit**.
+
+  6. In the policy editor, enter your policy JSON. 
+
+  7. (Optional) Choose **Policy examples** to see sample policies that you can adapt to your needs.
+
+  8. After entering your policy, choose **Save changes**.
+
+
+
@@ -35,0 +54,11 @@ This example shows how to view the policy attached to a table by using the AWS C
+  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 **Amazon S3**.
+
+  3. Choose **Table buckets** and select the table bucket name that contains your table, then select your table from that bucket.
+
+  4. Choose the **Permissions** tab.
+
+
+
+
@@ -47,0 +77,13 @@ This example shows how to delete a table policy by using the AWS CLI. To use the
+  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 **Amazon S3**.
+
+  3. Choose **Table buckets** and select the table bucket name that contains your table, then select your table from that bucket.
+
+  4. Choose the **Permissions** tab.
+
+  5. Under **Table bucket policy** , choose **Delete**.
+
+
+
+
@@ -54 +96 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Delete a table
+Viewing table details