A script to automatically upload files from a folder to an S3 bucket
Go to file
Tyler Perkins 26a585ee2c Add venv 2022-12-10 12:46:18 -05:00
bin Add venv 2022-12-10 12:46:18 -05:00
.gitignore Initial commit 2022-12-10 17:42:15 +00:00
README.md Update README 2022-12-10 12:43:39 -05:00
lib64 Add venv 2022-12-10 12:46:18 -05:00
pyvenv.cfg Add venv 2022-12-10 12:46:18 -05:00

README.md

S3-Auto-Uploader

This application will monitor for changes in a folder and automatically upload any files placed in that folder to an S3 Bucket.

Features/TODO

  • Monitor for changes in directory
  • Uplaod to an S3 Bucket
  • Accept configuration on the command line or /etc file