From 1ed765cb868fc1fa15a80838fef26e4005afaf2c Mon Sep 17 00:00:00 2001 From: Neal Shah <30693865+ProgrammerIn-wonderland@users.noreply.github.com> Date: Sat, 21 Feb 2026 04:15:27 -0500 Subject: [PATCH] Clarify expiration time unit in getReadURL.md (#2525) Updated the documentation to specify that the expiration time is in milliseconds instead of seconds. --- src/docs/src/FS/getReadURL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/FS/getReadURL.md b/src/docs/src/FS/getReadURL.md index 6bd8240f4..c393710fa 100644 --- a/src/docs/src/FS/getReadURL.md +++ b/src/docs/src/FS/getReadURL.md @@ -21,7 +21,7 @@ The path to the file to read. #### `expiresIn` (Number) (Optional) -The number of seconds until the URL expires. If not provided, the URL will expire in 24 hours. +The number of milliseconds until the URL expires. If not provided, the URL will expire in 24 hours. ## Return value