We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf50f2 commit b2e3486Copy full SHA for b2e3486
src/packages/StorageFileApi.ts
@@ -213,7 +213,7 @@ export default class StorageFileApi {
213
/**
214
* Creates a signed upload URL.
215
* Signed upload URLs can be used to upload files to the bucket without further authentication.
216
- * They are valid for one minute.
+ * They are valid for 2 hours.
217
* @param path The file path, including the current file name. For example `folder/image.png`.
218
*/
219
async createSignedUploadUrl(
0 commit comments