Skip to content

Releases: kickstarter/docker-s3-sync

v0.5.3

19 Aug 22:30

Choose a tag to compare

  • Fix etag parsing (#3) Thanks @talaris! 🎉
  • Move to kickstarter org! (#4)

v0.5.2

18 Aug 18:27

Choose a tag to compare

  • Optimization: Only download & replace the file if it's changed. (#2) This reduces I/O, and let's developers use tools like inotify to watch for file modifications. (Thanks @talaris)