This is a simple wrapper for using Donovan Schönknecht's Amazon S3 class.
Copy the config file to application/config/s3.php
and input the proper information.
Check here for a list of all available methods. Don't worry about authentication methods, the wrapper will handle that for you.
S3::put_object($string, $bucket, $path, S3::ACL_PUBLIC_READ);