AWS AmazonS3 documentation change
Summary
Clarified deletion methods, fixed markdown syntax for placeholders, removed outdated statement about object removal delays, and added explicit note about permanent data/config removal.
Security assessment
Changes focus on operational accuracy and documentation clarity rather than addressing security vulnerabilities. The mention of permanent data removal is a standard data lifecycle clarification without evidence of patching a security flaw.
Diff
diff --git a/AmazonS3/latest/userguide/s3-tables-delete.md b/AmazonS3/latest/userguide/s3-tables-delete.md index 7cdf63d05..ed0bb6a22 100644 --- a//AmazonS3/latest/userguide/s3-tables-delete.md +++ b//AmazonS3/latest/userguide/s3-tables-delete.md @@ -7 +7 @@ -You can delete a table by using the Amazon S3 REST API, AWS SDK, AWS CLI or using integrated query engines. +You can delete a table by using the Amazon S3 REST API, AWS SDKs, AWS Command Line Interface (AWS CLI), or by using integrated query engines. @@ -11 +11 @@ You can delete a table by using the Amazon S3 REST API, AWS SDK, AWS CLI or usin -S3 Tables doesn't support the `DROP TABLE` operation with `purge=false`. Some versions of Spark always set this flag to false even when running `DROP TABLE PURGE` commands. You can retry with `DROP TABLE` with `purge=true` or use the S3 Tables [DeleteTable](https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3TableBuckets_DeleteTable.html) REST API to delete a table. +S3 Tables doesn't support the `DROP TABLE` operation with `purge=false`. Some versions of Apache Spark always set this flag to `false` even when running `DROP TABLE PURGE` commands. To delete a table, you can retry `DROP TABLE` with `purge=true`, or use the S3 Tables [DeleteTable](https://docs.aws.amazon.com/AmazonS3/latest/API/API_s3TableBuckets_DeleteTable.html) REST API operation. @@ -17,2 +16,0 @@ When you delete a table, you need to know the following: - * When you delete a table, the objects associated with that table become non-current and can take up to one day to get removed. - @@ -20,0 +19,2 @@ When you delete a table, you need to know the following: + * All data and configurations associated with the table are permanently removed. + @@ -24 +24 @@ When you delete a table, you need to know the following: -This example shows how to delete a table by using the AWS CLI. To use the command replace the `user input placeholders` with your own information. +This example shows how to delete a table by using the AWS CLI. To use this command, replace the ``user input placeholders`` with your own information. @@ -33 +33 @@ You can delete a table in an Apache Spark session connected to your Amazon S3 ta -This example shows how to delete a table by using the `DROP TABLE PURGE` command. To use the command replace the `user input placeholders` with your own information. +This example shows how to delete a table by using the `DROP TABLE PURGE` command. To use the command, replace the ``user input placeholders`` with your own information.