-
Notifications
You must be signed in to change notification settings - Fork 69
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
Allow to configure public/temporary url generation #123
Conversation
Hi, is there something preventing from merging this? /cc @tgalopin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No reason other than I missed it :) thanks for the ping
A small question but otherwise it seems good to me
@@ -1,3 +1,4 @@ | |||
framework: | |||
secret: 'test_secret' | |||
test: true | |||
http_method_override: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix deprecation notice
Thanks @norkunas ! |
Can we have a new tag @tgalopin please? I have to fork the bundle to use the new 'public_url' feature for now: https://github.com/coopTilleuls/flysystem-bundle/tree/3.1.0 |
Thanks @tgalopin ! :) |
I've added 3 new options:
public_url
which allows to use a single url or multiple urls and basedflysystem
will resolve public url generator;public_url_generator
- a string value of service id;temporary_url_generator
- a string value of service id.and also added tests and fixed some deprecation in tests.
Closes #118
Replaces #119