You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When we have thousands of files in the EFS, it would be good to be able to search for file names or directories within EFS.
Describe the feature you'd like
Search bar function to search for filenames or directories.
The text was updated successfully, but these errors were encountered:
Hi @josh383451,
That seems like a reasonable feature, I'll pitch it to the team for the next major release and update here once we've made a decision.
If you'd like to take a shot at implementing it yourself, this seems like something that could be done by implementing a new search method on the efs_lambda.py lambda, and using the os.walk method to assist the search.
Is your feature request related to a problem? Please describe.
When we have thousands of files in the EFS, it would be good to be able to search for file names or directories within EFS.
Describe the feature you'd like
Search bar function to search for filenames or directories.
The text was updated successfully, but these errors were encountered: