You are here:
Uploading Files to Amazon S3 from Salesforce
Upload files directly to your Amazon S3 bucket from Salesforce.
Required Editions
| View supported product editions. |
Considerations for Uploading Files
- You can upload up to 10 files at a time, with a maximum size of 10 GB per file. This is a soft limit.
- You can’t upload or preview files on a mobile device.
- By default, you can only initiate file upload from these locations:
- Add Files button
- Attachment icon in a Chatter Feed or Comment
- Upload Files button on Files Home, Files in Related List, Notes & Attachments in Related List, and the Document Checklist Item Details page and Related List.
- Custom Omni Input element - External Upload.
Note Add the custom Omni input element, External Upload, to an Omniscript so that users can upload files to Amazon S3 buckets.
- To upload files from any other feature or location, you can develop your own custom component by using the File Upload APIs.
- File upload from the Lightning File Upload component is not supported.
- File upload from the Asset Library is not supported.
Example: Upload a File from Files Related List on a Case
To upload a file to Amazon S3 from Related list on a case record:
- From the App Launcher, find and select Cases.
- Select a case and click Related.
- Under Files, click Add Files.
- In the Select Files window, click Upload Files.
- Select the file to be uploaded.
- Click Add.
The file is uploaded to the configured Amazon S3 bucket. If the admin has retained the standard configuration, then the files are stored under:
Upload path for files related to a record: __sfdcroot__/{ObjectName}/{RecordId}/
Upload path for other files: __sfdcroot__/users/{UserId}/
See Also
Did this article solve your issue?
Let us know so we can improve!

