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