Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

AEM 6.4 with IBM cloud object storage

Avatar

Level 4

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 ?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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