aws-sdk-s3control 1.67.0 → 1.68.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-s3control/client.rb +5 -1
- data/lib/aws-sdk-s3control.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96562f1e9c8142fffbdb97fc4f56c25910d42e58d37cbf0cd28813b4f0e1c643
|
|
4
|
+
data.tar.gz: cd73804a0ee27e8286a578015c99c310489cd0e6396c0f2a7a15da3e4fcb3d9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca3b02524f06c5f7fde5e7bde87aa92081610e064c4883084b1dc09fdadae6580fc37eeb7393abff1d5fe13989c9c8f56ab8737d086b7db2dedcc2c980086cb8
|
|
7
|
+
data.tar.gz: 7ebc198ac84673d7691f86b5739a5a74e71a6460958c9dfba6d90ad9c7b535fbc19f9468dc0225cfa6e21bdd015d24e43e908d5cda61d2ea788855eadd1eddf4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -222,6 +222,10 @@ module Aws::S3Control
|
|
|
222
222
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
223
223
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
224
224
|
#
|
|
225
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
226
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
227
|
+
# variables and the shared configuration file.
|
|
228
|
+
#
|
|
225
229
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
226
230
|
# The log formatter.
|
|
227
231
|
#
|
|
@@ -5564,7 +5568,7 @@ module Aws::S3Control
|
|
|
5564
5568
|
params: params,
|
|
5565
5569
|
config: config)
|
|
5566
5570
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
5567
|
-
context[:gem_version] = '1.
|
|
5571
|
+
context[:gem_version] = '1.68.0'
|
|
5568
5572
|
Seahorse::Client::Request.new(handlers, context)
|
|
5569
5573
|
end
|
|
5570
5574
|
|
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.68.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: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|