Skip to content

Conversation

@sausin
Copy link
Contributor

@sausin sausin commented Aug 2, 2017

The current implementation does not allow other adapters a chance to implement a temporaryUrl() as the $adapter->getClient() gets called in first which is not how it works in all cases (in openstack for eg, there is no getClient() on the adapter).

This PR allows for this to be possible.

The current implementation does not allow other adapters a chance to implement a `temporaryUrl()` as the `$adapter->getClient()` gets called in first which is not how it works in all cases (in openstack for eg, there is no `getClient()` on the adapter).

This PR allows for this to be possible.
@taylorotwell
Copy link
Member

Why are you not passing the rest of the arguments? Doesn't make sense.

sausin added 2 commits August 2, 2017 23:22
(I've gotta read sometimes...)
@sausin
Copy link
Contributor Author

sausin commented Aug 2, 2017

@taylorotwell My bad. I was using defaults in my adapter for the other arguments and forgot to include parameters to this call.

PR is updated.

@taylorotwell taylorotwell merged commit e075523 into laravel:5.4 Aug 2, 2017
@sausin sausin deleted the sausin-patch-1 branch August 2, 2017 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants