AWS amazonglacier documentation change
Summary
Updated service name reference from 'Amazon S3 Glacier' to 'Amazon Glacier' in AccountId parameter documentation
Security assessment
The change appears to be a branding correction rather than addressing security concerns. It updates the service name reference but does not modify security-related content about account ID validation or authentication mechanisms.
Diff
diff --git a/amazonglacier/latest/dev/api-vaults-get.md b/amazonglacier/latest/dev/api-vaults-get.md index 18723679b..c9969cd23 100644 --- a//amazonglacier/latest/dev/api-vaults-get.md +++ b//amazonglacier/latest/dev/api-vaults-get.md @@ -36 +36 @@ To get a list of vaults, you send a `GET` request to the _vaults_ resource. -The `AccountId` value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens ('-') in the ID. +The `AccountId` value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single '`-`' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens ('-') in the ID.