0.4.0 problem without optional amazonica dep
KaterMikesch opened this issue · 2 comments
KaterMikesch commented
Hi Dimitrios,
thanks for duratom!
After upgrading to version 0.4.0 I get the following error:
No such var: aws/get-object-metadata, compiling:(duratom/utils.clj:147:37)
I just use the file backend and thus didn't add the optional requirement amazonica
. It almost seems that something which needs AWS stuff slipped into the new version.
jimpil commented
Damn! This is quite embarrassing as I seem to have forgotten to add that fn in the respective not-found
ns. I've just cut 0.4.1 which fixes this. Thanks for reporting this...
KaterMikesch commented
Thanks a lot!