AWS AmazonS3 documentation change
Summary
Changed 'storage' to 'objects' in tag-related documentation links
Security assessment
Corrects terminology for consistency but does not alter security-related content or introduce security features.
Diff
diff --git a/AmazonS3/latest/userguide/EventBridge.md b/AmazonS3/latest/userguide/EventBridge.md index 0c22d2cd6..22a8989dc 100644 --- a//AmazonS3/latest/userguide/EventBridge.md +++ b//AmazonS3/latest/userguide/EventBridge.md @@ -19,2 +19,2 @@ _Object ACL Updated_ | An object's access control list (ACL) was set using PutO -_Object Tags Added_ | A set of tags was added to an object using PutObjectTagging. For more information, see [Categorizing your storage using tags](./object-tagging.html). -_Object Tags Deleted_ | All tags were removed from an object using DeleteObjectTagging. For more information, see [Categorizing your storage using tags](./object-tagging.html). +_Object Tags Added_ | A set of tags was added to an object using PutObjectTagging. For more information, see [Categorizing your objects using tags](./object-tagging.html). +_Object Tags Deleted_ | All tags were removed from an object using DeleteObjectTagging. For more information, see [Categorizing your objects using tags](./object-tagging.html).