* with this client.
* @param encryptionMaterials
* The encryption materials to be used to encrypt and decrypt data.
*/
public AmazonS3EncryptionClient(AWSCredentials credentials, EncryptionMaterials encryptionMaterials) {
this(credentials, encryptionMaterials, new ClientConfiguration(), new CryptoConfiguration());
}