Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

3 Replies

Avatar

Correct answer by
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

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