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

[s3] fix deprecation of name for key

This commit is contained in:
geemus 2010-05-03 13:19:38 -07:00
parent e348b46bc5
commit 2168ad2cc0

View file

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