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 99f363f commit 2e32bc2Copy full SHA for 2e32bc2
src/lib/storage/StorageApi.ts
@@ -200,7 +200,7 @@ export class StorageApi {
200
}
201
202
/**
203
- * Create signed url to download file.
+ * Create signed url to download file without requiring permissions. This URL can be valid for a set number of seconds.
204
*
205
* @param path The file path to be downloaded, including the current file name. For example `folder/image.png`.
206
* @param expiresIn The number of seconds until the signed URL expires. For example, `60` for a URL which is valid for one minute.
0 commit comments