활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Can anyone please tell me how to import all the AEM files to S3 while maintaining the folder structure on S3 as it is on AEM using a Java application?
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi Shubham,
That's not possible OOTB, so customisation would be required to achieve it.
There are number of helpful API's in AEM available at various level's to help you achieve your ask.
Depending on your exact requirements most appropriate API would be recommended.
Regards,
Peter
Hi Shubham,
That's not possible OOTB, so customisation would be required to achieve it.
There are number of helpful API's in AEM available at various level's to help you achieve your ask.
Depending on your exact requirements most appropriate API would be recommended.
Regards,
Peter
As mentioned already, the implementation will depend upon several factors specific to your use case. Let me add here a couple of resources of how other people have done this, just for reference:
- https://medium.com/@mobacc2000/export-aem-assets-to-s3-generate-signed-url-to-share-it-with-3rd-part...
Hope this helps.
Hello @shubham25,
Can you please elaborate on the business a little more? When you say AEM Files, what exactly do you mean by that? AEM content, assets or the code structure that you are building?
Thanks