aws / aws-sdk-php-zf2

ZF2 module for using the AWS SDK for PHP to interact with AWS services like S3, DynamoDB, SQS, EC2, etc.
http://aws.amazon.com/sdkforphp/
Apache License 2.0
103 stars 63 forks source link

Add S3 file filter #9

Closed bakura10 closed 11 years ago

bakura10 commented 11 years ago

This PR extends the RenameUpload filter of ZF 2 to allow to rename and upload to S3 instead.

jeremeamia commented 11 years ago

Cool! I'll take a look. If you want to preemptively fill out and send me another CLA, that would help me speed things along.

bakura10 commented 11 years ago

Thanks, I will sign you another one. I'm going to prepare a dozen of them ... :D

bakura10 commented 11 years ago

(About the PR: taken alone, it's not that useful and using the S3 client is as or faster. This is just made for integration within the form element, which uses filter).

jeremeamia commented 11 years ago

Merged. Thanks.