Dacris.Maestro.Storage.MoveFile Interaction

Moves a file.

Preconditions:

inputFile (file path), outputFile (file path)

Sample State.json Input

{
  "sampleKey": {
    "inputFile": "prefix:folder/yourFile.txt",
    "outputFile": "prefix:folder/yourFile.txt",
    "retryTimes": "10",
    "retryDelay": "10"
  },
  "storageLocations": {
    "your_prefix": {
      "systemType": "your_systemType",
      "serverHost": "yourText",
      "user": "yourText",
      "secretKey": "yourStateKey",
      "port": "10"
    }
  },
  "customStorageProviders": {
    "your_systemType": "yourText"
  }
}