CakeContextExtensions.

CreateSyncSettings(ICakeContext) Method

Summary

Helper method to get the AWS Credentials from environment variables
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
CakeContextExtensions

Syntax

public static SyncSettings CreateSyncSettings(this ICakeContext context)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The cake context.

Return Value

Type Description
SyncSettings A new SyncSettings instance to be used in calls to the IS3Manager.