I would like to crawl an amazon s3 bucket using manifold to relay the crawl to OpenSearchServer. I've seen other products carry an amazon S3 connector and I'm just wondering if there is a publicly available one for ManifoldCF.
Is there an AmazonS3 connector available for ManifoldCF?
315 Views Asked by Mdalz At
2
There are 2 best solutions below
1

Currently manifold does not provide the Amazon S3 connector by default, available connectors by default.
Beside, how to go about start writing connector i would suggest you to checkout source code from manifold svn, and look at how other connectors are written. Eg. Generic connectors, File System connectors are perfect examples of how you would write connectors.
Since Aug 27 there is one https://github.com/apache/manifoldcf/tree/trunk/connectors/amazons3
happy hacking!