Upload Assets into Cloud Storage - AEM as Cloud Service
I would like to upload assets (binary) into cloud storage with every 2 hour schedule. In every 2 hour, I will be making a call to external API, which will provide me the list of URLs which holds the assets, I will need to upload/update these assets into cloud storage.
Current application runs within AEM on premise version, which is driven by a scheduler which runs every 2 hours. As we are planning to migrate to AEM as Cloud Service, We cannot use the Asset HTTP API as it's deprecated in AEM as Cloud Service.
Which one will be best option here to achive these use case?
Also the existing scheduler cannot be used as on Cloud, it will be running on container and it can come and go at any time.
Also as per adobe documentation, HTTP API can be used but it needs to run as an external application which should not run on the same JVM where AEM is running.
Thanks,
Asutosh
