From 1b0d1ebdbfbe82a634c8ee6d86a8fea58c84b8cb Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 29 Apr 2019 20:10:38 +0100 Subject: [PATCH] [readme] Added --- README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..ff90617 --- /dev/null +++ b/README.org @@ -0,0 +1,13 @@ +* s3thorp + +Synchronisation of files with S3 using the hash of the file contents. + +Based on Alex Kudlick's JavaScript implementation [[https://github.com/akud/aws-s3-sync-by-hash][aws-s3-sync-by-hash]]. + +The normal ~aws s3 sync ...~ command only uses the time stamp of files +to decide what files need to be copied. This utility looks at the md5 +hash of the file contents. + + + +