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

if-doesnt-exist condition on pipe() #642

Open martindurant opened 1 month ago

martindurant commented 1 month ago

Implements overwrite=False option in pipe/pipe_file (one-shot only, not multipart)

cc @TomAugspurger

martindurant commented 1 month ago

ref: https://github.com/fsspec/filesystem_spec/issues/1693