console icon indicating copy to clipboard operation
console copied to clipboard

Get topic documentation from s3/local filesystem

Open nahsi opened this issue 3 years ago • 3 comments

It would be nice to have an ability to load topic documentation from filesystem or S3 bucket.

nahsi avatar Dec 23 '21 10:12 nahsi

Hey, makes sense. Are you up for implementing a provider for it? PRs are welcome

weeco avatar Dec 23 '21 14:12 weeco

@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 avatar Dec 29 '21 18:12 nahsi

@nahsi Okay no problem at all. Also: Go-getter looks interesting. Thanks for letting us know :)

weeco avatar Dec 29 '21 20:12 weeco