According to this source, https://medium.com/adobetech/introduction-to-aem-as-a-cloud-service-asset-upload-http-api-fc560ffd7221, the upload api does not work with local instances of AEMaaCS.
I am trying to upload an asset to my local AEMaaCS instance using the Asset Upload Api (specifically with the aem-upload node package). When I make the request I am not getting the URI that the document says I should.Here is the request that I am using:const encodedAuth = Buffer.from(`${username}:${...