AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-10 · Documentation low

File: cli/latest/reference/datasync/update-location-object-storage.md

Summary

Updated AWS CLI version reference from 2.34.25 to 2.34.28 and modified IAM role ARN pattern to include forward slash (/) in allowed characters for role names

Security assessment

The change updates a regex pattern for IAM role ARNs to allow forward slashes in role names, which is a feature update to support IAM role paths. This is not addressing a security vulnerability but rather expanding validation to support existing IAM functionality. No evidence of security incident remediation.

Diff

diff --git a/cli/latest/reference/datasync/update-location-object-storage.md b/cli/latest/reference/datasync/update-location-object-storage.md
index 7a84f970d..4df42906a 100644
--- a//cli/latest/reference/datasync/update-location-object-storage.md
+++ b//cli/latest/reference/datasync/update-location-object-storage.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »
@@ -308 +308 @@ JSON Syntax:
->>   * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/[a-zA-Z0-9+=,.@_-]+|)$`
+>>   * pattern: `^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/[a-zA-Z0-9+=,.@_/-]+|)$`
@@ -475 +475 @@ None
-  * [AWS CLI 2.34.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.28 Command Reference](../../index.html) »