Amazon S3 plugin for WordPress

117 Comments

This WordPress plugin allows you to use Amazon’s Simple Storage Service to host your media for your WordPress powered blog.

Amazon S3 is a cheap and cost effective way to scale your site to easily handle large spikes in traffic (such as from Digg) without having to go through the expense of setting up the infrastructure for a content delivery network. Startup companies are embracing it for their online storage solution, and even bloggers are starting to use it to host their images and other static media (such as mp3 files for their podcasts).

Pricing is really cheap. There are no setup fees, no minimum costs, and you literally only pay for what you use, even if it’s just a couple cents a month. If you have a WordPress powered blog, and have a lot of media (such as images or mp3s), this plugin will help you easily utilize Amazon S3 for bandwidth and storage.

WordPress S3 screenshot

Once setup, this plugin transparently integrates with your WordPress blog. File uploads are automatically saved into your Amazon S3 bucket without any extra steps. Once saved, these files will be delivered by Amazon S3, instead of your web host. Any image thumbnails that get created are saved to Amazon S3 too. You’ll also find an “Amazon S3″ tab next to your regular “Upload” tab, which allows you to easily browse and manage files that were not upload via WordPress.

Author: Joe Tan (joetan54@gmail.com)
License: GPL

Requirements:

  • A WordPress powered blog hosted on your own server.
  • An Amazon S3 account (there are no setup or monthly fees if you want to just try it out).
  • PHP 5

Features:

  • Easily browse Amazon S3 hosted files, upload new files, and create new folders without having to leave the WordPress edit screen.
  • All your WordPress uploads are transparently saved into Amazon S3 for storage and delivery.
  • Infinitely scalable with no limits, use Amazon S3 to store as many files as you want.
  • Reduce the load on your server by offloading static media to Amazon’s content delivery network, with 99.99% availability.
  • Supports BitTorrent for large media files.
  • Supports virtual host names (eg: sub.example.com). See Amazon’s notes for more information.
  • Supports WordPress MU setups. Can be configured to automatically install and use one common Amazon S3 account for all blogs.

Installation:

  1. Download and unzip the plugin.
  2. Upload the entire “tantan” directory to the WordPress wp-content/plugins directory.
  3. Login to your WordPress admin, click “Plugins”, and then activate the “Amazon S3 for WordPress” plugin.
  4. Click “Options”, then “Amazon S3″ to bring up the configuration screen.
  5. Enter your AWS Access Identifiers to authenticate and link up the plugin with your Amazon account.
  6. Select an existing bucket, or create a new bucket. A bucket can be named whatever you want, but must be globally unique. If you want to use virtual hosting, enter in a subdomain as the bucket name and update your DNS settings. More info >
  7. Click “Save” and you’re done! You’ll now see an “Amazon S3″ tab next to your “Upload” tab in the WordPress edit screens.
  8. Bonus: Enable the”TanTanNoodles Version Checker” plugin to automatically get notified of when updates to this plugin are available.

Download the plugin

Support:
If you are having problems setting up or customizing this plugin, please visit the support group for help. Someone may have already posted a solution to your problem!

More Documentation: Modification History, Known Issues and Bugs

Bug Reports:
If you find a bug or have a feature request for this plugin, please post them to this Google Project page.

Developers:
Browse this plugin's source code at the Subversion repository.

Want more WordPress goodness? Check out some of my other plugins and scripts >

117 comments

  1. # Brendan Aug 05, 2007

    Plugin currently generates an unspecified (blank) error.

    I not the Secure Access Key has slashes, is that a problem?

  2. # Andy Beard Aug 05, 2007

    Is there a way you can get this to work with subdomains?

  3. # Brendan Aug 05, 2007

    Plugin refuses to authenticate to AWS. No error message beyond ‘Error:’, which is not at all useful.

    Nice idea, all the same.

  4. # Brendan Aug 05, 2007

    As a side note, it may be worth updating the release information to include that one or more buckets MUST exist (i.e. using s3fox plugin or some such) once the account is created, otherwise it will fail to work.

    Seems to work so far.

  5. # Joe Tan Aug 06, 2007

    Brendan, I’m not sure what the problem is, are you still having problems authenticating? Perhaps try generating a new access key and let me know if that works.

    And the next version will have the ability to create buckets.

    Andy: Yes, this plugin will work with subdomains. Just create a bucket named as the subdomain you want, and then point the CNAME record to amazon’s servers. More info on how to do that here:

    http://docs.amazonwebservices.com/AmazonS3/2006-03- 01/VirtualHosting.html

  6. # Brendan Aug 07, 2007

    Joe,

    All go – as I mentioned, there needs to be at least one bucket or the error occurs, worth making a note in the install guide, perhaps?

  7. # Joe Tan Aug 07, 2007

    Brendan, thanks for the suggestion :) I’ve added the bucket step into the install guide.

  8. # Andrew Smith Aug 08, 2007

    Plug-in is asking for WordPress 2.1, but I have 2.2.2 installed?

  9. # Joe Tan Aug 08, 2007

    Andrew: that is strange, is anyone else getting this error? I’ve tested it on WP 2.2.2, and don’t get that error…

    To manually get around this error: modify the beginning of line 39 of the file wordpress-s3.php to be


    if (true || version_compare ...snipped...

  10. # Ron Pemberton Aug 09, 2007

    I have a noobie question -I see it states above that it requires PHP5, but is this strictly PHP5 or is it also backward compatable with PHP4? Wasn’t sure if PHP works like some software or not.

  11. # Joe Tan Aug 09, 2007

    Sorry, this plugin will not work with PHP4 or older versions.

  12. # John Proffitt Aug 30, 2007

    FYI… Just loaded the plugin on a clean WP 2.3 Beta 1 and the plugin doesn’t work. I can initially load the plugin config page, load my S3 info, submit it, and then… nothing. The plugin config page no longer loads and I can no longer add attachments to a post.

    If I then disable the plugin, normal post attachment functionality returns, but of course the S3 functionality is unavailable.

    Platform: Windows Server 2003, Apache 2, PHP 5, WP 2.3 Beta 1

  13. # John Proffitt Aug 30, 2007

    Just to be sure, I did the same install test on a WP 2.2.2 installation — same result. Plugin loads, but goes “blank” and non-functional once my S3 account info is loaded. Same platform as before, but with WP 2.2.2.

  14. # Rich Tatum Aug 31, 2007

    Be sure to test your page download speeds via WebPerf.org or some similar tool. Your mileage may vary.

    I tested this on my site for about three months. You’re right, the bandwidth was cheap. Unfortunately, it turns out my user experience is better delivering the files off my own server rather than via Amazon, amazingly enough.

    However, if you’re on a shared host that is overloaded and slow, this could dramatically improve your page download speeds. At the very least, it’s probalby a cheaper way to host podcasts and large media files than through your own server.

    Rich
    BlogRodent

  15. # Georg Berg Sep 25, 2007

    My host admin told me they have PHP5 if it is called in a special way. Otherwise version 4.4.7 is used. How can i take advantage of PHP5?

  16. # Georg Berg Sep 28, 2007

    How and where do I have to create the bucket?

  17. # Joe Tan Oct 10, 2007

    You can use this Firefox extension to manage your S3 account: http://www.rjonna.com/ext/s3fox.php

  18. # Brendan Oct 10, 2007

    Joe,

    Can you please ensure you add an ALT= tag to images when posting from AWS? Right now images are missing that tag, which of course breaks XHTML web standards.

  19. # Gianluca Dec 03, 2007

    Thanks for the great plugin :-)

  20. # Justin Dec 11, 2007

    Your support group links just go back to this page.

  21. # Leon Dec 27, 2007

    When delete an image from the upload page (with upload replacement option enabled), it doesn’t seems remove the file at S3 – Is it a bug?

  22. # Music Man Jan 13, 2008

    Amazon is a monster!

  23. # Music Man Jan 13, 2008

    Support Group Link not working or not linked properly

  24. # Ray Jan 15, 2008

    I downloaded the plugin and unzipped it in to the right directory, then activated it inside the wordpress blog. Then I tried to configure it and after entering my S3 authentication codes I got the following error:

    Fatal error: Call to undefined function curl_init() in /var/www/wordpress/wp-content/plugins/tantan/lib/curl.php on line 23

    I assume this is probably a curl problem but I don’t know much about curl either. Can anyone help?

  25. # Ray Jan 16, 2008

    I didn’t have the curl problem on this install of the plugin, but, I still didn’t get past the configure step. This time after entering the S3 authentication key and id I got the following error message:

    Error : The difference between the request time and the current time is too large.

    Several attempts trying to be fast didn’t help, anybody?

  26. # Russell Jan 20, 2008

    I have posted 2 issues to the Google Project page that it would be great if you could help address. Here is a quick summary:

    1. Files aren’t deleted from your S3 account when deleted via the WordPress uploader.

    2. The plug-in incorrectly states that you CNAME record is setup incorrectly when you enable virtual hosting of your bucket.

    Please see the Google Project issues for more specifics. If you need further information please let me know.

  27. # Daisy Mar 09, 2008

    Love the concept of this plugin. Is there any way to get it to override the standard upload process when creating posts with images in the blog editor that creates posts via xmlrpc.php?

  28. # binnary Mar 13, 2008

    Hi!

    First of all thanks for this great plugin!

    I’ve tried to use it with UK buckets and it doesn’t list or upload files to them… is it a know issue?

    Thanks again!
    bye

  29. # Stephen Mar 30, 2008

    This seems like just what I’ve been looking for… except it doesn’t seem to work with WordPress 2.5. I’d be very grateful if it was updated!

  30. # Jay Hepburn Mar 31, 2008

    The plugin seems to still work partially with 2.5, the files get put on S3, however thumbnails aren’t generated. Fingers crossed for a fix soon…

  31. # Stephen Apr 06, 2008

    I installed the new plugin version, and the [gallery] tag doesn’t link the photos to the S3 version. Is this the expected behavior or is it likely something is messed up on my end?

  32. # Joe Tan Apr 06, 2008

    @Jay Hepburn: Try the new version, should do the trick.

    @Stephen: I actually didn’t think of to test the [gallery] tag feature. I’ll make a note to make sure it properly references the S3 version for the next update.

  33. # Alex Rodriguez Apr 07, 2008

    Thank you for this plugin, its awesome.

    I just installed the newest version of the Amazon S3 plugin. This is a new install on my blog as I had previously never used it however I am somewhat familiar with the S3 service, I have used it for backups for some time now.

    When I attempt to save my setup I receive the following error.

    Your DNS doesn’t seem to be setup correctly to virtually host the domain assets.alexrodrigueznotebook.com. Make sure the following entry is added to your DNS:

    assets.alexrodrigueznotebook.com CNAME assets.alexrodrigueznotebook.com.s3.amazonaws.com.

    I have tested the C-NAME on both the server hosting my WP blog and from the outside and it is resolving.

    Any assistance you can provide will be appreciated.

    Thanks again!

  34. # Kyle West Apr 08, 2008

    the CNAME should just be assets, not assets.alexrod……

  35. # Joe Tan Apr 08, 2008

    The error message is actually just a warning message, and doesn’t affect any of the plugin’s functionality. If your cname’d bucket is working and you can get to it, you don’t need to worry about it.

    @Kyle, it actually should be assets.alex… since the domain name is basically the bucket name.

  36. Pingback: WordPress Plugins Database » Plugin Details » Amazon S3 for WordPress
  37. # jason Apr 10, 2008

    I installed this on my WP 2.5, and set up a S3 account, but when I try to verify my account on the plugin page I get a blank “ERROR:” message at the top.

    I tried refreshing my secret key but got the same blank error.

    I tried it on a second install (different domain, same server) and got the same blank error.

    I can see the attempts to communicate with S3 in the access summary on S3, so I know it’s talking with the plugin in some way, but I can’t seem to get it to work. Any ideas? I had to set up a .htaccess line to ensure PHP 5 is used before the plugin would work at all (my server defaults to PHP 4.X).

  38. # Jacques Chester Apr 13, 2008

    I’m not having much luck with using the plugin on WordPress Mu. I’ve placed it in the mu-plugins directory and manually entered my AWS and bucket details, but nothing appears in the bucket when I upload a file via WordPress.

    Is there some additional step or configuration required to work with Mu as opposed to regular WordPress?

  39. # PuReWebDev Apr 16, 2008

    Thanks for posting about Amazon. I do some development myself with their e-commerce api and even started messing around with probably the first ever Amazon Associates Video Podcast http://www.youtube.com/user/PuReWebDev thanks, PuReWebDev

  40. # Ced Apr 18, 2008

    I have the blank “ERROR:” message like jason. I’m on WP 2.5 too (hosting (mt) with PHP5). Any idea ?

  41. # kneock Apr 19, 2008

    jason and ced, I got the same error until I have created at least one bucket

  42. # Ced Apr 21, 2008

    Ok it works now :)

  43. Pingback: WordPress y Amazon S3 | Pere MAJORAL
  44. # Mathias Apr 28, 2008

    I have the same problem as Ray: “Error : The difference between the request time and the current time is too large.”

    WP: 2.5.1
    Plugin: 0.3.2

    As a side note I tried this plug the first time on WP 2.5 but experienced some issues mentioned above. I did manage to point it to the correct bucket(s) (tried a few) and it authenticated alright on my S3 account, but didn’t actually get the files up there at the time. This latest message has only happened today, after upgrading my (previously disabled) plugin after seeing there was a new WP 2.5 compatible version of it, but alas, not working for me this time either, but in new ways.

  45. # Paul May 27, 2008

    Hi Thanks for the plugin. I have it working and was wondering about some of the details with it. I am new to wordpress so they maybe simple questions

    Quote:
    Any image thumbnails that get created are saved to Amazon S3 too.

    How do you create these thumbnails? How would one create a gallery using photos stored on Amazon S3?

  46. Pingback: Matthew Smith » Blog Archive » Switching Image Hosting to Amazon S3
  47. # tracyselena Jun 17, 2008

    This is a great plugin but how do I embed an flv that I have stored on S3?
    This plugin only creates a link…is there a way to actually embed the videos?

    Thanks

  48. Pingback: Hasos Tafel » Hasos Medientafel
  49. # Randy Jun 20, 2008

    This plugin works good for public accessing to S3.
    But I want to customize it for accessing private or authenticeted S3 files only for logged-in user.

    Where I can start?

  50. # Joe Tan Jun 23, 2008

    @Paul: the thumbnails are created by WordPress. All this plugin does is really just uploads files WP generates onto S3. Image source URLs are automatically rewritten inside WP to point to the appropriate spots on S3. So with the latest WP 2.5, you can use the builtin [gallery] feature to create simple image galleries.

    http://codex.wordpress.org/Using_the_gallery_s hortcode

    @tracyselena: you will need to have a flash video player that can take in a flv file. probably something along the lines of:

    http://jeroenwijering.com/?item=JW_FLV_Media_Player

    @Randy: this plugin doesnt support this feature. feel free to add the feature request here:

    http://code.google.com/p/wordpress-s3/issues/list

  51. # C.K. Sample III Jun 24, 2008

    Great plugin. I have it installed etc, BUT for some reason none of the images that I upload using it are working. If I upload images to S3 myself though, I can grab them nicely and they display properly. If I use this plugin to upload, then the images just show up as the filename. Any thoughts?

  52. Pingback: Amazon S3 Web wird virtuell
  53. # C.K. Sample III Jun 28, 2008

    Something is happening in the upload process that is corrupting the files. Any ideas?

  54. # Matthew Jul 12, 2008

    Hello, any idea why the file is uploading to both the host server and also to the Amazon S3 server? The file inserted in posts is that of the Amazon S3 link, but I have no idea why the file is being uploaded to my website’s server as well.

  55. # Matthew Jul 12, 2008

    Also, when I delete an image through the Media Library, it deletes the files that was uploaded to my website’s server (within the uploads/2008/07 directory) instead of deleting the file located on the Amazon S3 server. What’s going on here?

  56. Pingback: Sample the Web | Doodling…
  57. Pingback: links for 2008-07-16 | Thought Stream: Nitin Badjatia's Weblog
  58. # Mertonium Jul 17, 2008

    I was having a similar issue as Matthew (I only want the contents of my ‘uploads’ stored on S3 – not on my webhost). After studying Tan Tan’s code, I see that I can’t bypass the content being uploaded to my webhost, but I can delete it after its been copied to S3.

    I know there are cleaner ways to do this – like adding a ‘Do you want to store your uploads only on S3?’ option to the plugin setup screen – but I’m in a rush. This is what I did to get that effect:

    Open the “{plugins-folder}/tantan/wordpress-s3/class-plugin.php ” file.
    Look for the following line of code in the wp_update_attachment_metadata method:
    “if ($this->s3->putObjectStream($this->options['bucket' ], $prefix.$file['name'], $file)) {”

    At the END of this if statement (just before the ‘else’) add the following line:
    unlink($data['file']);

    Thanks again for the sweet plugin.

  59. # Joe Tan Jul 17, 2008

    @Matthew and @Mertonium,

    Yeah, uploaded files must pass through the WordPress application, since thumbnails need to get generated, and other meta data about the files registered. I’ll look into seeing if there’s a way to upload directly to S3, but one of the roadblocks that prevented me from doing this was that Amazon S3 doesn’t really support direct file uploads via a browser.

    As for deleting files after they’ve been uploaded, this is an option on my todo list. But one of the reasons I didn’t automatically delete the files was so that if the plugin was disabled (for whatever reason), then references to your uploads would automatically revert back to your blog. So in a way, it acts as a backup for your media.

    Thanks for the feedback!

  60. # Joe Tan Jul 17, 2008

    @C.K. Sample III, I’m not sure what is going on. check the permissions on your bucket… perhaps something is not set correctly?

  61. # Robert Jul 17, 2008

    Is this working with WP 2.6?
    I got it to work for WP 2.5 – but in WP 2.6 I keep getting DNS errors when saving the bucket name in the settings.

  62. # Simple Things Jul 17, 2008

    just got this one…
    http://www.project-tina.com
    i thing its very good if we have compare it with wordpress…
    I just have got idea when some of my friends have sucsess compare it with His joomla…

    Any idea ? :)

  63. # Robert Jul 17, 2008

    So here is a bug, depending what env you are on.
    Its related to the function dns_get_record.
    If you are getting a DNS record message, do the following (add a pre-fix ‘.’ to the string ‘s3.amazonaws.com’:

    class-plugin.php (line 108)

    Change:
    if (($record[0]['type'] != ‘CNAME’) || ($record[0]['target'] != $_POST['options']['bucket'].’s3.amazonaws.com’)) {
    TO:
    if (($record[0]['type'] != ‘CNAME’) || ($record[0]['target'] != $_POST['options']['bucket'].’.s3.amazonaws.com’) ) {

    Hope that helps.

    BTW: Why are files still stored in wp-content/uploads/ (in addition to S3) when using this plugin? Is there any way to NOT create the files in ‘uploads’ – seems a waste of space since it is never used.

  64. # Steve Shickles Jul 22, 2008

    Is there any way to get the file to save in a directory under a bucket? Like I have a bucket named media.digiratidad.com and I want my files saved in a directory called images. Is this possible?

  65. # Khairil Aug 10, 2008

    I set my “Store uploads in this folder” in Misc option as “files/media”

    On top of that, in the config.php file I set WP_CONTENT_DIR to $_SERVER['DOCUMENT_ROOT'] . ‘/files’

    Whenever I upload a file, it would be saved correctly on my website i.e. http://domain.com/files/media/2008/08/11/filename.txt but on S3 it would go to root/files/uploads/2008/08/11/filename.txt

    It still upload to a directory called “uploads”. I wish for the files to be directly hosted in “files” directory or at least the same as the above, “files/media”

    Please advice. Thanks.

  66. Pingback: links for 2008-08-31
  67. # Adam Sep 01, 2008

    Well done! Thank you for this plugin.

    -adam

  68. # ovidiu Sep 06, 2008

    hello,
    just wanted to ask how this works with wpmu? I put it into plugins folder and activated, still the menu show under the settings menu so it is no good, I don’t want every blog owner to be able to modify this, the settings should be under site-admin menu and global for the whole blog community…

    can you explain a bit or did I do something wrong?

  69. Pingback: Amazon S3 Plugin für WordPress - WP Plugin Archive
  70. Pingback: My Worklog » Blog Archive » Links for 15th September…
  71. # Nicholas Shanny Sep 22, 2008

    Hi there,

    Has anyone gotten this to work with WP 2.6? I am running 2.6.2 and cannot get this to work.

    Thanks
    Nick

  72. Pingback: WordPress Plugin Releases for 09/26 | bloground.ro - Blogging resources, WordPress themes and plugins for your development
  73. # Leonaut.com Sep 27, 2008

    Amazon S3 plugin for WordPress…

    Amazon S3 plugin allows you to use Amazon’s Simple Storage Service to host your media for your WordPress powered blog….

  74. Pingback: WordPress плагины за 26/09/2008 | Всё для WordPress (ВордПресс). Модули, шаблоны (скины) для Wordpress.
  75. # Tri Sep 28, 2008

    Also cannot get this to work on WP 2.6.2.

    Thanks,
    Tri

  76. Pingback: 24 plugins Wordpress lançados durante Setembro de 2008 | Wordpress Love - Themes, Plugins e tudo para Wordpress, em Português
  77. Pingback: Some usefull plugins | WordPress label
  78. # amnesico Oct 10, 2008

    hi,
    i wonder how can i make this plugin work on PHP 4.x version ?
    please let me know if there’s a way to do this.
    thanks!

  79. # Radu Capan Oct 11, 2008

    Working fine on WP 2.6.2. Great work. Thanks!

  80. # Marc Rue Oct 19, 2008

    Also wandering if your plugin can be modified to run in PHP 4.x version, Thanks a lot!

  81. # steve Oct 19, 2008

    Hello.. It keeps saying error when I enter both of my keys… umm.. i have never used A3 before.. if someone can get this working for me I will pay you..

    Thanks,

    Steve

  82. Pingback: Which Wordpress Plugins for a Blog?
  83. Pingback: More on WPMU Performance « And Yet It Moves
  84. Pingback: The WordPress Podcast » Blog Archive » Episode 46: WordPress 2.7 preview, Automattic aquires PollDaddy, Podcasting for Dummies and Practical Web Design Magazine
  85. Pingback: The WordPress Podcast » Blog Archive » Episode 46: WordPress 2.7 preview, Automattic aquires PollDaddy, Podcasting for Dummies and Practical Web Design Magazine
  86. Pingback: knolleary » Blog Archive » Links for 2008-01-01 to 2008-01-08
  87. # mp3 download great albums Nov 15, 2008

    good post very nice blog keep up the good work

  88. # DerFrankie Nov 20, 2008

    Wow! Great Plugin. Really what I needed on my slow server. Saving the the media on a second server has also the advantage of faster loading of the pages. Two domains mean doubled number of open connections so the page loads faster. A trick used by many big sites.

    I had on 2.6.3 only a small problem – on my s3 Account I have already a few buckets, but had problems creating a new one with the plugin. So I made one by myself and used it.

    I will donate a few bucks tomorrow

    Ciao

  89. # thomas Nov 24, 2008

    great pluging for amazon wordpress site

  90. # Frank Thomas Nov 24, 2008

    Looking like this plugin is defunked. Shame! I’m running version 2.6.3 and this plugin does not work. When you enter your codes, it comes up with an “Error:”, which of course offers no error.

    Frank

  91. # Frank Thomas Nov 25, 2008

    Take last comment. After opening up the comments from main page, found that I had to create at least one bucket beforehand.

    Just need to figure it all out now!

    Frank

  92. # brandon sheats Nov 25, 2008

    any plans on making this work with the just released CloudFront?

  93. # Mia Dec 01, 2008

    Is there any way to make the URL signed? That way we can prevent hotlinking

  94. # Estetik Dec 11, 2008

    I had this working with my WP 2.2 but today it just stopped. I would try to post and get a blank page with the words, �hmm, error?� I was able to post just to my WP blog when I deactivated the plugin, or checked the tick box that says �Do not post to Xanga�.

    I really hope this can work again, I love it.

  95. # Exaliakip Dec 11, 2008

    Just want to let everyone know about a great Website Design company.
    I was a sceptical because of the price, but boy did they deliver for about
    $200 they did the most amazing work for me. I just wanted to pass that along to
    you guys.

    you can check them out at: http://www.leadsware.com/renovastar/index.html

  96. # William Clements Dec 14, 2008

    I would LOVE to see a version of this that works
    with lower versions of PHP & MySQL. I can’t control
    the versions on some of my hosting servers, but
    would love to use this software.

    Just my two cents — and thanks for putting this
    great plugin together!

    -Will

  97. Pingback: “Vicious Games” techno mix by DJ Omar. at Rik Abel
  98. # prefabrik Dec 22, 2008

    good projected nice documents.

  99. Pingback: WordPress Plugins Used On The Michel Fortin Blog | The Michel Fortin Blog
  100. Pingback: Learn more about setting up Wordpress for your Nonprofit | Non-Profit Tech Blog
  101. # Kris Jan 04, 2009

    This doesn’t seem to work with WP 2.7. When I try to add any media file using the WP flash loader, I receive an “HTTP error.” Using the S3 link works fine.

    any suggestions?

  102. # Tom Aquinas Jan 04, 2009

    @ William. If your provider isn’t keep php updated, i’d find one that does.

  103. # Tom Perrone Jan 06, 2009

    Just tried this on WP 2.7 and keep getting the following error:

    Error : The difference between the request time and the current time is too large.

    I’ve tried the support forum link but it keeps coming back here. Any ideas?

    Thanks

    Tom

  104. # techseaport Jan 12, 2009

    How about a plugin that works with the free Coral CDN?

  105. Pingback: WordPress Plugins Used On The Michel Fortin Blog
  106. # mark robertson Jan 18, 2009

    I am having an issue with the plugin. Seems that when I upload an image, it successfully gets created in my bucket, the URL works, etc… but any images I upload using the plugin seem to be served blank – here is one – http://media.reelseo.com/wp-content/uploads/searchandreplace .png

    And another http://media.reelseo.com/wp-content/uploads/tania-yuki-comsc ore1.jpg

    Please advise. Thanks.

  107. # bebek resimleri Jan 18, 2009

    Are there any issues with this in that version.
    Great plugin. Thanks!

  108. Pingback: » Amazon S3 For Newbies-Part 2
  109. Pingback: Netjackal Rants » Daily Digest for 2009-01-31
  110. # Hilyin Feb 04, 2009

    Hi,

    Do you have any plans on a wp-uploads to s3 upload conversion/transfer tool. I have a few sites with a lot of files already in the blog system, having a tool to automatically move them and update links would be a great asset.

    Thank you,

    Hilyin

  111. # Chris Spooner Feb 20, 2009

    Anyone experiencing the blank Error message upon entering Access Keys, there is a solution here:

    http://code.google.com/p/wordpress-s3/issues/detail ?id=15

    Basically go create a bucket on your S3 account first.

  112. # E.Karnika Yashwant Feb 27, 2009

    thanks for the plugin

  113. # beyondesign Mar 01, 2009

    Mr. Tan is a genius, plain and simple. Not only does the plugin work as advertised, it exceeded my expectations this morning by uploading files to S3 when using WP’s Add Media feature. I’m in awe and will be donating as soon as I can find the link :D

    I can honestly say your work makes mine possible. Thanks again.

    beyondesign

  114. # Sean Mar 03, 2009

    Bumping Brandon’s Post, are there plans to integrate this plugin with CloudFront?

  115. # Joe Tan Mar 06, 2009

    Perhaps. I havn’t had time to fully look into it… I’ll post an update when I get it figured out!

  116. Pingback: dasistdasen.de » Linkmüllhalde für den 6. März ‘09
  117. Pingback: WordCast 51: Big-Wheeled Sedan | WordCast - The web's best podcast on WordPress and blogging

Leave a comment

Support:
If you are having problems setting up or customizing this plugin, please visit the support group for help. Someone may have already posted a solution to your problem!