S3Manager.

Download(IList<SyncPath>, SyncSettings, CancellationToken) Method

Summary

Downloads a collection of files from S3 and writes ithem to the specified files.
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
S3Manager

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

Type Description
Task