# File lib/fog/storage/parsers/aws/get_bucket.rb, line 8 def reset @object = { 'Owner' => {} } @response = { 'Contents' => [], 'CommonPrefixes' => [] } end