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

problem serviceLocator S3RenameUpload #30

Closed apoca closed 8 years ago

apoca commented 8 years ago

In this line:

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

I got this error:

An exception was raised while creating "S3RenameUpload"; no instance returned

Someone can help me!?

jeskew commented 8 years ago

Hi @apoca,

Sorry for the delay in getting back to you. Are you still seeing this issue?

jeskew commented 8 years ago

Closing for now. Please feel free to reopen if you see the issue again.

rexatgithub commented 8 years ago

hi @apoca were you able to solve this one? Im experiencing it now.

jeskew commented 8 years ago

@rexatgithub Please see #33 for a discussion. ZF2 raises this error when an exception is thrown during service creation.