OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acl_text
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_translation.py
[
all
...]
cloud_api_delegator.py
301
def XmlPassThroughSetAcl(self,
acl_text
, storage_url, canned=True,
306
acl_text
: XML ACL or canned ACL string.
308
canned: If true,
acl_text
is treated as a canned ACL string.
321
acl_text
, storage_url, canned=canned, def_obj_acl=def_obj_acl)
translation_helper.py
644
def AddS3MarkerAclToObjectMetadata(object_metadata,
acl_text
):
649
acl_text
: S3 ACL text to add.
658
key=S3_ACL_MARKER_GUID, value=
acl_text
))
[
all
...]
copy_helper.py
[
all
...]
Completed in 246 milliseconds