Working on how hosted files are saved. Moving them into two letter subdirectories.

This commit is contained in:
Scott Idem
2021-08-26 20:52:13 -04:00
parent 4a839b91d7
commit 64b77ec238
2 changed files with 32 additions and 13 deletions

View File

@@ -32,6 +32,7 @@ class Hosted_File_Base(BaseModel):
version: Optional[int]
directory_path: Optional[str]
subdirectory_path: Optional[str]
filename: Optional[str]
extension: Optional[str]
content_type: Optional[str]