Skip to content

Commit 467f08b

Browse files
explain default acls
googleapis#304 (comment)
1 parent 9aedd8a commit 467f08b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib/storage/bucket.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@ function Bucket(storage, name) {
104104
*
105105
* Buckets also have
106106
* [default ACLs](https://cloud.google.com/storage/docs/accesscontrol#default)
107-
* for all created files. You can add, delete, get, and update scopes and
108-
* permissions for these as well. See {module:storage/bucket#acl.default}.
107+
* for all created files. Default ACLs specify permissions that all new
108+
* objects added to the bucket will inherit by default. You can add, delete,
109+
* get, and update scopes and permissions for these as well with
110+
* {module:storage/bucket#acl.default}.
109111
*
110112
* @mixes module:storage/acl
111113
*/

0 commit comments

Comments
 (0)