Skip to content

cheynepierce/Salesforce-S3-Utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce S3 Utilities

Purpose

This is a simple Apex class that interacts with AWS S3

Deployment

Deploy to Salesforce

Create a File

  1. Create a new organizational level AWS Configuration custom setting, and set your AWS access key and secret key.

  2. Create an S3 file by doing the following

S3 s3 = new S3('region');
s3.createFile('bucketName', 'path', 'fileName', 'fileContent');

About

Simple utility for interacting with AWS S3 from Apex code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages