AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-07-13 · Documentation low

File: AmazonS3/latest/userguide/directory-bucket-tag-delete.md

Summary

Added troubleshooting section and improved permissions guidance for tag deletion

Security assessment

Enhances operational documentation without addressing security vulnerabilities or introducing security features

Diff

diff --git a/AmazonS3/latest/userguide/directory-bucket-tag-delete.md b/AmazonS3/latest/userguide/directory-bucket-tag-delete.md
index 01552f9d2..6c30ca55f 100644
--- a//AmazonS3/latest/userguide/directory-bucket-tag-delete.md
+++ b//AmazonS3/latest/userguide/directory-bucket-tag-delete.md
@@ -5 +5 @@
-PermissionsSteps
+PermissionsTroubleshooting errorsSteps
@@ -23,0 +24,9 @@ To delete a tag from a directory bucket, you must have the following permission:
+## Troubleshooting errors
+
+If you encounter an error when attempting to delete a tag from a directory bucket, you can do the following: 
+
+  * Verify that you have the required Permissions to delete a tag from a directory bucket.
+
+
+
+
@@ -26 +35 @@ To delete a tag from a directory bucket, you must have the following permission:
-You can delete tags from a directory buckets by using the Amazon S3 console, the AWS Command Line Interface (AWS CLI), the Amazon S3 REST API, and AWS SDKs.
+You can delete tags from directory buckets by using the Amazon S3 console, the AWS Command Line Interface (AWS CLI), the Amazon S3 REST API, and AWS SDKs.
@@ -42 +51 @@ To delete tags from a directory bucket using the Amazon S3 console:
-  7. The **Delete user-defined tags** pop-up appears and asks you to confirm the tag or tags you selected. 
+  7. The **Delete user-defined tags** pop-up appears and asks you to confirm the deletion of the tag or tags you selected. 
@@ -52 +61 @@ SDK for Java 2.x
-This example shows how to delete tags from a directory bucket by using the AWS SDK for Java 2.x. To use the command replace the `user input placeholders` with your own information. 
+This example shows you how to delete tags from a directory bucket by using the AWS SDK for Java 2.x. To use the command replace the `user input placeholders` with your own information. 
@@ -77 +86 @@ This example shows how to delete tags from a directory bucket by using the AWS S
-For information about the Amazon S3 REST API support for deleting tags from a directory bucket, see the following section in the Amazon Simple Storage Service API Reference:
+For information about the Amazon S3 REST API support for deleting tags from a directory bucket, see the following section in the _Amazon Simple Storage Service API Reference_ :
@@ -86 +95 @@ To install the AWS CLI, see [Installing the AWS CLI](https://docs.aws.amazon.com
-The following CLI example shows how to delete tags from a directory bucket by using the AWS CLI. To use the command replace the `user input placeholders` with your own information.
+The following CLI example shows you how to delete tags from a directory bucket by using the AWS CLI. To use the command replace the `user input placeholders` with your own information.