list

open suspend override fun list(bucketName: String, prefix: String): List<S3ClientListOutput>

Returns a list of objects from AWS S3

Return

List of S3ClientListOutput objects that match the key.

Parameters

bucketName

String The bucket to retrieve from.

prefix

String The path in S3 to list objects from.