Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 64e9e02

Browse files
committed
Added missing types allowed_mime_types and file_size_limit
1 parent ae9fc30 commit 64e9e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage3/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class BaseBucket:
1818
public: bool
1919
created_at: datetime
2020
updated_at: datetime
21+
file_size_limit: int
22+
allowed_mime_types: str
2123

2224
def __post_init__(self) -> None:
2325
# created_at and updated_at are returned by the API as ISO timestamps

0 commit comments

Comments
 (0)