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
venkat 190venkat 190 

How to upload the videos from salesforce to AWS S3?

I would like to upload videos from salesforce to AWS S3 using REST API,
Please help me on this.
AnkaiahAnkaiah (Salesforce Developers) 
Hi Venkat,

Refer the below links will help you to proceed further on your requirement.
https://salesforcecodex.com/salesforce/uploading-files-to-s3-server-using-apex/

If this information helps, Please mark it as best answer.

Thanks!!
venkat 190venkat 190

Hi Ankaiah,

Thank you for your reply, I am able to upload files from salesforce to AWS S3 but not able to upload large files(like morethan 2MB) .

Could you please respond on how to upload large files.

Thanks,
Venkat.