Skip to content

Commit

Permalink
Make sample code more clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Oct 24, 2018
1 parent 1e09a0b commit 6005a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1041,10 +1041,10 @@ class Bucket extends ServiceObject {
* //-
* bucket.addLifecycleRule({
* action: 'setStorageClass',
* storageClass: 'COLDLINE',
* condition: {
* createdBefore: new Date('2018')
* },
* storageClass: 'COLDLINE'
* }
* }, function(err, apiResponse) {});
*
* //-
Expand Down

0 comments on commit 6005a30

Please sign in to comment.