On Mon, 2010-09-20 at 15:18 -0400, Jeff Darcy wrote: > I'm not very fluent in HAML (sigh), but it looks to me like: > > buckets/index.html and buckets/show.html will list blobs within each > bucket > buckets/index.xml will list bucket *attributes* > buckets/show.xml will list *both* > > Shouldn't there be more consistency among these?
The attributes that the XML templates refer to are attributes of the internal Ruby object for the bucket/blob, not the attributes from the backend cloud. We'll have an interesting naming issue though. David
