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

Upload to S3 Bucket (S3RenameUpload) question #17

Closed stevenrhiggins closed 10 years ago

stevenrhiggins commented 10 years ago

I'm fairly new to ZF2 so thanks in advance if you can help.

I using this module in a controller:

$serviceLocator = $this->getServiceLocator()->get('aws'); $filter = $serviceLocator->get('FilterManager')->get('S3RenameUpload');

Do I need to register/use another module or service?

-Thanks

stevenrhiggins commented 10 years ago

This issue has been resolved. Please close this. Thanks.

jeremeamia commented 10 years ago

Just for others' sake, what was the resolution? I was a little confused by our question.

jeremeamia commented 10 years ago

@stevenrhiggins Was there anything else to share about this?