function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Valliammai Elangovan 11Valliammai Elangovan 11 

How to intergrate chatter files with AEM services in Amazon cloud

pconpcon
You would want to write a trigger on the FeedItem object and then use a callout to post the data to Amazon.  I would start by doing the Apex Integration Services Trailhead [1] and then take a look at this blog post [2] for more information on multipart form uploads to Amazon.

[1] https://developer.salesforce.com/trailhead/module/apex_integration_services
[2] http://blog.deadlypenguin.com/blog/2016/02/16/amazon-s3-attaching-a-file-in-salesforce/