This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Amazon Web Services

Description

This plugin allows the user to define AWS access keys and allows other plugins to hook into it and use the AWS SDK that’s included.

The plan was for this plugin to be a dependency of several plugins and all could use the same AWS SDK. We realized however that there are problems with this idea and we’ve taken another approach.

This plugin was used by our plugins (WP Offload S3 and WP Offload S3 Lite) but it is almost certainly used by other plugins we’re not aware of. So although it is no longer needed for our plugins, we’ll leave it here for others.

Requirements

  • PHP version 5.3.3 or greater
  • PHP cURL library 7.16.2 or greater
  • cURL compiled with OpenSSL and zlib
  • curl_multi_exec enabled

Screenshots

  • Settings screen

Installation

  1. Use WordPress’ built-in installer
  2. A new AWS menu will appear in the side menu

FAQ

Installation Instructions
  1. Use WordPress’ built-in installer
  2. A new AWS menu will appear in the side menu

Reviews

September 3, 2016
This plugin is great for connecting to your AWS account for other services to use it. Some usability issues could be better, some errors on install and activate with certain versions, but if you're up to date it should work great.
September 3, 2016
I am very impressed with this plugin, and I am using only the free version along with its companion WP Offload S3. I like how they are transparent - you don't even realize it is there and behaves as if you were saving everything locally. There have been a few bugs here and there, but the team addresses them quickly.
Read all 7 reviews

Contributors & Developers

“Amazon Web Services” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Amazon Web Services” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.5 – 2018-02-20

  • Change: Plugins page removed as this plugin is no longer required by WP Offload S3 or WP Offload S3 Lite
  • Bug fix: Update checking broken for version 1.5 or less of WP Offload S3
  • Bug fix: WP_Offload_S3_Autoloader class included in plugin
  • Bug fix: License in composer.json fails Packagist validation

1.0.4 – 2017-11-20

  • Improvement: Compatibility with WordPress 4.9
  • Improvement: Compatibility with WP Offload S3 1.5.1
  • Bug fix: Reveal access keys form option shown when keys partially defined
  • Bug fix: WP_Error being passed to AWS methods
  • Bug fix: “More info” links can be broken across two lines

1.0.3 – 2017-06-19

  • Improvement: Compatibility with WP Offload S3 1.5

1.0.2 – 2017-03-13

  • New: AWS SDK updated to 2.8.31
  • New: London and Montreal regions added

1.0.1 – 2016-12-13

  • New: Mumbai and Seoul regions added

1.0 – 2016-09-29

  • Improvement: Compatibility with WP Offload S3 Lite 1.1
  • Improvement: Compatibility with WP Offload S3 1.2

0.3.7 – 2016-09-01

  • Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this doc.

0.3.6 – 2016-05-30

  • Improvement: Now checks that the curl_multi_exec function is available.

0.3.5 – 2016-03-07

  • Improvement: Support for DBI_ prefixed constants to avoid conflicts with other plugins
  • Improvement: Redesign of the Addons page
  • Improvement: Compatibility with WP Offload S3 Lite 1.0
  • Improvement: Compatibility with WP Offload S3 1.1

0.3.4 – 2015-11-02

  • Improvement: Compatibility with WP Offload S3 Pro 1.0.3

0.3.3 – 2015-10-26

  • Improvement: Updated Amazon SDK to version 2.8.18
  • Improvement: Fix inconsistent notice widths on Access Keys screen
  • New: WP Offload S3 Pro addons (Enable Media Replace, Meta Slider, WPML) added to the Addons screen

0.3.2 – 2015-08-26

  • New: WP Offload S3 Pro upgrade and addons added to the Addons screen

0.3.1 – 2015-07-29

  • Bug fix: Style inconsistencies on the Addons screen

0.3 – 2015-07-08

  • New: Support for IAM Roles on Amazon EC2 using the AWS_USE_EC2_IAM_ROLE constant
  • New: Redesigned Access Keys and Addons screens
  • Improvement: Settings menu item renamed to Access Keys
  • Improvement: Access Keys link added to plugin row on Plugins screen
  • Improvement: Activate addons directly from within Addons screen
  • Improvement: Quick Start Guide documentation

0.2.2 – 2015-01-19

  • Bug Fix: Reverting AWS client config of region and signature

0.2.1 – 2015-01-10

  • New: AWS SDK updated to 2.7.13
  • New: Translation ready
  • Improvement: Code cleanup to WordPress coding standards
  • Improvement: Settings notice UI aligned with WordPress style
  • Bug: Error if migrating keys over from old Amazon S3 and CloudFront plugin settings

0.2 – 2014-12-04

  • New: AWS SDK updated to 2.6.16
  • New: Set the region for the AWS client by defining AWS_REGION in your wp-config.php
  • New: Composer file for Packagist support
  • Improvement: Base plugin class performance of installed version
  • Improvement: Base plugin class accessor for various properties
  • Improvement: Addon plugin modal now responsive
  • Improvement: Better menu icon
  • Improvement: Code formatting to WordPress standards

0.1 – 2013-09-20

  • First release