Martin Klepsch
Martin Klepsch
This probably needs changes done here: https://github.com/confetti-clj/s3-deploy Not sure whats required though and might not have time in next week or two so PRs welcome :)
All of the syncing is done in the `confetti/s3-deploy` project. There we're retrieving object summaries which **do not** contain metadata. This makes diffing on metadata hard. There's an issue in...
@mynomoto I updated the `individual-diff` branch mentioned in that issue, if you feel like pulling it across the finish line you're more than welcome to! :)
Thanks for the report @pate — any chance you can give more context? Also it may be worth to check what version of Amazonica is on the classpath. Since `eu-west-2`...
``` boot show -d ``` would be a good start. That said boot's pods should have eliminated any potential for a dependency conflict like this. The task invocation leading up...
@sooheon I think that option might be missing currently, I'll rename this issue to track that properly. PR would be welcome if you feel like taking a stab at it....
Alternatively maybe it would be an option to create something new that copies the dependency ordering etc but is flexible enough to be used as figwheel.client 2.0 as well as...
PR to print JSON on --dry-run would be welcome. Also yeah, a policy that allows exactly whats needed would be nice but I haven't really looked into that yet.
@bensu Two small things: 1. Can you make the commit message a bit more descriptive? (you can just do `git commit --amend` and force push if you like.) 2. Also...
@bensu Do I understand correctly that you'll need to provide your own `s3-sign` ring handler to supply the key function? Maybe we want to remove the `s3-sign` route completely and...