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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8eb7e0390950bf66515d8d753a3259128a180b44549e487f2f1e843b910995e0
4
- data.tar.gz: 2b6ed252993dd0454a4d1cc39fe013e70fad86f7419f63c995618c5bba05c549
3
+ metadata.gz: 96562f1e9c8142fffbdb97fc4f56c25910d42e58d37cbf0cd28813b4f0e1c643
4
+ data.tar.gz: cd73804a0ee27e8286a578015c99c310489cd0e6396c0f2a7a15da3e4fcb3d9c
5
5
  SHA512:
6
- metadata.gz: 93606aa5b43145247a4a40cc8675f4d87368ec77d95312900017a44759388304af2bf7fcae9c791890b5a9399bb13826d92b7bfd9d8ea089e7a0107ea9d39859
7
- data.tar.gz: a7439e16a84bb7f9916f16de4f783058fd9bda89bba4f1aff38f4ede6c368064a1f327707c263b6a9e9939b510bd95a5c3abcd19b4e8f485bba1f0c793d819b9
6
+ metadata.gz: ca3b02524f06c5f7fde5e7bde87aa92081610e064c4883084b1dc09fdadae6580fc37eeb7393abff1d5fe13989c9c8f56ab8737d086b7db2dedcc2c980086cb8
7
+ data.tar.gz: 7ebc198ac84673d7691f86b5739a5a74e71a6460958c9dfba6d90ad9c7b535fbc19f9468dc0225cfa6e21bdd015d24e43e908d5cda61d2ea788855eadd1eddf4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.67.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
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.67.0'
5571
+ context[:gem_version] = '1.68.0'
5568
5572
  Seahorse::Client::Request.new(handlers, context)
5569
5573
  end
5570
5574
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-s3control/customizations'
52
52
  # @!group service
53
53
  module Aws::S3Control
54
54
 
55
- GEM_VERSION = '1.67.0'
55
+ GEM_VERSION = '1.68.0'
56
56
 
57
57
  end
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.67.0
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-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4