Implement metadata caching for S3 backend.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 31 May 2009 06:19:10 +0000 (23:19 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Sun, 31 May 2009 06:19:10 +0000 (23:19 -0700)
Amazon S3 will return some limited object metadata when a list operation is
performed.  This is significantly cheaper than fetching the information for
objects one at a time.  In the S3 backend, implement a scan() method that
will list all objects and cache the metadata, then return cached results
when stat() is called.


No differences found