From 7d4de75dfbb119fb40bcb568b7e8145a168ee405 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 10 Dec 2022 12:43:39 -0500 Subject: [PATCH] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f40f0b6..202597b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # 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 +