AEM 6.4 with IBM cloud object storage | Community
Skip to main content
prashantonkar
New Participant
October 17, 2018
Solved

AEM 6.4 with IBM cloud object storage

  • October 17, 2018
  • 2 replies
  • 1971 views

Is there any connector available to use IBM cloud object storage as Data store ? I am using AEM 6.4.1 and I want to use the IBM cloud object store for my DAM assets. Is it possible if I use S3 connector? If there is no connector available, is it possible to write a custom connector for this purpose ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Peter_Puzanovs

Dear Prashanto,

Believe there is no IBM Cloud storage integration(at least in open source part of OAK),

It would be possible to add one for IBM,

We do have implementation for s3 storage:

jackrabbit-oak\oak-blob-cloud\src\main\java\org\apache\jackrabbit\oak\blob\cloud\s3 have a look it's source code, to have an understanding of what approximately needs to be done for IBM.

Believe it's not a simple task through, probably best performed by Adobe themselves via feature request.

Regards,

Peter

2 replies

prashantonkar
New Participant
October 17, 2018

Thanks Peter.

Peter_Puzanovs
Peter_PuzanovsAccepted solution
New Participant
October 17, 2018

Dear Prashanto,

Believe there is no IBM Cloud storage integration(at least in open source part of OAK),

It would be possible to add one for IBM,

We do have implementation for s3 storage:

jackrabbit-oak\oak-blob-cloud\src\main\java\org\apache\jackrabbit\oak\blob\cloud\s3 have a look it's source code, to have an understanding of what approximately needs to be done for IBM.

Believe it's not a simple task through, probably best performed by Adobe themselves via feature request.

Regards,

Peter