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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
cors.py 28 from gslib.translation_helper import CorsTranslation
166 cors = CorsTranslation.JsonCorsToMessageEntries(cors_txt)
187 CorsTranslation.MessageEntriesToJson(bucket_metadata.cors))
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cors.py 26 from gslib.translation_helper import CorsTranslation
84 entries_list = CorsTranslation.JsonCorsToMessageEntries(json_text)
85 boto_cors = CorsTranslation.BotoCorsFromMessage(entries_list)
86 converted_entries_list = CorsTranslation.BotoCorsToMessage(boto_cors)
87 converted_json_text = CorsTranslation.MessageEntriesToJson(
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_translation.py 76 from gslib.translation_helper import CorsTranslation
248 boto_cors = CorsTranslation.BotoCorsFromMessage(metadata.cors)
    [all...]
translation_helper.py 532 class CorsTranslation(object):
    [all...]

Completed in 326 milliseconds