goofys
goofys copied to clipboard
Implementing >1TB file support
Recently I've adopted goofys
as the mounting strategy for an FTP server that facilitates data transfer where I work. I've been very glad that it's "just worked" as opposed to using s3fs
which asks for way more configuration.
The files we'll eventually be dealing with will be greater than 1TB in size. Is it a big shift to implement this, or something that can be done in a fork?