Skip to content

0.2.0

Compare
Choose a tag to compare
@birnbaum birnbaum released this 12 Nov 09:29
· 74 commits to master since this release
4a592bd

Changed

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