AWS kms documentation change
Summary
Updated REST API documentation to clarify operations on keys instead of S3 buckets/objects
Security assessment
The change corrects outdated references to S3 operations and focuses on key management. No security implications identified; it's a documentation clarification.
Diff
diff --git a/kms/latest/developerguide/accessing-kms.md b/kms/latest/developerguide/accessing-kms.md index e1a1dfd4c..103725b8f 100644 --- a//kms/latest/developerguide/accessing-kms.md +++ b//kms/latest/developerguide/accessing-kms.md @@ -33 +33 @@ For more information about using AWS KMS through the AWS CLI, see the [AWS CLI C -The architecture of AWS KMS is designed to be programming language-neutral, using AWS-supported interfaces to store and retrieve objects. You can access S3 and AWS programmatically by using the AWS KMS REST API. The REST API is an HTTP interface to AWS KMS. With the REST API, you use standard HTTP requests to create, fetch, and delete buckets and objects. +The architecture of AWS KMS is designed to be programming language-neutral. The REST API is an HTTP interface to AWS KMS. With the REST API, you use standard HTTP requests to create, fetch, and delete keys.