내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM to S3

Avatar

Level 1

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?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

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

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

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

Avatar

Community Advisor and Adobe Champion

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...

https://adobe-consulting-services.github.io/acs-aem-commons/features/mcp-tools/asset-ingestion/s3-as...

 

Hope this helps.



Esteban Bustamante

Avatar

Community Advisor

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