We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f7354 commit 16e36a6Copy full SHA for 16e36a6
lib/acl-checker.js
@@ -133,7 +133,7 @@ class ACLChecker {
133
// without Read, the response code will reveal whether a Container is empty or not
134
if (directory && this.resource.endsWith('/')) resourceAccessDenied([ACL('Read'), ACL('Write')])
135
// if resource and acl have same parent container,
136
- // then Read Write from parent is required
+ // then both Read and Write on parent is required
137
else if (!directory && aclFile.value.endsWith(`/${this.suffix}`)) await accessdeniedFromParent([ACL('Read'), ACL('Write')])
138
139
// deleting a Document
0 commit comments