Skip to content

Commit 2e32bc2

Browse files
committed
More docs for the Signed URL
1 parent 99f363f commit 2e32bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/storage/StorageApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export class StorageApi {
200200
}
201201

202202
/**
203-
* Create signed url to download file.
203+
* Create signed url to download file without requiring permissions. This URL can be valid for a set number of seconds.
204204
*
205205
* @param path The file path to be downloaded, including the current file name. For example `folder/image.png`.
206206
* @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

Comments
 (0)