Closed rickmcgeer closed 1 week 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.
refresh = False
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.