Open bryanlarsen opened 7 years ago
+1
@bryanlarsen I have fixed the plugin, please take a look in my forked version https://github.com/jpereira/heka-s3
@bryanlarsen I sent an pr to the maintainer as can be seen here https://github.com/uohzxela/heka-s3/pull/5
I tried building this into current heka master.
I got an error saying that the mitchellh/goamz dependency couldn't be found.
I converted the mitchellh/goamz import in your code to the AdRoll/goamz that's included in heka, and I got:
I tried adding mitchellh/goamz to heka/cmake/externals.cmake and got:
Any recommendations? Should I build against a different version of Heka? Is this project abandoned given that Heka itself is deprecated?