зеркало из https://github.com/microsoft/fog.git
remap S3.objects.all options from symbol to string for the sake of the mocks
This commit is contained in:
Родитель
d13219cc15
Коммит
acdb9086fd
|
@ -24,7 +24,10 @@ module Fog
|
|||
|
||||
def get(name, options = {})
|
||||
remap_attributes(options, {
|
||||
:max_keys => 'max-keys',
|
||||
:delimiter => 'delimiter',
|
||||
:marker => 'marker',
|
||||
:max_keys => 'max-keys',
|
||||
:prefix => 'prefix'
|
||||
})
|
||||
data = connection.get_bucket(name, options).body
|
||||
bucket = new(:name => data['Name'])
|
||||
|
|
Загрузка…
Ссылка в новой задаче