From 608b9a9e7f59f76e24739114da1c1f41d7f9534b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 16 May 2019 16:40:33 +0100 Subject: [PATCH] [readme] minor tweaking --- README.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 13c36b1..8634828 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,7 @@ 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]]. +Originally based on Alex Kudlick's [[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 @@ -10,14 +10,14 @@ hash of the file contents. * Usage -#+begin_example -s3thorp -Usage: S3Thorp [options] + #+begin_example + s3thorp + Usage: S3Thorp [options] - -s, --source Source directory to sync to S3 - -b, --bucket S3 bucket name - -p, --prefix Prefix within the S3 Bucket -#+end_example + -s, --source Source directory to sync to S3 + -b, --bucket S3 bucket name + -p, --prefix Prefix within the S3 Bucket + #+end_example * Creating Native Images