S3Aliases.

GenerateEncryptionKey(ICakeContext, FilePath) Method

Summary

Generates a base64-encoded encryption key for Amazon S3 to use to encrypt / decrypt objects
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
S3Aliases

Syntax

public static void GenerateEncryptionKey(this ICakeContext context, FilePath filePath)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
filePath FilePath The file path to store the key in.

Return Value

Type Description
void