v3/doc.go (1 lines of code) (raw):
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
/*
Package client provides client-side encryption for S3 using KMS and AES GCM.
The client supports encryption and decryption using authenticated algorithms by default.
Refer to the module README for more detailed documentation.
*/
package client