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:
parent
e348b46bc5
commit
2168ad2cc0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Fog
|
|||
extend Fog::Deprecation
|
||||
deprecate(:name, :key)
|
||||
|
||||
identity :key, 'Name'
|
||||
identity :key, ['Name', 'name']
|
||||
|
||||
attribute :creation_date, 'CreationDate'
|
||||
|
||||
|
|
Loading…
Reference in a new issue