There was an error while loading. Please reload this page.
1 parent a3f4891 commit 153cc00Copy full SHA for 153cc00
src/bucket.ts
@@ -3013,7 +3013,7 @@ class Bucket extends ServiceObject<Bucket, BucketMetadata> {
3013
*/
3014
/**
3015
* @typedef {object} GetBucketSignedUrlConfig
3016
- * @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.
3017
* @property {*} expires A timestamp when this link will expire. Any value
3018
* given is passed to `new Date()`.
3019
* Note: 'v4' supports maximum duration of 7 days (604800 seconds) from now.
0 commit comments