easiest path to implementation seems to be patching/waiting for S3 implementation in fs 2.0
Before we decide that this is true, let's make sure that fs's LRU cache actually implements a valid multi-user persistent LRU cache. If this is a stateful in-memory cache that's not a solution and we'd have to find/develop our own LRU caching system (and deploy it as an fs?)
easiest path to implementation seems to be patching/waiting for S3 implementation in fs 2.0
Before we decide that this is true, let's make sure that fs's LRU cache actually implements a valid multi-user persistent LRU cache. If this is a stateful in-memory cache that's not a solution and we'd have to find/develop our own LRU caching system (and deploy it as an fs?)