From dbae216d87e78f622d2629a31956d17b967de99e Mon Sep 17 00:00:00 2001 From: iLyas Date: Tue, 27 Oct 2020 17:03:00 -0400 Subject: [PATCH] ellaborate --- ftp-to-S3/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ftp-to-S3/README.md b/ftp-to-S3/README.md index dda7c26..4ddd317 100644 --- a/ftp-to-S3/README.md +++ b/ftp-to-S3/README.md @@ -4,5 +4,7 @@ Automatically move files to S3 from your FTP destination folder ## About -Many cameras allows uploading of files via FTP. But I wanted something that allows me to upload these recordings to an S3 bucket. -This addon will automatically upload your recordings to Amazon S3 immediately after they are taken and will optionally upload existing recordings if they are not found in S3. +Built this addon because I needed a way to store my surveillance camera recordings. Many cameras allows uploading of files via FTP, so only the last step was left, which is moving them to S3. +This addon will automatically recursively upload anything you put inside the folder "/backup" to the Amazon S3 bucket of your choice and will optionally upload existing recordings if they are not found in S3. + +My setup currently is using the official FTP addon to upload from the cameras then this addons take care of the rest.