-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ManifoldCF 2.3
-
Component/s: None
-
Labels:
-
Flags:Patch, Important
Feature Patch
AmazonS3 Repository Connector
AmazonS3 Repository Connector
A. Overview
1. Connects to Amazons3 buckets, and indexes the artifact. if any buckets to be avoided it can be skipped ( it can be configured in job)
2. Internally documents are parsed and meta data are extracted using Tika
3. Support Locale - English US ( Currently common_en_US.properties, available, looking for support from some to do the translation for the keys)
B. Documentation - Work in progress, will be attached issue on the following days
C. Dependencies - (common-lib)
1. aws-java-sdk-
2. aws-java-sdk-core-{version}
.jar
3. aws-java-sdk-s3-
.jar
4. joda-time-2.2.jar
D. Connectors.xml
<!-- Add your authority connectors here -->
<authorityconnector name="Amazons3" class="org.apache.manifoldcf.authorities.authorities.amazons3.AmazonS3Authority"/>
<!-- Add your repository connectors here -->
<repositoryconnector name="AmazonS3" class="org.apache.manifoldcf.crawler.connectors.amazons3.AmazonS3Connector"/>
- is depended upon by
-
CONNECTORS-1235 Indexing all properties fetched with the cmis query
-
- Resolved
-