diff --git a/vfs-gcs/src/main/java/com/sshtools/vfs/gcs/GoogleFileName.java b/vfs-gcs/src/main/java/com/sshtools/vfs/gcs/GoogleFileName.java index adda82b..81852b7 100644 --- a/vfs-gcs/src/main/java/com/sshtools/vfs/gcs/GoogleFileName.java +++ b/vfs-gcs/src/main/java/com/sshtools/vfs/gcs/GoogleFileName.java @@ -18,7 +18,7 @@ public FileName createName(String absPath, FileType type) { @Override protected void appendRootUri(StringBuilder buffer, boolean addPassword) { buffer.append(getScheme()); - buffer.append(":"); + buffer.append("://"); } }