Searched refs:bucketPath (Results 1 – 1 of 1) sorted by relevance
323 public static String getGoogleStorageHttpUrl(String bucketPath) { in getGoogleStorageHttpUrl() argument324 if (bucketPath != null) { in getGoogleStorageHttpUrl()325 if (bucketPath.startsWith("gs://")) { in getGoogleStorageHttpUrl()326 String bucketName = bucketPath.substring(5); in getGoogleStorageHttpUrl()333 public static Anchor createGoogleStorageHttpUrlLink(String label, String bucketPath) { in createGoogleStorageHttpUrlLink() argument334 String url = getGoogleStorageHttpUrl(bucketPath); in createGoogleStorageHttpUrlLink()