Skip to content

Releases: HERMES-SOC/fswatcher

v0.2.0

22 Mar 18:32
Compare
Choose a tag to compare

v0.2.0 (2023-03-22)

This release marks the introduction of the FSWatcher into the cloud data processing pipeline in preparation for the upcoming second dataflow test. This is a filewatcher system that can be configured to watch a directory for new files and then upload them to an S3 bucket. This release includes the following features:

  • Can be configured to watch a directory for new files and then upload them to an S3 bucket.
  • It also tags the objects with the creation and modified time, to keep that information on the cloud as well.
  • This is useful for keeping a backup of files on the cloud, or for keeping a copy of files that are being created on a local machine.
  • You also can configure the system to log the CREATE, UPDATE, PUT and DELETE events to a Timestream table, so you can keep track of the files that are being created, modified or deleted in near realtime.
  • It also support slack notification of fs event detection and slack

Full Changelog: https://github.com/HERMES-SOC/fswatcher/commits/v0.2.0