I am implementing S3 bucket for datastore, have some open question and could not found clarity anywhere so posting here. I followed the document (https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-16057)
1. Which version of s3 connector is compatible with 6.5.18, how we can check which version of s3 connector we should be using for respective AEM version. Document only say use latest s3 connector for latest SP version.
2. When we use S3 for existing AEM setup do we need to manually move the datastore from /crx-quickstart/repository/datastore/ to /crx-quickstart/repository/repository/datastore/upload, after moving need to deleted the filestore configuration from /crx-quickstart/launchpad/config/org/apache/jackrabbit/oak/plugins/blob/datastore/
3. After uploading all assets I observed same datastore folders been added in /crx-quickstart/repository/repository/datastore/download is this expected, or we can delete it.
4. We should only binary less replication with S3 datastore or normal replication also will work.
5. Where we can see or confirm if the assets is loading from S3.
Solved! Go to Solution.
Views
Replies
Total Likes
@AmitVishwakarma Thank you. So latest S3 connector will work with any version of AEM SP like 6.5.15 or 6.5.18 or latest SP 22. Is that correct?
When I used latest connector version with 6.5.0, the bundles were not resolved.
Views
Replies
Total Likes
Yes, the latest S3 connector should work with any AEM 6.5 Service Pack version, including 6.5.15, 6.5.18, or the latest SP 22, as long as you are using the appropriate version of the connector for your AEM version.
If you're seeing issues where the bundles are not resolving in AEM 6.5.0, that suggests a compatibility issue. The bundle dependencies or versions might not align with the version of AEM you're using, and the connector may be expecting newer versions of certain bundles or APIs that were introduced in later service packs.
Possible solutions:
1.Upgrade to a Later SP (Service Pack): If possible, consider upgrading AEM to a more recent service pack (e.g., 6.5.15 or 6.5.18). This could resolve compatibility issues related to the bundles not being resolved.
2. Check Bundle Versions: Verify that the bundles are correctly installed and that there are no missing dependencies. Sometimes, the connectors require certain versions of other AEM bundles, which may only be available in later SPs.
3. Bundle Resolution Debugging: You can check the AEM log files (error.log and other logs) for any specific errors related to the connector. This can give you insight into which bundle or class might be missing or causing the issue.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies