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

Merge pull request #2554 from allomov/fix-get-bucket-acl

[google] Fix get_bucket_acl request method in Google Cloud Storage
This commit is contained in:
Wesley Beary 2014-01-09 07:13:43 -08:00
commit f0d6bb2ac1

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'