Minor changes. Temporarily disabled redis...
This commit is contained in:
@@ -32,7 +32,6 @@ class Hosted_File_Base(BaseModel):
|
||||
|
||||
version: Optional[int]
|
||||
|
||||
directory_path: Optional[str]
|
||||
subdirectory_path: Optional[str] # NOTE: This will frequently only contain numbers, but it still needs to be a string
|
||||
filename: Optional[str]
|
||||
extension: Optional[str]
|
||||
@@ -40,11 +39,11 @@ class Hosted_File_Base(BaseModel):
|
||||
mimetype: Optional[str]
|
||||
size: Optional[int] # In bytes
|
||||
|
||||
cloud_storage: Optional[str]
|
||||
owner_user_id: Optional[int]
|
||||
group_user_id: Optional[str]
|
||||
# cloud_storage: Optional[str]
|
||||
# owner_user_id: Optional[int]
|
||||
# group_user_id: Optional[str]
|
||||
|
||||
package_name: Optional[str]
|
||||
# package_name: Optional[str]
|
||||
|
||||
already_exists: Optional[str] # This will probably only be populated on upload results
|
||||
copy_timer: Optional[str] # This will probably only be populated on upload results
|
||||
|
||||
Reference in New Issue
Block a user