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

fix get_bucket_acl request method in Google Cloud Storage

This commit is contained in:
Alexander Lomov 2014-01-09 15:50:40 +03:00
parent 370be91af9
commit c3534da4a5

View file

@ -1,6 +1,6 @@
module Fog
module Google
class Storage
module Storage
class Google
class Real
require 'fog/google/parsers/storage/access_control_list'