Folder

Folder feeder

This feeder can create the stream of fsnotify events for a given folder or for cloud platform storage like Amazon S3,
Google Drive and Dropbox.

The feeder use cloudwatcher to keep track of changes on the chosen directory.

Parameters

ParameterTypeDefaultDescription
nameSTRINGemptythe path of the folder that it has to keep track
typeSTRING“local”the type of service to use local, dropbox, gdrive, s3 or git
freqDURATION2show often the directory should be checked for updates
<folder: name="/tmp", type="local"> | ...

Output

Text

The main field of the Message will contain the filename while the op extra the type of event.

Extra

NameDescription
optype of event: FileCreated, FileChanged, FileDeleted, TagsChanged
sizefor some events you can find the size of the file that triggered the event

Examples