When I have a writable stream with a large amount of data (>5 GB), I want to obtain the File object without closing the writable stream, because closing it takes a long time as the file size increases. Is this something that might be implemented in the future?