mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
oops, fix syntax of attribute
This commit is contained in:
parent
6965abf8d8
commit
4da1d01997
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue