0.2.0
Changed
- Open-sourced GCSFS by moving it to GitHub
- Removed
project
andcredentials
properties fromGCSFS
.
Instead, one can now optionally pass aclient
of type google.cloud.storage.Client. GCSFS.getinfo()
does not magically fix missing directory markers anymore.
Instead, there is a new methodGCSFS.fix_storage()
which can be explicitly called to check and fix the entire filesystem.