SyncSettingsExtensions.

SetLowerPaths(SyncSettings, bool) Method

Summary

Lower the file paths when generating S3 keys
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
SyncSettingsExtensions

Syntax

public static SyncSettings SetLowerPaths(this SyncSettings settings, bool lowerPaths = false)

Parameters

Name Type Description
settings SyncSettings The sync settings.
lowerPaths bool lower file paths.

Return Value

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