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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cors.py 85 boto_cors = CorsTranslation.BotoCorsFromMessage(entries_list)
86 converted_entries_list = CorsTranslation.BotoCorsToMessage(boto_cors)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
translation_helper.py 568 def BotoCorsToMessage(cls, boto_cors):
571 if boto_cors.cors:
572 for cors_collection in boto_cors.cors:
    [all...]
boto_translation.py 248 boto_cors = CorsTranslation.BotoCorsFromMessage(metadata.cors)
249 bucket_uri.set_cors(boto_cors, False)
    [all...]

Completed in 396 milliseconds