brows3r — TypeScript API
    Preparing search index...

    Function multipartAbort

    • Abort a single in-progress multipart upload.

      If source is "unknown" and confirmedUnknown is not true, the backend returns a Validation error — the frontend must show an explicit confirmation dialog before calling this again with confirmedUnknown: true.

      Parameters

      • profileId: string

        The profile whose credentials to use.

      • bucket: string

        The bucket containing the upload.

      • uploadId: string

        The AWS multipart upload ID to abort.

      • key: string

        The S3 object key.

      • source: MultipartSource

        Whether this upload was started by brows3r.

      • OptionalconfirmedUnknown: boolean

        Must be true when source is "unknown".

      Returns Promise<void>