Optional
input: ListPaginateInputThe ListPaginateInput object.
A list of keys and metadata with
service: S3Exception - S3 service errors thrown when checking for existence of bucket
validation: StorageValidationErrorCode - thrown when there are issues with credentials
List all files from S3. You can set listAll
to true in options
to get all the files from S3.
Optional
input: ListAllInputThe ListAllInput object.
A list of keys and metadata for all objects in path
service: S3Exception - S3 service errors thrown when checking for existence of bucket
validation: StorageValidationErrorCode - thrown when there are issues with credentials
List files with given prefix in pages pageSize defaulted to 1000. Additionally, the result will include a nextToken if there are more items to retrieve.