<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>aws/models.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -19,6 +19,23 @@ on S3.  The syntax is simple:
 For this to execute successfully, like just about everything else in this
 app, you need boto installed and configured properly.
 
+This command assumes you've already either run syncdb or otherwise have 
+already created the tables that correspond to this app's models.  That is
+because this command will sync up the table with new/changed data from
+your S3 buckets.
+
+## Configuration Settings
+
+Many of settings have defaults, but there are a few that are required.
+
+### AWS_S3_BUCKETS
+This setting should be a tuple of all the buckets on your account that 
+you are interested in caching to your local data store.
+
+### TODO: DOCUMENT OTHER SETTINGS HERE
+
+
+
 
 
 </diff>
      <filename>docs/storage-cache.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>61317e7c8639b448986a786b41616830c358a8f4</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Altman</name>
    <email>patrick@studionow.com</email>
  </author>
  <url>http://github.com/paltman/django-aws/commit/49804f7fc83a5a41c2cfd88197ca8966d4434e58</url>
  <id>49804f7fc83a5a41c2cfd88197ca8966d4434e58</id>
  <committed-date>2008-08-27T19:21:44-07:00</committed-date>
  <authored-date>2008-08-27T19:21:44-07:00</authored-date>
  <message>added a few more lines of documentation and some model stubs... man this is going slow</message>
  <tree>fd5d829360aa8b503431a8d0e68d02ef27f4293a</tree>
  <committer>
    <name>Patrick Altman</name>
    <email>patrick@studionow.com</email>
  </committer>
</commit>
