Skip to content

Commit

Permalink
docs: clarify the limitation message associated with the bucket signe…
Browse files Browse the repository at this point in the history
…d URLs (#2412)

Fixes #2411 🦕
  • Loading branch information
starsandskies committed Feb 27, 2024
1 parent a3f4891 commit 153cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3013,7 +3013,7 @@ class Bucket extends ServiceObject<Bucket, BucketMetadata> {
*/
/**
* @typedef {object} GetBucketSignedUrlConfig
* @property {string} action Currently only supports "list" (HTTP: GET).
* @property {string} action Only listing objects within a bucket (HTTP: GET) is supported for bucket-level signed URLs.
* @property {*} expires A timestamp when this link will expire. Any value
* given is passed to `new Date()`.
* Note: 'v4' supports maximum duration of 7 days (604800 seconds) from now.
Expand Down

0 comments on commit 153cc00

Please sign in to comment.