Closed Rikijs closed 3 years ago
Ping @frankdejonge .
Please consider making $mountManager->mountFilesystem()
public.
@Rikijs what's the use-case that requires you to dynamically register filesystems? Btw, pinging after 15 hours is just rude. It's an open source project, what do you expect?
I am sorry about the ping. :( I regret it and apologize.
One use case is - previously written (for FlySystem v1) code would work with minimal modification.
There are 3 base paths in my application. For stored files, for deleted files and for shared files. All 3 are working with local filesystem. There is file traffic between those 3 nodes. Full paths are constructed dynamically. Does it count as good use case?
Your comment makes me think i misused the API of FlySystem v1 and could have done without KEYs... If there is a better way - please share your take on it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Feature Request
Scenario / Use-case
mountFilesystem()
should be public method as in v1 version of FlySystem. It allows for name keys for different filesystems which is useful.Usage example
Summary
Please make
mountFilesystem()
public anew.