SyncSettingsExtensions.

SetKeyPrefix(SyncSettings, string) Method

Summary

The prefix to use when generating S3 keys
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
SyncSettingsExtensions

Syntax

public static SyncSettings SetKeyPrefix(this SyncSettings settings, string keyPrefix)

Parameters

Name Type Description
settings SyncSettings The sync settings.
keyPrefix string the key prefix.

Return Value

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