How are assets stored in AEM Assets on cloud? | Community
Skip to main content
Mario248
Level 7
December 5, 2022

How are assets stored in AEM Assets on cloud?

  • December 5, 2022
  • 2 replies
  • 1746 views

As per my understanding, once we upload assets to AEM Assets on Cloud, they will be stored in Binary Cloud Storage, and only references will be stored in AEM Author. The Asset Micro service is used to process the asset for rendition, metadata extraction, etc. What I am trying to understand is, I do not see any references to Binary Cloud Storage in asset properties.

Is there a property or metadata that indicates where Binary Cloud Storage is located? Is it possible to see where the actual file is stored in Binary Cloud Storage? Please clarify.

Reference - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/asset-microservices-overview.html?lang=en

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

2 replies

Mani_kumar_
Community Advisor
Community Advisor
December 5, 2022

AEM just maintains the pointers to binary storage for the Assets uploaded, Please refer the below screenshot from the documentation.

Mario248
Mario248Author
Level 7
December 6, 2022

Yeah this is exactly I am trying to see in real. I dont see any pointers in the asset properties. Is there a any place or location to check ?

SantoshSai
Community Advisor
Community Advisor
December 14, 2022

Hi @mario248 ,

Binary data format is a low level thing usually taken care by the product. However, you can find it in the metadata property. The binary data stored in the jcr:data property.

 

 

Hope that helps!

Regards,

Santosh

Santosh Sai
Mario248
Mario248Author
Level 7
December 14, 2022

Is the original file actually stored in AEM cloud? My understanding is that the actual original file is stored in Binary Cloud Storage, which is not part of AEM cloud? Is my understanding incorrect?