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