These plugins deal with the archiving of assets in Dalet Flex.
This plugin provides a VFS archive function. It simply moves a file to a different folder and flags the asset as archived. This plugin can be extended to support archiving into proper archiving solutions.
| Field | Value | Explanation |
|---|---|---|
| Icon | Plugin icon | |
| Sub-type | Archive | Sub-type of this plugin |
| Classification | Capacity | Classification of this plugin |
| Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
| Supports Configuration | ![]() |
Whether this plugin supports configuration |
| Supports Scripting | ![]() |
Whether configuration supports scripting |
| Scripting Context | job, asset, event | What Dalet Flex objects can be referenced from within the scripting context. Note: the event object is only visible in the context of an action running in an event handler. |
| Undo Action | The action required to undo this action | |
| Redo Action | The action required to redo this action | |
| Timeout | Whether to select a timeout | |
| Auto retry | Whether to select an automatic retry | |
| Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
| Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
| Field | Field Type | Mandatory | Multiplicity | Description |
|---|---|---|---|---|
| Folder Resource | Resource (Folder) | ![]() |
The output file(s) will be placed in the specified folder resource | |
| Target VFS Location | Complex | 0..1 | The Virtual File System location for the imported media file to be copied to. | |
| Protocol | Resource | ![]() |
Protocol for accessing the location | |
| Hostname | String | ![]() |
Hostname for accessing the location (mandatory except for file, s3, google or dropbox protocols) | |
| Port | String | ![]() |
Port for accessing the location (mandatory except for file, s3, google or dropbox protocols) (#) | |
| Path | String | ![]() |
Path for accessing the location (absolute path starting with / except for ftp, sftp, ftps which are relative to the User’s home directory) | |
| Username | String | ![]() |
Username for authentication (not required for file protocol) | |
| Password | String | ![]() |
Password for authentication (not required for file, s3, google or dropbox protocols) | |
| Key | String | ![]() |
Key for authentication (only applicable to s3, google and dropbox protocols) | |
| Secret | String | ![]() |
Secret for authentication (only applicable to s3, google and dropbox protocols) | |
| Token | String | ![]() |
Token for authentication (only applicable to google and dropbox protocols) | |
| Bucket | String | ![]() |
Only applicable to S3 protocol | |
| Private Key File | File | ![]() |
Only applicable for SFTP certificate authentication |