You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Shashank Gupta (JIRA)" <ji...@apache.org> on 2013/08/20 16:05:52 UTC

[jira] [Commented] (JCR-3651) S3 Datastore implementation

    [ https://issues.apache.org/jira/browse/JCR-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13744983#comment-13744983 ] 

Shashank Gupta commented on JCR-3651:
-------------------------------------

Git pull request created at https://github.com/apache/jackrabbit/pull/14/

This is the Amazon Webservices Extension component of the Apache Jackrabbit project.
This component contains S3 Datastore which stores binaries on Amazon S3 (http://aws.amazon.com/s3).

To run testcases which stores in S3 bucket pass  pass aws config file via system property. For e.g.

    mvn clean install -Dconfig=/opt/cq/aws.properties

Sample aws properties located at src/test/resources/aws.properties.

It require to configure aws.properties to configure S3 Datastore.
   <DataStore class="org.apache.jackrabbit.aws.ext.ds.S3DataStore">
       <param name="config" value="${rep.home}/aws.properties"/>
       <param name="secret" value="123456789"/>
   </DataStore>

-------------------------------------------------------------------------------
Test set: org.apache.jackrabbit.aws.ext.TestAll
-------------------------------------------------------------------------------
Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.013 sec

                
> S3 Datastore implementation
> ---------------------------
>
>                 Key: JCR-3651
>                 URL: https://issues.apache.org/jira/browse/JCR-3651
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Shashank Gupta
>         Attachments: JCR-3651.patch
>
>
> S3 Datastore provides capability to use Amazon S3 as jdatastore, thus leveraging all benefits of Amazon S3 like low cost, infinite, reliable, scalable storage.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira