1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

make body not be an attribute, preventing overly aggressive lazy_loading

This commit is contained in:
geemus (Wesley Beary) 2010-03-11 07:48:12 -08:00
parent 804f8cb5b8
commit 78d2640ddb
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ module Fog
identity :key, 'Key'
attribute :body
attr_accessor :body
attribute :content_length, 'Content-Length'
attribute :content_type, 'Content-Type'
attribute :etag, ['Etag', 'ETag']

View file

@ -6,7 +6,7 @@ module Fog
identity :key, 'Key'
attribute :body
attr_accessor :body
attribute :content_length, 'Content-Length'
attribute :content_type, 'Content-Type'
attribute :etag, 'Etag'