To use S3 it appears I can either use `pyarrow.fs.S3FileSystem` or I can use s3fs and it gets wrapped (I think) with `pyarrow.fs.DaskFileSystem`. However, I don't see any documentation for `pyarrow.fs.DaskFileSystem`. Is this option supported going forwards? I'm currently configuring an s3fs instance for S3 access elsewhere and so I'd rather reuse this if possible.
-Weston Pace