lib/fog/aws/requests/glacier/initiate_job.rb in fog-1.22.0 vs lib/fog/aws/requests/glacier/initiate_job.rb in fog-1.22.1
- old
+ new
@@ -1,10 +1,9 @@
module Fog
module AWS
class Glacier
class Real
-
# This operation initates a multipart upload of an archive to a vault
#
# ==== Parameters
# * name<~String> The vault name
# * job_specification<~Hash> A specification of the job
@@ -33,9 +32,8 @@
:path => path,
:body => Fog::JSON.encode(job_specification)
})
end
end
-
end
end
end