Searched refs:GCS_PREFIX (Results 1 – 1 of 1) sorted by relevance
51 public static final String GCS_PREFIX = "gs://"; field in GCSFileDownloader239 if (remotePath.startsWith(GCS_APPROX_PREFIX) && !remotePath.startsWith(GCS_PREFIX)) { in parseGcsPath()241 remotePath = remotePath.replaceAll(GCS_APPROX_PREFIX, GCS_PREFIX); in parseGcsPath()