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
Retrieves object from Amazon S3.
Syntax
public Task<S3Object> GetObject(string key, string version, S3Settings 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 deleted, if required. |
settings |
S3Settings |
The S3Settings 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<S3Object> |
|