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
Returns all the objects in a S3 bucket.
Syntax
public Task<IList<S3Object>> GetObjects(string prefix, S3Settings settings, CancellationToken cancellationToken = null)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
Parameters
Name |
Type |
Description |
prefix |
string |
Limits the response to keys that begin with the specified prefix. |
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<IList<S3Object>> |
|