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

fix S3 #delete_multiple_objects for UTF-8 names

This commit is contained in:
Alessandro Lepore 2016-10-15 12:02:25 +02:00
parent df01e7bc24
commit c1337cd48d
2 changed files with 5 additions and 1 deletions

View file

@ -128,6 +128,10 @@ Shindo.tests('AWS::Storage | object requests', ['aws']) do
Fog::Storage[:aws].delete_multiple_objects(@directory.identity, ['fog_object', 'fog_other_object']).body
end
tests("#delete_multiple_objects('#{@directory.identity}', 'fØg_öbjèct', UTF-8)").succeeds do
Fog::Storage[:aws].delete_multiple_objects(@directory.identity, ['fØg_öbjèct'])
end
end
fognonbucket = uniq_id('fognonbucket')