config
config copied to clipboard
Specify an S3 URL for config file
Hi, would you be interested in a PR that would allow specification of an S3 URL from which to load config.edn?
Off the top of my head the main issue would be adding an amazonica dependency to this lib, which would be a good thing to avoid. If the functionality sounds like something you'd be interested in I'll have a think to see if there's a neat way to make S3 support opt-in only.
I think it might make sense to create a protocol that could be implemented using different backends. Also, as a note I'm currently using cprop myself, and it supports that sort of thing already.
Ah, nice, I'l take a look at cprop. Thanks!