Move

The move action copies a file then removes the original object. Effectively moving the file.

Required Fields

KeyDescription

type

The action type. Must be set as "move"

move_to

example.txt

Example

{
    "type":"move",
    "move_to":"/destination_folder/"
}

The "move_to" field can include custom path as detailed in Paths

Last updated