V3 API: Enhance privacy by hiding internal file sharding paths and fix syntax in object definitions
This commit is contained in:
@@ -88,7 +88,7 @@ class Archive_Content_Base(BaseModel):
|
||||
# Including convenience data
|
||||
# This is only for convenience. Probably going to keep unless it causes a problem.
|
||||
hosted_file_hash_sha256: Optional[str]
|
||||
hosted_file_subdirectory_path: Optional[str]
|
||||
hosted_file_subdirectory_path: Optional[str] = Field(None, exclude=True)
|
||||
hosted_file_content_type: Optional[str]
|
||||
hosted_file_size: Optional[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user