We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd8e48 commit e97c1a9Copy full SHA for e97c1a9
1 file changed
README.md
@@ -2141,10 +2141,9 @@ Thus, for example:
2141
```
2142
ACLOperation('read','public') in sess.acls.get(object)
2143
2144
-is a valid operation. Consequently, any client application that habitually
2145
-caches object permissions could use similar code to check new ACLOperations against the cache
2146
-and conceivably be able to optimize size of an atomic ACLs request by eliminating
2147
-any ACLOperations that might have been redundant.
+is a valid operation, so that an application that tends to cache object
+permissions client-side might use such checks in optimizing atomic ACL
+requests against the inclusion of any redundant ACLOperations.
2148
2149
Quotas (v2.0.0)
2150
---------------
0 commit comments