aws-sdk-glacier 1.17.0 → 1.18.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 +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: 5067b93f57bda6f699346c496b8765c7dd788aea
|
|
4
|
+
data.tar.gz: e3415e309037f3778107b954682ae07794a9621a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86e9fd01d345f9c4a6527165d574aed4601e34d348c783365c71809b6d680d6732e525ce93b6c272fe8a9a9f6fb4492c9e4021ab93d80208b7640cc8279a5488
|
|
7
|
+
data.tar.gz: ee22be2aea653738c6ccb519e9f941326e5a1c21dcf4ea404de72d19c531232adec8676444127a4f6b948270dd82f47d5ff31cb791b62d2b71cbec648e9e1a2e
|
data/lib/aws-sdk-glacier.rb
CHANGED
|
@@ -3239,7 +3239,7 @@ module Aws::Glacier
|
|
|
3239
3239
|
params: params,
|
|
3240
3240
|
config: config)
|
|
3241
3241
|
context[:gem_name] = 'aws-sdk-glacier'
|
|
3242
|
-
context[:gem_version] = '1.
|
|
3242
|
+
context[:gem_version] = '1.18.0'
|
|
3243
3243
|
Seahorse::Client::Request.new(handlers, context)
|
|
3244
3244
|
end
|
|
3245
3245
|
|
|
@@ -3256,7 +3256,7 @@ module Aws::Glacier
|
|
|
3256
3256
|
# In between attempts, the waiter will sleep.
|
|
3257
3257
|
#
|
|
3258
3258
|
# # polls in a loop, sleeping between attempts
|
|
3259
|
-
# client.
|
|
3259
|
+
# client.wait_until(waiter_name, params)
|
|
3260
3260
|
#
|
|
3261
3261
|
# ## Configuration
|
|
3262
3262
|
#
|
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.18.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: 2019-03-
|
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|