This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.S3.
Summary
Lower the file paths when generating S3 keys
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Containing Type
- Sync
Settings Extensions
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. |