TODO list for s3cmd project
===========================

- Treat objects with "/" in their name as directories
  - Will need local cache for bucket listings
  - More user friendly 'del' operation that would work
    with "directories"
  - Recursion for some commands

- Implement GPG for sync
  (it's not that easy since it won't be easy to compare
   the encrypted-remote-object size with local file. 
   either we can store the metadata in a dedicated file 
   where we face a risk of inconsistencies, or we'll store
   the metadata encrypted in each object header where we'll
   have to do large number for object/HEAD requests. tough 
   call).

- Keep man page up to date and write some more documentation
  - Yeah, right ;-)