aws-sdk-glacier 1.62.1 → 1.64.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -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: ba9df4cf29ee2232ee9373fa10796a7055eba3e4f61e3ddcb84ff542eb40277d
|
4
|
+
data.tar.gz: ad276ca570462f96adce429dd99a265bfed2f1185d7cd8624f93038bd4827d98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 917a61007a3d9d14f54e7bf53b421fee885bc7ad145a25474fefe822f056ee6d61b3648ad7c36c0b60bcb278f525ed557acb7c7d066022197c00e26f97b5d868
|
7
|
+
data.tar.gz: c9308a5d748dfcdab2910044e453e7b1c187d636de29c13126fd51692822498d4592053bc1d65b2f0a2881cf28c727eae7ae4ac79fd4cce6bb142a309ba46069
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.64.0 (2024-06-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.63.0 (2024-06-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.62.1 (2024-06-20)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.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.64.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.64.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-25 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.199.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.199.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|