AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

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

File: AmazonS3/latest/userguide/s3-tables-sql.md

Summary

Added warning about s3tables:DeleteTable permission risks

Security assessment

The note emphasizes proper permission management for destructive operations. While not addressing a specific vulnerability, it adds security guidance about preventing accidental data loss through IAM policies.

Diff

diff --git a/AmazonS3/latest/userguide/s3-tables-sql.md b/AmazonS3/latest/userguide/s3-tables-sql.md
index ef8ed1331..d604d5488 100644
--- a//AmazonS3/latest/userguide/s3-tables-sql.md
+++ b//AmazonS3/latest/userguide/s3-tables-sql.md
@@ -19,0 +20,4 @@ Table-level activity | IAM actions
+###### Note
+
+The `s3tables:DeleteTable` permission is required to delete a table from a table bucket. This permission allows you to permanently remove a table and all its associated data and metadata. Use this permission carefully as the delete operation cannot be undone.
+