-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert adding leading slash to S3 class names #893
Conversation
Ping @Chrysweel , @plozmun can you test the bugfix? |
Thanks, this seems to resolve it |
ef0fae8
to
028ce23
Compare
Yes it resolve the problem. But my question is .. why a commit added the / in definition class previously ? |
Well, that's how bugs get introduced :) Those kinds of refactorings will be much more stable when we raise the php version requirement and thus can use class constants. |
Sorry guys, those got caught in a regex fixing FQCN in tests (which fixes some IDEs). |
@cedricziel Is there anything we can do test-wise to ensure this regression is never introduced in the future? |
@robfrawley hmm. I don't think it's worth the hassle. - we should much rather move on and rely on PHP for those in the future :) Don't worry about it. |
Ahh, @robfrawley - we need a bugfix release. Can you create one? |
Yeah, on it. |
Awesome! 🎉 |
Live! |
Closes: #892
The service definition for the S3 resolver was changed slightly and instantiation broke for others. This change reverts it.