This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
podviaznikov05:06:25
Hey, guys I create boot-s3 task that can sync local dir with s3. https://github.com/hashobject/boot-s3. Most of the code is copy-paste from lein plugin (https://github.com/kanej/lein-s3-sync). Hope this task will help someone
martinklepsch10:06:17
@podviaznikov: nice! does this sync files with the correct content-encoding when gzipping files first?
martinklepsch10:06:52
I wrote a 10 lines s3 deployment task (just uploading individual files) that I meant to publish but yours seems more extensive