You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default (i.e. when UNDEFINED) server will try to auto-detect mime-type and you could override this file.
49
47
:param labels: Labels associated with the file.
50
48
:param ttl_days: Time-to-live in days for the file.
51
49
:param expiration_policy: Expiration policy for the file.
52
-
Assepts for passing :static or :since_last_active strings. Should be defined if :ttl_days has been defined, otherwise both parameters should be underfined.
50
+
Assepts for passing :ref:`static` or :ref:`since_last_active` strings. Should be defined if :ref:`ttl_days` has been defined, otherwise both parameters should be underfined.
53
51
:param timeout: Timeout for the operation in seconds.
54
52
Defaults to 60 seconds.
55
53
"""
@@ -93,14 +91,14 @@ async def _upload(
93
91
"""Uploads a file from a specified path.
94
92
95
93
:param path: The path of the file to upload.
96
-
:param name: The name of the file.
94
+
:param name: The name of the file on server.
97
95
:param description: A description of the file.
98
96
:param mime_type: The MIME type of the file.
99
97
By default (i.e. when UNDEFINED) server will try to auto-detect mime-type and you could override this file.
100
98
:param labels: Labels associated with the file.
101
99
:param ttl_days: Time-to-live in days for the file.
102
100
:param expiration_policy: Expiration policy for the file.
103
-
Assepts for passing :static or :since_last_active strings.
101
+
Assepts for passing :ref:`static` or :ref:`since_last_active` strings.
104
102
:param timeout: Timeout for the operation in seconds.
105
103
Defaults to 60.
106
104
"""
@@ -148,7 +146,7 @@ async def _list(
148
146
page_size: UndefinedOr[int] =UNDEFINED,
149
147
timeout: float=60
150
148
) ->AsyncIterator[FileTypeT]:
151
-
"""Lists files in the specified folder.
149
+
"""Lists Files in the SDK folder.
152
150
153
151
:param page_size: The maximum number of files to return per page.
154
152
:param timeout: Timeout for the operation in seconds.
0 commit comments