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
Downloads a collection of files from S3 and writes ithem to the specified files.
Syntax
public Task Download(IList<SyncPath> paths, SyncSettings settings, CancellationToken cancellationToken = null)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
Parameters
Name |
Type |
Description |
paths |
IList<SyncPath> |
The paths to upload. |
settings |
SyncSettings |
The SyncSettings required to download from Amazon S3. |
cancellationToken |
CancellationToken |
A cancellation token that can be used by other objects or threads to receive notice of cancellation. |
Return Value