You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Shehjad Khan (JIRA)" <ji...@apache.org> on 2018/05/15 21:41:00 UTC

[jira] [Created] (OAK-7496) Oak blob plugin for Google cloud

Shehjad Khan created OAK-7496:
---------------------------------

             Summary: Oak blob plugin for Google cloud
                 Key: OAK-7496
                 URL: https://issues.apache.org/jira/browse/OAK-7496
             Project: Jackrabbit Oak
          Issue Type: Wish
            Reporter: Shehjad Khan


Currently oak support integration with 

By default SegmentNodeStore (aka TarMK) does not require a BlobStore. Instead the binary content is directly stored as part of segment blob itself. Depending on requirements one of the following can be used
 * FileDataStore - This should be used if the blobs/binaries have to be shared between multiple repositories. This would also be used when a JR2 repository is migrated to Oak
 * S3DataStore - This should be used when binaries are stored in Amazon S3
 * AzureDataStore - This should be used when binaries are stored in Microsoft Azure Blob storage

[https://jackrabbit.apache.org/oak/docs/plugins/blobstore.html]

 

it would be really great if we have integration with Google cloud bucket similar to Amazon S3DataStore using APi provided by Google

 

https://googlecloudplatform.github.io/google-cloud-java/0.47.0/apidocs/index.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)