aws-sdk-s3control 1.82.0 → 1.84.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-s3control/client.rb +6 -3
- data/lib/aws-sdk-s3control.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: 4246f229c0afa86e4652fcb274adcee9a9f8beacce82df6e6c182137dc864ce2
|
4
|
+
data.tar.gz: fdcc01707e05b9c506641b3c923fd983511532aaf665d8d95304fecb8b19e51d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60b52b4d531ad7a6590bcf70471328b44c038f103a7dc14664b44c0266e2769d32a8c92e0c51020cc76e889a0f54466122026582da79f504154d13164975ca23
|
7
|
+
data.tar.gz: 0cd67b2ce3ab6dd8522f16a450e67269e8c790f5a113b31977bf8fe3840158d0afa940e65c6c6c67230792846bc0e6b035b4ca504364e9d117c0da676678aa08
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.84.0 (2024-06-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.83.0 (2024-06-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.82.0 (2024-05-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.84.0
|
@@ -95,6 +95,11 @@ module Aws::S3Control
|
|
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:
|
@@ -215,7 +220,6 @@ module Aws::S3Control
|
|
215
220
|
# 'https://example.com'
|
216
221
|
# 'http://example.com:123'
|
217
222
|
#
|
218
|
-
#
|
219
223
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
220
224
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
221
225
|
# for endpoint discovery enabled operations. Defaults to 1000.
|
@@ -304,7 +308,6 @@ module Aws::S3Control
|
|
304
308
|
# throttling. This is a provisional mode that may change behavior
|
305
309
|
# in the future.
|
306
310
|
#
|
307
|
-
#
|
308
311
|
# @option options [Boolean] :s3_use_arn_region (true)
|
309
312
|
# For S3 and S3 Outposts ARNs passed into the `:bucket` or `:name`
|
310
313
|
# parameter, this option will use the region in the ARN, allowing
|
@@ -7599,7 +7602,7 @@ module Aws::S3Control
|
|
7599
7602
|
params: params,
|
7600
7603
|
config: config)
|
7601
7604
|
context[:gem_name] = 'aws-sdk-s3control'
|
7602
|
-
context[:gem_version] = '1.
|
7605
|
+
context[:gem_version] = '1.84.0'
|
7603
7606
|
Seahorse::Client::Request.new(handlers, context)
|
7604
7607
|
end
|
7605
7608
|
|
data/lib/aws-sdk-s3control.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-s3control
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.84.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-
|
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
|
description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
|
34
34
|
SDK for Ruby.
|
35
35
|
email:
|