Searched refs:canned_acls (Results 1 – 6 of 6) sorted by relevance
236 canned_acls = bucket_uri.canned_acls()237 if canned_acl not in canned_acls:241 canned_acls = bucket_uri.canned_acls()242 if canned_def_acl not in canned_acls:691 canned_acls = object_uri.canned_acls()692 if canned_acl not in canned_acls:1538 canned_acls = uri.canned_acls()1539 if acl_text not in canned_acls:1543 canned_acls = uri.canned_acls()1544 if acl_text not in canned_acls:
76 canned_acls = [acl for acl in CannedACLStrings if acl.startswith(prefix)]77 return local_objects + canned_acls
786 canned_acls = storage_uri.canned_acls()787 if acl_arg not in canned_acls:
236 def canned_acls(self): member in StorageUri238 canned_acls = conn.provider.canned_acls239 self.check_response(canned_acls, 'canned_acls', self.uri)240 return canned_acls
191 self.canned_acls = self.CannedAclsMap[self.name]
441 def canned_acls(self): member in MockBucketStorageUri442 return boto.provider.Provider('aws').canned_acls