Skip to content
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

Abstract the key to easier override #156

Merged
merged 2 commits into from
Jul 24, 2023
Merged

Conversation

lonnylot
Copy link
Contributor

Spoke with Joe about this idea via email.

We need the ability to change the key in our app because we use a root prefix in config/filesystems.php and use the same bucket across multiple staging environments.

Per the discussion we would need to override the controller and customize it ourselves.

It would be helpful if the key was abstracted so we didn't have to duplicate the entire logic in store

lonnylot and others added 2 commits July 24, 2023 12:20
Spoke with Joe about this idea via email.

We need the ability to change the key in our app. Specifically because we a prefix in `config/filesystems.php` and use the same bucket across multiple staging environments.

Per the discussion we would need to override the controller and customize it ourselves.

It would be helpful if the key was abstracted so we didn't have to duplicate the entire logic in `store`
@taylorotwell taylorotwell merged commit 36886e9 into laravel:2.0 Jul 24, 2023
joedixon pushed a commit that referenced this pull request Aug 10, 2023
* Abstract the key to easier override

Spoke with Joe about this idea via email.

We need the ability to change the key in our app. Specifically because we a prefix in `config/filesystems.php` and use the same bucket across multiple staging environments.

Per the discussion we would need to override the controller and customize it ourselves.

It would be helpful if the key was abstracted so we didn't have to duplicate the entire logic in `store`

* Update SignedStorageUrlController.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
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