| Watch Folders and the Aspera Watch Service | 184
...
}
]
},
...
}
Field Description Default
timeout How long to wait for file dependencies to be satisfied (files that must
be transferred before the last file are transferred) before considering
the dependency as unsatisfied.
10s
final_transfer Define the file to transfer last.
• LIST: The package file is transferred last, after all files in the
package file successfully transfer.
• LAST_FILE_IN_LIST: The last file in the package file is
transferred last.
LIST
filters Select files to include in the package as those that match the
specified filters. Use the same syntax as in the "filters" object.
N/A
The transport object
Use to configure authentication to the remote host.
}
...
"transport":{
"host":"198.51.100.22",
"user":"aspx2",
"pass":"XF324cd28",
"token":"fiewle535etn23TEIW234n5sEWTnseonts",
"proxy":"dnat://aspx1:XF324cd28@localhost:9001",
"keypath":"~/.ssh/id_rsa",
"fingerprint":"stringalsdjkfad",
"tags":{
"aspera": {
"cloud-metadata": [
{"location":"tarawera"}
]
}
},
...
}
}
Option Description Default
host The host IP address, DNS, hostname, or URL. N/A
user The username for authentication. Required. Depending on the
type of authentication, it is the transfer user's username, Node API
username, Shares username, or access key ID.
N/A
pass The password for authentication. Depending on the type of
authentication, it is the SSH user's password, the Node API user's
password, the Shares user's password, or the access key secret.
N/A