gcsfs
gcsfs copied to clipboard
`unstrip_protocol` not implemented correctly
fs.unstrip_protocol
should return an URI that starts with gs://...
, but instead returns gcs://...
, which is not a valid GCS URI.