Skip to content

Commit d6d9c08

Browse files
Merge pull request #358 from stephenplusplus/spp--docs-explain-generation
docs: storage/acl - elaborate on `generation`
2 parents f90418b + 8332f40 commit d6d9c08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/storage/acl.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ function Acl(options) {
9292
*
9393
* //-
9494
* // For file ACL operations, you can also specify a `generation` property.
95+
* // Here is how you would grant ownership permissions to a user on a specific
96+
* // revision of a file.
9597
* //-
9698
* myFile.acl.add({
9799
* scope: 'user-useremail@example.com',

0 commit comments

Comments
 (0)