lib/fog/aws/requests/glacier/get_job_output.rb in fog-1.22.0 vs lib/fog/aws/requests/glacier/get_job_output.rb in fog-1.22.1

- old
+ new

@@ -1,10 +1,9 @@ module Fog module AWS class Glacier class Real - # Get the output from a job # # ==== Parameters # * name<~String> Name of the vault # * job_id<~String> The id of the job @@ -33,9 +32,8 @@ :method => :get, :path => path )) end end - end end end