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 ?
Solved! Go to Solution.
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
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
Thanks Peter.
Views
Replies
Total Likes