CodeSleeve / laravel-stapler

Stapler-based file upload package for the Laravel framework.
MIT License
556 stars 109 forks source link

Wrap S3 Credentials in a Key #85

Closed aozisik closed 9 years ago

aozisik commented 9 years ago

The AWS SDK now expects credentials to be in a separate key among the configuration key/values passed during instantiation. For this fix to work properly, validateS3Options must also be updated in Codesleeve\Stapler\Validator

aozisik commented 9 years ago

This was for the aws sdk 3+... Did not realize the project depends on "aws/aws-sdk-php": "2.4.*@dev"