Exemple #1
0
def urlmatcher_for_gcs_stub(url):
  """Determines whether a URL should be handled by the Cloud Storage stub."""
  return url.startswith(gcs_common.local_api_url())
def urlmatcher_for_gcs_stub(url):
  """Determines whether a url should be handled by gcs stub."""
  return url.startswith(gcs_common.local_api_url())
Exemple #3
0
def urlmatcher_for_gcs_stub(url):
  """Determines whether a url should be handled by gcs stub."""
  return url.startswith(gcs_common.local_api_url())
Exemple #4
0
def urlmatcher_for_gcs_stub(url):
  """Determines whether a URL should be handled by the Cloud Storage stub."""
  return url.startswith(gcs_common.local_api_url())