lean-s3
    Preparing search index...

    Type Alias AbortMultipartUploadOptions

    type AbortMultipartUploadOptions = {
        bucket?: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    bucket?: string

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

    signal?: AbortSignal

    Signal to abort the request.