MCPcopy Create free account
hub / github.com/s3tools/s3cmd / GranteeAnonRead

Class GranteeAnonRead

S3/ACL.py:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 return el
64
65class GranteeAnonRead(Grantee):
66 def __init__(self):
67 Grantee.__init__(self)
68 self.xsi_type = "Group"
69 self.tag = "URI"
70 self.name = Grantee.ALL_USERS_URI
71 self.permission = "READ"
72
73class GranteeLogDelivery(Grantee):
74 def __init__(self, permission):

Callers 2

grantAnonReadMethod · 0.85
setAclPublicMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…