flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

Inconsistent return of etags #97

Open kagminjeong opened 12 years ago

kagminjeong commented 12 years ago

When listing a bucket, etags are returned as object[:e_tag]. When doing a head request on an item, etag is returned as object['etag']. Ideally both should return etag in the same way.