AEM a a Cloud Service where asset binary storing in native-cloud Env | Community
Skip to main content
Level 5
March 23, 2023
Solved

AEM a a Cloud Service where asset binary storing in native-cloud Env

  • March 23, 2023
  • 1 reply
  • 600 views

AEM a a Cloud Service where asset Binary storing in native-cloud Env ,What is path where assets Binary storing and is possible to accessable path to migrated to private cloud env .

 

Is assets rendetions binary stroing share cloud path , what is the path same can be accessable using Cloud Manager by super admin 

 

Regards

Vara

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Saravanan_Dharmaraj

@varaande As per documentation https://developer.adobe.com/app-builder/docs/resources/custom-asset-compute-worker/aem-cloud-assets/ ,

DAM stores the binary in Azure blob storage and updates a JCR representation of the asset with the info about the generated renditions (links internally the JCR rendition node to the binary cloud storage where the rendition binary sits) - See #7.

But i don't think you can use the rendition API [#1] to get the internal path of the binary. 

You will only get the JCR path of the rendition using getPath().

I would suggest raising this question to daycare and see what they say!

 

#1 - https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/dam/api/Rendition.html 

1 reply

Saravanan_Dharmaraj
Community Advisor
Saravanan_DharmarajCommunity AdvisorAccepted solution
Community Advisor
March 23, 2023

@varaande As per documentation https://developer.adobe.com/app-builder/docs/resources/custom-asset-compute-worker/aem-cloud-assets/ ,

DAM stores the binary in Azure blob storage and updates a JCR representation of the asset with the info about the generated renditions (links internally the JCR rendition node to the binary cloud storage where the rendition binary sits) - See #7.

But i don't think you can use the rendition API [#1] to get the internal path of the binary. 

You will only get the JCR path of the rendition using getPath().

I would suggest raising this question to daycare and see what they say!

 

#1 - https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/dam/api/Rendition.html