Home
last modified time | relevance | path

Searched refs:S3_VERSION_REGEX (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dstorage_url.py35 S3_VERSION_REGEX = re.compile(r'(?P<object>.+)#(?P<version_id>.+)$') variable
212 version_match = S3_VERSION_REGEX.match(self.object_name)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dstorage_url.py40 S3_VERSION_REGEX = re.compile(r'(?P<object>.+)#(?P<version_id>.+)$') variable
223 version_match = S3_VERSION_REGEX.match(self.object_name)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dstorage_url.py40 S3_VERSION_REGEX = re.compile(r'(?P<object>.+)#(?P<version_id>.+)$') variable
223 version_match = S3_VERSION_REGEX.match(self.object_name)