Exemplo n.º 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())
Exemplo n.º 2
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())
Exemplo n.º 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())
Exemplo n.º 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())