lean-s3
    Preparing search index...

    Type Alias ListMultipartUploadsOptions

    type ListMultipartUploadsOptions = {
        bucket?: string;
        delimiter?: string;
        keyMarker?: string;
        maxUploads?: number;
        prefix?: string;
        signal?: AbortSignal;
        uploadIdMarker?: string;
    }
    Index

    Properties

    bucket?: string

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

    delimiter?: string
    keyMarker?: string
    maxUploads?: number
    prefix?: string
    signal?: AbortSignal

    Signal to abort the request.

    uploadIdMarker?: string