lean-s3
    Preparing search index...

    Type Alias ListPartsOptions

    type ListPartsOptions = {
        bucket?: string;
        maxParts?: number;
        partNumberMarker?: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    bucket?: string

    Set this to override the S3ClientOptions#bucket that was passed on creation of the S3Client.

    maxParts?: number
    partNumberMarker?: string
    signal?: AbortSignal

    Signal to abort the request.