Skip to content

1.3.0

Compare
Choose a tag to compare
@mathiaseitz mathiaseitz released this 20 May 10:54
· 26 commits to master since this release
3a45a22

Changed

Removed the (non-required) call to get_bucket() from the constructor of GCSFS. This avoids the need for storage.buckets.get permissions on that bucket and thus now allows users to simplify access management by using tight, predefined IAM roles.
This change has two implications: a) the constructor is now a bit faster as one less RPC is performed; b) the error message in case a bucket does not exist is slightly less informative.