Hello All,
I am trying to use AEM upload tool in a node JS application (https://github.com/adobe/aem-upload) to upload asset to AEMaaCS direct binary storage. Per Adobe's documentation, the process involves 3 steps - initiate upload, upload binary and complete upload. I've following questions rega...