codeCode preview: PROJECT:
A command-line tool that watches a directory and mirrors changed files into an S3 bucket continuously.
SUMMARY:
A watcher process observes filesystem events under a root directory. Each create or modify event is debounced, then handed to a worker that uploads the file to S3 under a key mirroring its relative path. A small JSON state file records the last-uploaded hash per path so a restart does not re-upload unchanged files.
STEPS:
1. Install dependencies and configure AWS credenti
Elite programmer project scaffold
Turns a project idea into a complete scaffold: a summary, build steps, directory structure, the purpose of each file, commented source for every file, a setup script and a README.
Score 0
0 comments1 results