Searched refs:max_age_seconds (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | cors.py | 63 id=None, allowed_header=None, max_age_seconds=None, argument 75 self.max_age_seconds = max_age_seconds 96 self.max_age_seconds = int(value) 112 if self.max_age_seconds: 113 s += '<MaxAgeSeconds>%d</MaxAgeSeconds>' % self.max_age_seconds 147 id=None, allowed_header=None, max_age_seconds=None, argument 209 max_age_seconds, expose_header)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
D | test_cors_configuration.py | 55 max_age_seconds=3000, 65 max_age_seconds=3000, 67 cfg.add_rule('GET', '*', allowed_header='*', max_age_seconds=3000)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
D | test_cors.py | 51 allowed_header='*', max_age_seconds=3000, 59 self.assertEqual(rule.max_age_seconds, self.cfg[i].max_age_seconds)
|