Mithun created JCR-4300:
---------------------------
Summary: Getting error while trying to
Key: JCR-4300
URL: https://issues.apache.org/jira/browse/JCR-4300
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-aws-ext
Affects Versions: 2.15.8
Reporter: Mithun
I am trying to connect the jcr for S3 bucket using the below versions of JCR.
jackrabbit-core-2.15.8 ,
jackrabbit-data-2.15.8
This is the repository.xml changes that is done
<DataStore class="org.apache.jackrabbit.aws.ext.ds.S3DataStore">
<param value="${rep.home}/aws.properties" name="config"/>
<param value="123456789" name="secret"/>
</DataStore>
Am I missing any configurations in the repository file.
Getting the below error.
==================
failed to start Repository: Configured class
org.apache.jackrabbit.aws.ext.ds.S3DataStore does not implement
org.apache.jackrabbit.core.data.DataStore. Please fix the repository
configuration.
org.apache.jackrabbit.core.config.ConfigurationException: Configured class
org.apache.jackrabbit.aws.ext.ds.S3DataStore does not implement
org.apache.jackrabbit.core.data.DataStore. Please fix the repository
configuration.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)