We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aedd8a commit 467f08bCopy full SHA for 467f08b
1 file changed
lib/storage/bucket.js
@@ -104,8 +104,10 @@ function Bucket(storage, name) {
104
*
105
* Buckets also have
106
* [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}.
+ * for all created files. Default ACLs specify permissions that all new
+ * 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}.
111
112
* @mixes module:storage/acl
113
*/
0 commit comments