list

open suspend override fun list(prefix: String, limit: Int?, nextToken: String?): S3ClientListResult

Returns a list of objects from AWS S3

Return

S3ClientListResult containing the list of objects and next token. When the next token is not null, more records are available

Parameters

prefix

String The path in S3 to list objects from.

limit

Int Optional maximum number of objects to return. Defaults to 10 when null.

nextToken

String Optional token for pagination.