console
console copied to clipboard
Get topic documentation from s3/local filesystem
It would be nice to have an ability to load topic documentation from filesystem or S3 bucket.
Hey, makes sense. Are you up for implementing a provider for it? PRs are welcome
@weeco I'm not a programmer and I'm not really familiar with golang. It was a suggestion :)
I can try of course but it will probably take a looong time.
https://github.com/hashicorp/go-getter can probably be used to download/unarchive from s3 (it can also get files from git and other places, but I don't know if it is better than go-git). Reading from filesystem should be easy.
@nahsi Okay no problem at all. Also: Go-getter looks interesting. Thanks for letting us know :)