aws-sdk-glacier 1.62.1 → 1.63.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glacier/client.rb +6 -3
- data/lib/aws-sdk-glacier.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6dd7b514108de42678f377f2c1706fdc23be9607b65445d7dd79f0f805753e94
|
|
4
|
+
data.tar.gz: bc8a07edb1165695e7c4d8dd3100a7a180a9e5208f1d4b8ff38fcc65351af754
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ba15a04cf6a59b635d4bc9d43ada9a6b71b559becd03c888c732cf8a915351a870599d0f803e3a35dea982d0becbee2d88086e4d42f23d575e278d77844093e
|
|
7
|
+
data.tar.gz: 1675d5b710d26976cdfdb6d3ec868b46a8760d8f3f29bbece233339b5445692ab9c36ca6bb70916bfdab2b3306aa2f3ce0b5acecaca05e23a0f528ea3bee886c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
|
@@ -95,6 +95,11 @@ module Aws::Glacier
|
|
|
95
95
|
|
|
96
96
|
# @overload initialize(options)
|
|
97
97
|
# @param [Hash] options
|
|
98
|
+
#
|
|
99
|
+
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
|
|
100
|
+
# A list of plugins to apply to the client. Each plugin is either a
|
|
101
|
+
# class name or an instance of a plugin class.
|
|
102
|
+
#
|
|
98
103
|
# @option options [required, Aws::CredentialProvider] :credentials
|
|
99
104
|
# Your AWS credentials. This can be an instance of any one of the
|
|
100
105
|
# following classes:
|
|
@@ -220,7 +225,6 @@ module Aws::Glacier
|
|
|
220
225
|
# 'https://example.com'
|
|
221
226
|
# 'http://example.com:123'
|
|
222
227
|
#
|
|
223
|
-
#
|
|
224
228
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
|
225
229
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
|
226
230
|
# for endpoint discovery enabled operations. Defaults to 1000.
|
|
@@ -309,7 +313,6 @@ module Aws::Glacier
|
|
|
309
313
|
# throttling. This is a provisional mode that may change behavior
|
|
310
314
|
# in the future.
|
|
311
315
|
#
|
|
312
|
-
#
|
|
313
316
|
# @option options [String] :sdk_ua_app_id
|
|
314
317
|
# A unique and opaque application ID that is appended to the
|
|
315
318
|
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
@@ -3464,7 +3467,7 @@ module Aws::Glacier
|
|
|
3464
3467
|
params: params,
|
|
3465
3468
|
config: config)
|
|
3466
3469
|
context[:gem_name] = 'aws-sdk-glacier'
|
|
3467
|
-
context[:gem_version] = '1.
|
|
3470
|
+
context[:gem_version] = '1.63.0'
|
|
3468
3471
|
Seahorse::Client::Request.new(handlers, context)
|
|
3469
3472
|
end
|
|
3470
3473
|
|
data/lib/aws-sdk-glacier.rb
CHANGED
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.63.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: 2024-06-
|
|
11
|
+
date: 2024-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.198.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.198.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|