Is there an AmazonS3 connector available for ManifoldCF?

315 Views Asked by At

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.

2

There are 2 best solutions below

0
On BEST ANSWER
1
On

Currently manifold does not provide the Amazon S3 connector by default, available connectors by default.

How to write connectors

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.