
內容簡介
這個外掛讓使用者可以定義 AWS 存取金鑰,並讓其他外掛能夠接入它並使用所附帶的 AWS SDK。
原本這個外掛的計畫是作為其他多個外掛的相依性,並且所有外掛都可以使用相同的 AWS SDK。然而,我們意識到這個想法存在問題,並且我們已採取了另一個方式。
這個外掛曾被我們的其他外掛 (WP Offload S3 和 WP Offload S3 Lite) 所使用,但它很可能也被其他我們不知道的外掛所使用。因此,雖然它對於我們的外掛不再需要,但我們還是會把它留在這裡給其他人使用。
系統需求
PHP 版本需 5.3.3 或以上
PHP cURL library 版本需 7.16.2 或以上
cURL 需要編譯相容 OpenSSL 和 zlib
curl_multi_exec 功能需要啟用
外掛標籤
開發者團隊
原文外掛簡介
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
