LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
smoothglue/file_uploader/__init__.py
smoothglue/file_uploader/admin.py
smoothglue/file_uploader/apps.py
smoothglue/file_uploader/config.py
smoothglue/file_uploader/exceptions.py
smoothglue/file_uploader/models.py
smoothglue/file_uploader/permissions.py
smoothglue/file_uploader/post_processor.py
smoothglue/file_uploader/serializers.py
smoothglue/file_uploader/urls.py
smoothglue/file_uploader/utils.py
smoothglue/file_uploader/validators.py
smoothglue/file_uploader/views.py
smoothglue/file_uploader/migrations/0001_initial.py
smoothglue/file_uploader/migrations/0002_document_created_by_document_file_checksum_and_more.py
smoothglue/file_uploader/migrations/0003_documentstoreconfiguration_document_store_config.py
smoothglue/file_uploader/migrations/0004_alter_document_file_checksum_and_more.py
smoothglue/file_uploader/migrations/0005_document_is_archived.py
smoothglue/file_uploader/migrations/0006_delete_duplicate_configs.py
smoothglue/file_uploader/migrations/0007_alter_documentstoreconfiguration_config_label.py
smoothglue/file_uploader/migrations/__init__.py
smoothglue/file_uploader/storage_providers/__init__.py
smoothglue/file_uploader/storage_providers/base.py
smoothglue/file_uploader/storage_providers/local.py
smoothglue/file_uploader/storage_providers/minio.py
smoothglue/file_uploader/storage_providers/s3.py
smoothglue_file_uploader.egg-info/PKG-INFO
smoothglue_file_uploader.egg-info/SOURCES.txt
smoothglue_file_uploader.egg-info/dependency_links.txt
smoothglue_file_uploader.egg-info/requires.txt
smoothglue_file_uploader.egg-info/top_level.txt
tests/test_config.py
tests/test_config_migration.py
tests/test_models.py
tests/test_post_processor.py
tests/test_serializers.py
tests/test_storage_providers.py
tests/test_utils.py
tests/test_validators.py
tests/test_views.py