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
Where XXYYZZZZZZ-ZZZZ-ZZZZ-ZZZZ-ZZZZZZZZZZZZ is the uuid of the file object. In order to help with the archival of the files, we should adapt it to a date based one, something like:
Currently we are using the following path structure (https://github.com/inveniosoftware/invenio-files-rest/blob/master/invenio_files_rest/helpers.py#L207):
Where
XXYYZZZZZZ-ZZZZ-ZZZZ-ZZZZ-ZZZZZZZZZZZZ
is the uuid of the file object. In order to help with the archival of the files, we should adapt it to a date based one, something like:Where
YYYY
is the year,MM
is the month,WW
is the week number andZZZZ-ZZZZ-ZZZZ-ZZZZ-ZZZZZZZZZZZZ
the uuid of the file object.The text was updated successfully, but these errors were encountered: