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

remove unnecessary duplication in put_bucket_acl request in Google storage

This commit is contained in:
Alexander Lomov 2014-01-09 22:02:38 +03:00
parent 47f5a04c3e
commit 6faea72eb7

View file

@ -19,7 +19,7 @@ module Fog
#{tag('ID', acl['Owner']['ID'])}
</Owner>
<Entries>
#{entries_list(acl['AccessControlList'].dup)}
#{entries_list(acl['AccessControlList'])}
</Entries>
</AccessControlList>
DATA