mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix for using :name when creating directories
This commit is contained in:
parent
27d38705da
commit
97381a763b
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ module Fog
|
||||||
extend Fog::Deprecation
|
extend Fog::Deprecation
|
||||||
deprecate(:name, :key)
|
deprecate(:name, :key)
|
||||||
|
|
||||||
identity :key, ['Name', 'name']
|
identity :key, ['Name', 'name', :name]
|
||||||
|
|
||||||
attribute :creation_date, 'CreationDate'
|
attribute :creation_date, 'CreationDate'
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ module Fog
|
||||||
extend Fog::Deprecation
|
extend Fog::Deprecation
|
||||||
deprecate(:name, :key)
|
deprecate(:name, :key)
|
||||||
|
|
||||||
identity :key, 'name'
|
identity :key, ['name', :name]
|
||||||
|
|
||||||
attribute :bytes
|
attribute :bytes
|
||||||
attribute :count
|
attribute :count
|
||||||
|
|
Loading…
Add table
Reference in a new issue