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:
parent
804f8cb5b8
commit
78d2640ddb
2 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue