S3Manager.

Open(string, string, DownloadSettings, CancellationToken) Method

Summary

Opens a stream of the content from Amazon S3
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
S3Manager

Syntax

public Task<Stream> Open(string key, string version, DownloadSettings settings, CancellationToken cancellationToken = null)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
key string The key under which the Amazon S3 object is stored.
version string The identifier for the specific version of the object to be downloaded, if required.
settings DownloadSettings The DownloadSettings 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<Stream> A stream.