lib/fog/aws/parsers/storage/get_bucket_versioning.rb in fog-aws-3.1.0 vs lib/fog/aws/parsers/storage/get_bucket_versioning.rb in fog-aws-3.2.0
- old
+ new
@@ -1,8 +1,8 @@
module Fog
module Parsers
- module Storage
- module AWS
+ module AWS
+ module Storage
class GetBucketVersioning < Fog::Parsers::Base
def reset
@response = { 'VersioningConfiguration' => {} }
end