oops, fix syntax of attribute

This commit is contained in:
geemus (Wesley Beary) 2010-04-02 10:40:58 -07:00
parent 6965abf8d8
commit 4da1d01997
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module Fog
attribute :delimiter, 'Delimiter'
attribute :is_truncated, 'IsTruncated'
attribute :marker, 'Marker'
attribute :max_keys, 'MaxKeys', 'max-keys'
attribute :max_keys, ['MaxKeys', 'max-keys']
attribute :prefix, 'Prefix'
model Fog::AWS::S3::File