aws-sdk-s3control 1.93.0 → 1.94.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e71897b3fae0b72d7187484199ad371016baa48ffcca9b327e669a3e658c41e5
4
- data.tar.gz: 29e57eeab94b51c2db8e1004179173b518e961ce835ed77afb7915efb88cb1f9
3
+ metadata.gz: f6d0e6953c90d6d5c30604168a7b95849dc82c8c591be236d85e7d9eda7e58cf
4
+ data.tar.gz: '09170e8a5f448eae9281c68de2753991ddef0c92beea1f2c64d9c89a43ad30fb'
5
5
  SHA512:
6
- metadata.gz: 2fb27cae8d385a78a6c44049e61c3488fb3b54edc8a44dbfa013a40f5798c9f0a4662f37b402cdc0588b6b7365442c628156428522d778c6985f8237fc3bf0ca
7
- data.tar.gz: 73e6b3e05f942801bddc407b7aedc878b5ed32952565d8920fe1b24c563a170e91f5aecba20185014ec6411b339e79359d7ff05ae2f7ef7c23a05b169745c4a7
6
+ metadata.gz: 528c92b70a23b267d80018a2318068ec521b429f23d3ee6c65f00d7e0585b82d7cf3f072ace45772cf0c77454aaeee6390042f9fd7c8388d61210c1f3083a23e
7
+ data.tar.gz: 07a54c1490b4fd0b4ecdc31dcf6d114e7ae00048dfae1b5ecc5dad7d99e86e02c86e1d5d74b2c5175b179acc31703e6360b27a99382977881426d9dd1c6653e3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.93.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -39,8 +39,6 @@ require 'aws-sdk-s3control/plugins/arn.rb'
39
39
  require 'aws-sdk-s3control/plugins/dualstack.rb'
40
40
  require 'aws-sdk-s3control/plugins/s3_host_id.rb'
41
41
 
42
- Aws::Plugins::GlobalConfiguration.add_identifier(:s3control)
43
-
44
42
  module Aws::S3Control
45
43
  # An API client for S3Control. To construct a client, you need to configure a `:region` and `:credentials`.
46
44
  #
@@ -7725,7 +7723,7 @@ module Aws::S3Control
7725
7723
  tracer: tracer
7726
7724
  )
7727
7725
  context[:gem_name] = 'aws-sdk-s3control'
7728
- context[:gem_version] = '1.93.0'
7726
+ context[:gem_version] = '1.94.0'
7729
7727
  Seahorse::Client::Request.new(handlers, context)
7730
7728
  end
7731
7729
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:s3control)
15
+
14
16
  # This module provides support for AWS S3 Control. This module is available in the
15
17
  # `aws-sdk-s3control` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::S3Control
52
54
  autoload :EndpointProvider, 'aws-sdk-s3control/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-s3control/endpoints'
54
56
 
55
- GEM_VERSION = '1.93.0'
57
+ GEM_VERSION = '1.94.0'
56
58
 
57
59
  end
58
60
 
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.93.0
4
+ version: 1.94.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core