Expand my Community achievements bar.

SOLVED

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

Avatar

Level 5

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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/Re... 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@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/Re...