Solved
How does an asset that I uploaded to /content/dam get "transferred/copied" to /var/dam? (com.day.cq.dam.api.AssetManager)
as above.
- I am looking at the AssetManager API (https://developer.adobe.com/experience-manager/reference-materials/6-4/javadoc/com/day/cq/dam/api/AssetManager.html).
- I uploaded a .txt file to /content/dam/my-folder-here via upload function in http://localhost:4502/assets.html/content/dam/my-folder-here
- When I checked /var/dam using CRX/DE, I cannot find a folder called /var/dam/my-folder-here.
Thank you.