HI All,
We see binaries being replicated, despite binaries replication (S3) being used and configured.
we did the required configuration in replication agents and can see with the help of proxy agents that data(binaries ) are being transferred between author and publish server.
Inatslled the com.adobe.granite.oak.s3connector-1.6.4.zip
Copy …/config/org.apache.jackrabbit.oak.plugins.blob.datastore.SharedS3DataStore.config to /crx-quickstart/install/ on author and publisher
Configure shared S3 repository on author and publisher
Copy crx-quickstart/install/org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.config to /crx-quickstart/install/ on author and publisher
Set content to customBlobStore=B”true"
Set Runmode of author and publisher to
CQ_RUNMODE=….,crx3tar-nofds,crx3
Change replication on author to binaryless replication
Serialization Type: Binary less
Transport URI: http://localhost:4503/bin/receive?sling:authRequestLogin=1&binaryless=true
are there more configration to make it work ?