fsspec / gcsfs

Pythonic file-system interface for Google Cloud Storage
http://gcsfs.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
345 stars 146 forks source link

Handle cache_timeout = 0 in GCSFileSystem #646

Closed amyewang closed 3 weeks ago

amyewang commented 3 weeks ago

Fixes https://github.com/fsspec/gcsfs/issues/645

martindurant commented 3 weeks ago

A test for this would be nice.

amyewang commented 3 weeks ago

@martindurant added a test to test_expiry_keyword & passes as expected. let me know if you think it should live somewhere else!