AWS amazon-s3-encryption-client documentation change
Summary
Updated documentation to clarify that unsupported features require using Java S3 Encryption Client or other implementations that support those features
Security assessment
Changes only clarify language about feature support limitations; no security vulnerability or security feature documentation was added or modified.
Diff
diff --git a/amazon-s3-encryption-client/latest/developerguide/go-examples.md b/amazon-s3-encryption-client/latest/developerguide/go-examples.md index 4e7e69d90..e5a0bd073 100644 --- a//amazon-s3-encryption-client/latest/developerguide/go-examples.md +++ b//amazon-s3-encryption-client/latest/developerguide/go-examples.md @@ -15 +15 @@ The following examples show you how to use the Amazon S3 Encryption Client for G -The Amazon S3 Encryption Client for Go does not support [asynchronous programming](./using-s3ec-async.html), [multipart uploads](./java-examples.html#multipart-upload), or [ranged GET requests](./java-examples.html#ranged-gets). To use these features of the Amazon S3 Encryption Client, you must use the Amazon S3 Encryption Client for Java. +The Amazon S3 Encryption Client for Go does not support [asynchronous programming](./using-s3ec-async.html), [multipart uploads](./java-examples.html#multipart-upload), or [ranged GET requests](./java-examples.html#ranged-gets). To use these features of the Amazon S3 Encryption Client, you must use the Amazon S3 Encryption Client for Java or another Amazon S3 Encryption Client implementation that supports the feature or features in question. @@ -30 +30 @@ After [installing the Amazon S3 Encryption Client for Go](./go.html#go-installat -The Amazon S3 Encryption Client for Go supports [keyrings](./concepts.html#keyring) that use symmetric encryption KMS keys as the wrapping key. The Amazon S3 Encryption Client for Go does not support keyrings that use Raw AES-GCM or Raw RSA wrapping keys. To use Raw AES-GCM or Raw RSA wrapping keys, you must use the Amazon S3 Encryption Client for Java. For more information, see [Instantiating the Amazon S3 Encryption Client for Java](./java-examples.html#java-instantiate-client). +The Amazon S3 Encryption Client for Go supports [keyrings](./concepts.html#keyring) that use symmetric encryption KMS keys as the wrapping key. The Amazon S3 Encryption Client for Go does not support keyrings that use Raw AES-GCM or Raw RSA wrapping keys. To use Raw AES-GCM or Raw RSA wrapping keys, you must use the Amazon S3 Encryption Client for Java or another Amazon S3 Encryption Client implementation that supports these wrapping key types. For more information, see [Instantiating the Amazon S3 Encryption Client for Java](./java-examples.html#java-instantiate-client).