.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
RELEASE-NOTES.rst
babel.ini
constraints-min.txt
constraints-pypi.txt
pyproject.toml
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/overview.rst
docs/requirements.txt
docs/usage.rst
docs/_static/data_model.png
docs/_static/data_model.png.source
invenio_files_rest/__init__.py
invenio_files_rest/admin.py
invenio_files_rest/app.py
invenio_files_rest/cli.py
invenio_files_rest/config.py
invenio_files_rest/errors.py
invenio_files_rest/ext.py
invenio_files_rest/formparser.py
invenio_files_rest/helpers.py
invenio_files_rest/limiters.py
invenio_files_rest/models.py
invenio_files_rest/permissions.py
invenio_files_rest/proxies.py
invenio_files_rest/serializer.py
invenio_files_rest/signals.py
invenio_files_rest/tasks.py
invenio_files_rest/utils.py
invenio_files_rest/views.py
invenio_files_rest/wrappers.py
invenio_files_rest.egg-info/PKG-INFO
invenio_files_rest.egg-info/SOURCES.txt
invenio_files_rest.egg-info/dependency_links.txt
invenio_files_rest.egg-info/entry_points.txt
invenio_files_rest.egg-info/not-zip-safe
invenio_files_rest.egg-info/requires.txt
invenio_files_rest.egg-info/top_level.txt
invenio_files_rest/alembic/2e97565eba72_create_files_rest_tables.py
invenio_files_rest/alembic/52ce868f33c3_create_files_rest_branch.py
invenio_files_rest/alembic/8ae99b034410_create_files_objecttags_table.py
invenio_files_rest/alembic/a29271fd78f8_create_files_object_partial_unique_index.py
invenio_files_rest/alembic/f741aa746a7d_alter_files_files_last_check_column_to_.py
invenio_files_rest/storage/__init__.py
invenio_files_rest/storage/base.py
invenio_files_rest/storage/pyfs.py
invenio_files_rest/translations/messages.pot
invenio_files_rest/translations/cs/LC_MESSAGES/messages.po
invenio_files_rest/translations/da/LC_MESSAGES/messages.po
invenio_files_rest/translations/de/LC_MESSAGES/messages.po
invenio_files_rest/translations/es/LC_MESSAGES/messages.po
invenio_files_rest/translations/fr/LC_MESSAGES/messages.po
invenio_files_rest/translations/it/LC_MESSAGES/messages.po
tests/conftest.py
tests/test_admin.py
tests/test_cli.py
tests/test_helpers.py
tests/test_invenio_files_rest.py
tests/test_limiters.py
tests/test_models.py
tests/test_models_multipart.py
tests/test_request.py
tests/test_serializer.py
tests/test_signals.py
tests/test_storage.py
tests/test_tasks.py
tests/test_views_bucket.py
tests/test_views_location.py
tests/test_views_multipart.py
tests/test_views_objectversion.py
tests/testutils.py
tests/fixtures/source/demo_source.py
tests/fixtures/source/root.py
tests/fixtures/source/subdirectory/demo_copy.py