Skip to content

Commit 153cc00

Browse files
docs: clarify the limitation message associated with the bucket signed URLs (#2412)
Fixes #2411 🦕
1 parent a3f4891 commit 153cc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bucket.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3013,7 +3013,7 @@ class Bucket extends ServiceObject<Bucket, BucketMetadata> {
30133013
*/
30143014
/**
30153015
* @typedef {object} GetBucketSignedUrlConfig
3016-
* @property {string} action Currently only supports "list" (HTTP: GET).
3016+
* @property {string} action Only listing objects within a bucket (HTTP: GET) is supported for bucket-level signed URLs.
30173017
* @property {*} expires A timestamp when this link will expire. Any value
30183018
* given is passed to `new Date()`.
30193019
* Note: 'v4' supports maximum duration of 7 days (604800 seconds) from now.

0 commit comments

Comments
 (0)