Searched refs:BUCKET_NAME_RE (Results 1 – 2 of 2) sorted by relevance
38 BUCKET_NAME_RE = re.compile(r'^[a-zA-Z0-9][a-zA-Z0-9\._-]{1,253}[a-zA-Z0-9]$') variable192 (not BUCKET_NAME_RE.match(self.bucket_name) or
56 BUCKET_NAME_RE = re.compile(r'^[a-zA-Z0-9][a-zA-Z0-9\._-]{1,253}[a-zA-Z0-9]$') variable1176 (not BUCKET_NAME_RE.match(bucket_name)