Update: 2011/06/12 – This won’t be of much use to you, I have a much better plugin in the works that’s almost production ready and will be released soon.
I’ve created a very simple WordPress plugin for Amazon S3 which uses my Amazon S3 PHP class.
Currently it allows you to upload files to an S3 bucket and insert them into your post when adding media.
Please note that PHP 5 and the CURL extension are required.
Download the latest version of the plugin.
To install place s3uploader.php into your wp-content/plugins/ directory. After activating the plugin you will need to configure your AWS credentials under Settings – Amazon S3 and select the bucket you would like to upload to.
Planned features for upcoming releases
- Image resizing
- Bucket browsing functionality under the media library
Changelog
- 0.2 (2009-03-07):
Some improvements and support for file downloads and flash movies - 0.1 (2009-02-16):
Initial release
@Andrew: Hoping to add that into the next release. It will contain an S3 browser under the media library though.
Looks good – how do I select a video or image I have already uploaded?