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

Filter out hidden files for analysis results endpoint #244

Closed
atruskie opened this issue Dec 18, 2015 · 1 comment
Closed

Filter out hidden files for analysis results endpoint #244

atruskie opened this issue Dec 18, 2015 · 1 comment

Comments

@atruskie
Copy link
Member

e.g. for staging.ecosounds.org/analysis_jobs/system/audio_recordings/188257

It currently returns:

...
{
"path": ".dates.txt",
"name": ".dates.txt",
"type": "file",
"size": 87,
"mime": "text/plain"
}
...

Follow a more unix-y convention of not showing hidden files.

The idea here is that our system level files (e.g. logs, system configuration, and other non-user stuff) can be stored inline with results and not exposed to users... without the need to resort special case filtering for special directories / files not meant to be seen.

@atruskie
Copy link
Member Author

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants