S3SettingsExtensions.

SetEncryptionKeyMD5<T>(T, string) Method

Summary

The MD5 of the customer encryption key. The MD5 is base 64 encoded. This field is optional, the SDK will calculate the MD5 if this is not set.
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
S3SettingsExtensions

Syntax

public static T SetEncryptionKeyMD5<T>(this T settings, string md5) where T : S3Settings

Type Parameters

Name Description
T

Parameters

Name Type Description
settings T The S3 settings.
md5 string The MD5 of the customer encryption key..

Return Value

Type Description
T The same S3Settings instance so that multiple calls can be chained.