Wordpress plugin for Amazon S3
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
- 0.2 (2009-03-07):
Some improvements and support for file downloads and flash movies - 0.1 (2009-02-16):
Initial release