apache sling s3 bucket

随声附和 提交于 2020-02-25 05:41:26

问题


Within Apache Sling 11 is there a way to enable one of the folders within the content repository to be synchronized with an S3 bucket. Essentially allowing the use of multiple buckets if so desired or this a practice that should not be taken?


回答1:


The biggest reason as to why the application was not creating any buckets within Amazon S3 as the server was starting was because I did not have the following installed within the server.

  1. Amazon OSGi SDK installed
  2. OAK Blob Cloud bundle

Once these were installed and I added the necessary config files such as the S3Datastore, SegmentStore and the DocumentNodeStore added to the repoinit then the connection to S3 was established. It just seemed that some of the information was between two websites:

  1. https://helpx.adobe.com/experience-manager/6-3/sites/deploying/using/data-store-config.html#AmazonS3DataStore
  2. https://jackrabbit.apache.org/oak/docs/osgi_config.html


来源:https://stackoverflow.com/questions/53141716/apache-sling-s3-bucket

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!