I want to access google cloud storage as in the code below. Answer You’re looking for gcsfs. Both s3fs and gcsfs are part of the fsspec project and have very similar APIs. Note that both of these can be accessed from the fsspec interface, as long as you have the underlying drivers installed, e.g.: fsspec is the file system handler