Skip to content

Commit 14df461

Browse files
fix: filestore: params should be key
1 parent fc88352 commit 14df461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jigsawstack/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class FileDeleteResponse(TypedDict):
1010

1111
class FileUploadParams(TypedDict):
1212
overwrite: NotRequired[bool]
13-
filename: NotRequired[str]
13+
key: NotRequired[str]
1414
content_type: NotRequired[str]
1515

1616
class Store(ClientConfig):

0 commit comments

Comments
 (0)