fix for using :name when creating directories

This commit is contained in:
geemus 2010-05-03 13:32:16 -07:00
parent 27d38705da
commit 97381a763b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ module Fog
extend Fog::Deprecation
deprecate(:name, :key)
identity :key, ['Name', 'name']
identity :key, ['Name', 'name', :name]
attribute :creation_date, 'CreationDate'

View File

@ -9,7 +9,7 @@ module Fog
extend Fog::Deprecation
deprecate(:name, :key)
identity :key, 'name'
identity :key, ['name', :name]
attribute :bytes
attribute :count