.dockerignore
.editorconfig
.lgtm
.travis-devel-requirements.txt
.travis-lowest-requirements.txt
.travis-release-requirements.txt
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MAINTAINERS
MANIFEST.in
README.rst
RELEASE-NOTES.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/exampleapp.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
examples/app-fixtures.sh
examples/app-setup.sh
examples/app-teardown.sh
examples/app.py
examples/requirements.txt
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/version.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/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_examples_app.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_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/test_views_records_ui.py
tests/testutils.py
tests/fixtures/source/demo_source.py
tests/fixtures/source/root.py
tests/fixtures/source/subdirectory/demo_copy.py