이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Amazon Web Services

설명

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

스크린샷

  • Settings screen

설치

  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

후기

2016년 9월 3일
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.
2016년 9월 3일
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.
모든 7 평가 읽기

기여자 & 개발자

“Amazon Web Services”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Amazon Web Services”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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