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
Get the string of a S3 object
Syntax
public static Task<string> GetS3String(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<string> |
|