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

Commit ed0dd37

Browse files
authored
Merge pull request #72 from ChartierLuc/bug-missing-types
fix: added missing types
2 parents 7edeff7 + 64e9e02 commit ed0dd37

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)