Right now, attachments get stored in the DB instead of on the filesystem. Is there a configuration option or a plugin that can be used to change XWiki to store and read attachments from disk?
I see that there are hooks in xwiki.cfg file for swapping out the Java class that implements attachment storage.
So far I've come across this user contributed solution, but I was hoping for something a little simpler and a bit more official.