S3Aliases.

S3Open(ICakeContext, string, DownloadSettings) Method

Summary

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

Syntax

public static Task<Stream> S3Open(this ICakeContext context, string key, DownloadSettings settings)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
key string The key under which the Amazon S3 object is stored.
settings DownloadSettings The DownloadSettings required to download from Amazon S3.

Return Value

Type Description
Task<Stream>