list
abstract suspend fun list(prefix: String, limit: Int? = null, nextToken: String? = null): 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