lib/fog/aws/requests/storage/get_bucket_policy.rb in fog-aws-3.1.0 vs lib/fog/aws/requests/storage/get_bucket_policy.rb in fog-aws-3.2.0

- old
+ new

@@ -1,7 +1,7 @@ module Fog - module Storage - class AWS + module AWS + class Storage class Real # Get bucket policy for an S3 bucket # # @param bucket_name [String] name of bucket to get policy for #