brows3r — TypeScript API
    Preparing search index...

    Function multipartScan

    • List all in-progress multipart uploads for bucket, classified as "brows3r" (tracked by this app) or "unknown" (foreign).

      Optionally filter out uploads younger than olderThanSecs seconds so the scanner can be used for "auto-cleanup uploads older than 24h" jobs.

      Parameters

      • profileId: string

        The profile whose credentials to use.

      • bucket: string

        The bucket to scan.

      • OptionalolderThanSecs: number

        When set, uploads initiated less than this many seconds ago are excluded from the result.

      Returns Promise<MultipartUpload[]>

      Array of in-progress multipart uploads.