-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add flag for Y/M/D tree creation #33
Conversation
Should we make this an enum, to lay track for possibly creating finer trees in some cases, like yyyy/mm/dd/hh? We have cases on the floor where directories are too large. |
I think this is a great idea - have the enum specify the level of granularity, like |
For clarity, are we saying that we would have one value and that would be the lowest level of granularity, e.g. if we specify I think going with what @nmaytan suggested (i.e. |
I've added a field
create_ymd_directory_tree
which will globally default tofalse
but is set to betrue
for detector (and default) directories.The new response from the API is in an attachment in a comment below.
resolves #32