Ipfs hooks for 'cold' storage

Does ipfs have ‘hooks’ for storing of files on cold slow storage, such as Tape or Blueray disk backed with a robot.

I’m not how this would work with file coin, as the file it technically available, but the access time of the file would be slower (the time it takes robot of to go fetch the media, load it, and copy it to hot storage).

I guess that could be down with ZFS hot pools, and a bit of scripting?

Why not archive data on to cold storage as well as value HD’s/SSD’s space?

It would be quite slow to serve if you’re using it for cache. You can put the files you care about in cold storage, then set up an OS-level hook that does whatever you want when someone tries to access them.