aws-sdk-glacier 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-glacier.rb +1 -1
- data/lib/aws-sdk-glacier/client.rb +1 -1
- data/lib/aws-sdk-glacier/job.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28414e2ba97c3624676812fb8466bbf28bef75b9
|
|
4
|
+
data.tar.gz: 3fa867c044fdc40bf23dd0dfc0ec76fcfb2b44de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea5dcf6ae8cfa7a149f9ab02f40c5069d9f44b75b20c821c4cbbc0057382d1a02f814c4f239ff74e0feb2f195cfd8df79877f9872048c23693439543eff610da
|
|
7
|
+
data.tar.gz: c124f01fa08b99410ea18a6e87daa72245a5a1d183211f0375fb4937bdca52bd2d8f10c46056ec23397f5b4c3beb4166648fc29604dc7e547c068ee23e24b06a
|
data/lib/aws-sdk-glacier.rb
CHANGED
|
@@ -3210,7 +3210,7 @@ module Aws::Glacier
|
|
|
3210
3210
|
params: params,
|
|
3211
3211
|
config: config)
|
|
3212
3212
|
context[:gem_name] = 'aws-sdk-glacier'
|
|
3213
|
-
context[:gem_version] = '1.
|
|
3213
|
+
context[:gem_version] = '1.2.0'
|
|
3214
3214
|
Seahorse::Client::Request.new(handlers, context)
|
|
3215
3215
|
end
|
|
3216
3216
|
|
data/lib/aws-sdk-glacier/job.rb
CHANGED
|
@@ -271,13 +271,13 @@ module Aws::Glacier
|
|
|
271
271
|
# computed to ensure you have downloaded the entire archive content
|
|
272
272
|
# with no errors.
|
|
273
273
|
# @return [Types::GetJobOutputOutput]
|
|
274
|
-
def get_output(options = {})
|
|
274
|
+
def get_output(options = {}, &block)
|
|
275
275
|
options = options.merge(
|
|
276
276
|
account_id: @account_id,
|
|
277
277
|
vault_name: @vault_name,
|
|
278
278
|
job_id: @id
|
|
279
279
|
)
|
|
280
|
-
resp = @client.get_job_output(options)
|
|
280
|
+
resp = @client.get_job_output(options, &block)
|
|
281
281
|
resp.data
|
|
282
282
|
end
|
|
283
283
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-glacier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-09-
|
|
11
|
+
date: 2017-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|