tylerhall / Autosmush

Losslessly compresses images in your Amazon S3 buckets on-the-fly.
http://clickontyler.com/blog/2010/10/automatically-compressing-your-amazon-s3-images-using-yahoos-smush-it-service/
121 stars 23 forks source link

Instructions update ? no sdk-x.x.x folder ? #15

Open centminmod opened 10 years ago

centminmod commented 10 years ago

The file's instructions say to unzip AWS SDK for php and copy the sdk-x.x.x folder and rename to sdk in lib for autosmush but there's no sdk-x.x.x folder when i unzip SDK 1.6.2 ?

-rw-r--r--  1 root root  124 Mar 15  2013 .gitignore
-rw-r--r--  1 root root 9.5K Mar 15  2013 README.md
drwxr-xr-x  2 root root 4.0K Mar 15  2013 _compatibility_test
drwxr-xr-x  2 root root 4.0K Mar 15  2013 _docs
drwxr-xr-x  5 root root 4.0K Mar 15  2013 _samples
drwxr-xr-x  2 root root 4.0K Mar 15  2013 authentication
-rw-r--r--  1 root root  762 Mar 15  2013 composer.json
-rwxr-xr-x  1 root root 3.4K Mar 15  2013 config-sample.inc.php
drwxr-xr-x  2 root root 4.0K Mar 15  2013 extensions
drwxr-xr-x  6 root root 4.0K Mar 15  2013 lib
-rwxr-xr-x  1 root root  49K Mar 15  2013 sdk.class.php
drwxr-xr-x  2 root root 4.0K Mar 15  2013 services
drwxr-xr-x  2 root root 4.0K Mar 15  2013 utilities
Nivl commented 10 years ago

The instructions say to download it first:

    / ** IMPORTANT **
    // 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'
chromeo commented 9 years ago

I have the same problem as centminmod, after downloading the AWS SDK, there is no folder inside the unzipped folder that matches the 'sdk-x.x.x' format.

screenshot 2015-05-27 09 50 14

bryantAXS commented 8 years ago

Same issue here