HomeSort by relevance Sort by last modified time
    Searched refs:def_obj_acl (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
cloud_api_delegator.py 282 def XmlPassThroughGetAcl(self, storage_url, def_obj_acl=False, provider=None):
287 def_obj_acl: If true, get the default object ACL on a bucket.
299 def_obj_acl=def_obj_acl)
302 def_obj_acl=False, provider=None):
309 def_obj_acl: If true, set the default object ACL on a bucket.
321 acl_text, storage_url, canned=canned, def_obj_acl=def_obj_acl)
command.py 686 def_obj_acl=self.def_acl, provider=url.scheme)
715 def_obj_acl = AclTranslation.JsonToMessage(
717 if not def_obj_acl:
720 def_obj_acl.append(PRIVATE_DEFAULT_OBJ_ACL)
722 defaultObjectAcl=def_obj_acl)
    [all...]
boto_translation.py     [all...]

Completed in 357 milliseconds