AEM Cloud SDK Local Instance - Asset Upload queries
hi all,
Forgive me for asking rather silly questions maybe but could use some support in understanding the below points-
AEM Cloud offloads asset processing to microservices and processing profiles. Also, the assets are stored on a separate cloud database/blob which is used to access original assets and their renditions.
Query 1 - How is this flow mimicked on local cloud SDK?
I try to upload an asset on cloud SDK it stays stuck as seen below -

From the logs -
07.08.2024 14:54:09.517 *INFO* [[0:0:0:0:0:0:0:1] [1723022649500] POST /content/dam/test.initiateUpload.json HTTP/1.1] com.adobe.cq.assetcompute.impl.servlet.InitiateUploadAssetServlet initiate upload asset: Cqnamepathlist.txt, size: 56, mimeType: text/plain
07.08.2024 14:54:09.517 *INFO* [[0:0:0:0:0:0:0:1] [1723022649500] POST /content/dam/test.initiateUpload.json HTTP/1.1] com.adobe.cq.assetcompute.impl.servlet.InitiateUploadAssetServlet initiate upload complete asset : Cqnamepathlist.txt, size: 56, mimeType: text/plain

