AEM S3 configuration for binaryless replication (what is secret setting?)
We are building out some instances using S3 as our datastore. We are now getting to the point where we want to spin up the publish instances and make use of binaryless replication.
In the documentation [linked] Configuring node stores and data stores in AEM 6 it mentions a secret value for binaryless replication as part of the config settings in the org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore.config file.
- secret: Only to be used if using binaryless replication for shared datastore setup.
What should the value of this parameter be set to , or how do we go about getting such a value?
Thanks