• 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.

    Parameters

    Returns Promise<ListPaginateOutput>

    A list of keys and metadata with

    Throws

    service: S3Exception - S3 service errors thrown when checking for existence of bucket

    Throws

    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.

    Parameters

    Returns Promise<ListAllOutput>

    A list of keys and metadata for all objects in path

    Throws

    service: S3Exception - S3 service errors thrown when checking for existence of bucket

    Throws

    validation: StorageValidationErrorCode - thrown when there are issues with credentials