Skip to content

Commit

Permalink
Finish that sent
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Oct 24, 2018
1 parent 643f9e1 commit 1e09a0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,9 @@ class Bucket extends ServiceObject {
/**
* Set the object lifecycle rules for objects in this bucket.
*
* By default, the object lifecycle
* By default, the object lifecycle rule you provide to this method will be
* appended to any existing ones. To replace all existing rules, supply the
* `options` argument, setting `append` to `false`.
*
* @see [Object Lifecycle Management]{@link https://cloud.google.com/storage/docs/lifecycle}
* @see [Buckets: patch API Documentation]{@link https://cloud.google.com/storage/docs/json_api/v1/buckets/patch}
Expand Down

0 comments on commit 1e09a0b

Please sign in to comment.