fsspec / gcsfs

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

Added note about refresh and POSIX behavior #648

Closed rickmcgeer closed 1 week ago

rickmcgeer commented 2 weeks ago

Per the discussion in https://github.com/fsspec/gcsfs/issues/647, I've added comments in the initialization block about the fact that refresh = False, the default, will not mimic POSIX behavior of the ls utility.