Skip to content

Commit b2e3486

Browse files
authored
docs: signed upload url expiry time (#162)
1 parent 3cf50f2 commit b2e3486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/StorageFileApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default class StorageFileApi {
213213
/**
214214
* Creates a signed upload URL.
215215
* Signed upload URLs can be used to upload files to the bucket without further authentication.
216-
* They are valid for one minute.
216+
* They are valid for 2 hours.
217217
* @param path The file path, including the current file name. For example `folder/image.png`.
218218
*/
219219
async createSignedUploadUrl(

0 commit comments

Comments
 (0)