Skip to content

Commit

Permalink
explain default acls
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Nov 21, 2014
1 parent 4b6821c commit a959240
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/storage/bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ function Bucket(storage, name) {
*
* Buckets also have
* [default ACLs](https://cloud.google.com/storage/docs/accesscontrol#default)
* for all created files. You can add, delete, get, and update scopes and
* permissions for these as well. See {module:storage/bucket#acl.default}.
* for all created files. Default ACLs specify permissions that all new
* objects added to the bucket will inherit by default. You can add, delete,
* get, and update scopes and permissions for these as well with
* {module:storage/bucket#acl.default}.
*
* @mixes module:storage/acl
*/
Expand Down

0 comments on commit a959240

Please sign in to comment.