I have a folder in DAM, say /content/dam/documents and whenever an asset is added to this path, this should be copied to Amazon S3.
The approach I planned was to have an event listener which will be triggered whenever a node is created in this path.
However, I'm not sure how this asset could be copied to S3 when this event is triggered.
I would like to know how this connectivity could be established between S3 and AEM and if there are any technical documentations available on this topic