Skip to content

Commit 7b53fb3

Browse files
Update store.py:
1. JigsawStack store api now supports temporary file sharing. 2. By passing a new boolean "temp_public_url".
1 parent ad59208 commit 7b53fb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jigsawstack/store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class FileUploadParams(TypedDict):
1212
overwrite: NotRequired[bool]
1313
key: NotRequired[str]
1414
content_type: NotRequired[str]
15+
temp_public_url: NotRequired[bool]
1516

1617
class Store(ClientConfig):
1718

0 commit comments

Comments
 (0)