UploadSettingsExtensions.

SetKeyManagementServiceKeyId(UploadSettings, string) Method

Summary

The id of the AWS Key Management Service key that Amazon S3 should use to encrypt and decrypt the object. If a key id is not specified, the default key will be
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
UploadSettingsExtensions

Syntax

public static UploadSettings SetKeyManagementServiceKeyId(this UploadSettings settings, string id)

Parameters

Name Type Description
settings UploadSettings The upload settings.
id string The id of the key tp use.

Return Value

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