<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,3 +3,7 @@
 [ ] Implement EC2 Tags
 [ ] Implement configurable caching
 [ ] Add a setup package to build an egg for distribution
+[ ] Implement a local S3 cache
+	[ ] Custom manage command to load the cache
+	[ ] Model to store the cache
+	[ ] Templates to render the cache</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -10,4 +10,18 @@ S3 bucket, however, it is generally useful to know what's out there on your
 slice of the cloud.  By leveraging a local data store, you can have an up 
 to date cache of files, their meta data, and their object url.
 
-More to come on this later...
\ No newline at end of file
+
+The Management Command
+----------------------
+
+The management command seeds the cache with information about your objects
+on S3.  The syntax is simple:
+
+    python manage.py syncaws
+
+For this to execute successfully, like just about everything else in this
+app, you need boto installed and configured properly.
+
+
+
+</diff>
      <filename>docs/storage-cache.rst</filename>
    </modified>
    <modified>
      <diff>@@ -6,10 +6,10 @@ Before using any of these tags in your templates, remember to load them with
 ``{% load aws %}``.  These tags expose to the template author the following 
 boto objects:
 
-- `boto.s3.key.Key &lt;http://boto.googlecode.com/svn/trunk/boto/s3/key.py&gt;`_
-- `boto.s3.bucket.Bucket &lt;http://boto.googlecode.com/svn/trunk/boto/s3/bucket.py&gt;`_
-- `boto.ec2.instance.Instance &lt;http://boto.googlecode.com/svn/trunk/boto/ec2/instance.py&gt;`_
-- `boto.sqs.queue.Queue &lt;http://boto.googlecode.com/svn/trunk/boto/sqs/queue.py&gt;`_
+- `S3 Key &lt;http://boto.googlecode.com/svn/trunk/boto/s3/key.py&gt;`_
+- `S3 Bucket &lt;http://boto.googlecode.com/svn/trunk/boto/s3/bucket.py&gt;`_
+- `EC2 Instance &lt;http://boto.googlecode.com/svn/trunk/boto/ec2/instance.py&gt;`_
+- `SQS Queue &lt;http://boto.googlecode.com/svn/trunk/boto/sqs/queue.py&gt;`_
 
 Tags for S3
 -----------</diff>
      <filename>docs/tags.rst</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b2492f420876e884c1ab905a3acbfb9df614a270</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Altman</name>
    <email>patrick@studionow.com</email>
  </author>
  <url>http://github.com/paltman/django-aws/commit/b5585c555dfd2e24b12a8f0ff19c04566eb75e82</url>
  <id>b5585c555dfd2e24b12a8f0ff19c04566eb75e82</id>
  <committed-date>2008-08-25T20:07:27-07:00</committed-date>
  <authored-date>2008-08-25T20:07:27-07:00</authored-date>
  <message>updated TODO and docs</message>
  <tree>167605c4a82d85b537d3b526f28e385870903ae7</tree>
  <committer>
    <name>Patrick Altman</name>
    <email>patrick@studionow.com</email>
  </committer>
</commit>
