S3 Sync
Find a file
2019-05-06 17:15:42 +01:00
src/main/scala/net/kemitix/s3thorp [main] hello world 2019-04-29 20:18:38 +01:00
.gitignore Initial commit 2019-04-29 20:05:41 +01:00
build.sbt [sbt] Add cats-effect 1.2.0 as dependency 2019-05-06 17:15:42 +01:00
README.org [readme] Added 2019-04-29 20:10:38 +01:00

s3thorp

Synchronisation of files with S3 using the hash of the file contents.

Based on Alex Kudlick's JavaScript implementation 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.