• Lists bucket objects with pagination.

    Parameters

    Returns Promise<ListPaginateOutput>

    • Promise resolves to list of keys and metadata with pageSize defaulting to 1000. Additionally the result will include a nextToken if there are more items to retrieve

    Throws

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

    Throws

    validation: StorageValidationErrorCode - thrown when there are issues with credentials

  • Lists all bucket objects.

    Parameters

    Returns Promise<ListAllOutput>

    • Promise resolves to 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