brows3r — TypeScript API
    Preparing search index...

    Function objectMove

    • Move source to destination: server-side copy then delete source.

      On success the backend emits objects:updated for both source and destination prefixes so the frontend can invalidate both listings.

      Parameters

      • profileId: string

        The profile whose credentials to use.

      • source: ObjectRef

        Source bucket + key.

      • destination: ObjectRef

        Destination bucket + key.

      • Optionaloptions: CopyOptions

        Copy directives (defaults to Copy/Copy if omitted).

      Returns Promise<MoveResult>