Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

How to configure s3 in AEM | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

How to configure s3 in AEM by Aemrules

Abstract

Configuring s3 data stores in AEM 6

In Adobe Experience Manager (AEM), binary data can be stored independently from the content nodes. The binary data is stored in a data store, whereas content nodes are stored in a node store.

Both data stores and node stores can be configured using OSGi configuration. Each OSGi configuration is referenced using a persistent identifier (PID).



In this article we learn the detailed steps for configuration S3 data store in AEM.



You can get the architectural level understand of S3 with AEM from article -

https://www.aemrules.com/2021/06/how-does-s3-works-with-aem.html





Amazon S3 Data Store

AEM can be configured to store data in Amazon’s Simple Storage Service (S3). It uses the org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore.config PID for configuration.



In order to enable the S3 data store functionality, a feature pack containing the S3 Datastore Connector needs to be downloaded and installed.



Go to the Adobe Repository and download the latest version from the 1.10.x versions of the feature pack (for example, com.adobe.granite.oak.s3connector-1.10.0.zip) & download the ZIP file. Additionally, you also need to download and install the latest AEM service pack as listed on the AEM 6.5 Release Notes page.

Read Full Blog

How to configure s3 in AEM

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
0 Replies