deliciousbrains / wp-amazon-web-services
Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.
Installs: 138 964
Dependents: 1
Suggesters: 0
Security: 0
Stars: 43
Watchers: 20
Forks: 39
Open Issues: 0
Type:wordpress-plugin
Requires
- composer/installers: ^1.0
README
Contributors: bradt, deliciousbrains
Tags: amazon, amazon web services
Requires at least: 4.6
Tested up to: 4.9
Stable tag: 1.0.5
License: GPLv3
Houses the Amazon Web Services (AWS) PHP SDK v2 libraries and manages access keys.
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
Installation
- Use WordPress' built-in installer
- A new AWS menu will appear in the side menu
Screenshots
1. Settings screen
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