2014-10-04 45 views

回答

1

autosmush文件本身有一些基本的说明如下:

Autosmush requires the Amazon PHP SDK, which is not included in this project. 
// To download and install the SDK, follow these steps... 
// 
// 1) Download the 1.6.x AWS SDK for PHP from here: https://github.com/amazonwebservices/aws-sdk-for-php/releases 
// 2) Unzip file 
// 3) Inside the unzipped folder, copy the 'sdk-x.x.x' folder into Autosmush's 'lib' folder 
// 4) Rename 'sdk-x.x.x' to 'sdk' 
// Enter your credentials 
define('AWS_S3_KEY', ''); 
define('AWS_S3_SECRET', ''); 

这应该是足够开始测试功能。

+0

我想知道'sdk-x.x.x'文件夹在哪里。 https://github.com/tylerhall/Autosmush/issues/15 – kayee 2014-10-04 09:06:39