@cfxlabsinc/b2b-services
    Preparing search index...
    S3MoveOutcome: "MOVED" | "ALREADY_AT_DESTINATION"

    What a WireFileS3Service.moveFile call actually did.

    • MOVED — the object was copied to the destination and the source deleted.
    • ALREADY_AT_DESTINATION — the source was gone and the destination already held the object, so an earlier run of the same move had completed it.

    Both mean the object now sits at the destination, which is what lets a half-finished relocation be re-run rather than repaired by hand.