aws-sdk-s3control 1.41.0 → 1.41.1

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: c1d28bd52b6bbe706f6c9d1916dd640c52d67f7ea8a0c33b609e0307e10989b8
4
- data.tar.gz: 3a3ab4008947deb24aa608392770cef54805f6380801ac7b704da39470584d5b
3
+ metadata.gz: cb18d70c47a61e80a060b5724b6f9e084f69eebbf0c9d41ba4bdecb6c9919b69
4
+ data.tar.gz: 2c31f9060b0ad907eed64a0bdc9a6a24bcc93f1c410794cd8e3e0de211e4f170
5
5
  SHA512:
6
- metadata.gz: 8283dd3eb854ac964b4897e34cf7103900f5b578279ddf998ba8dadb0570dc0d47091fcdc387d32d133878e75e830fd7a571dbc2adffa9665aa4ba73272241d9
7
- data.tar.gz: a8f4e1818d04ed038b8cb943beb842b8b376291af02f409ed92a5126c2e62cbea7ac76e363e520b574ed28381a128b66705004959f59062d0e42c3fb83d0ce9b
6
+ metadata.gz: 76a114672bc68c8abf9bb439b2f31619ab568385741cff18a7a3bf36cfe667daa10f72a074ab57a07f5f71e590c44f77e1e2882ef4feb0f3379b9b5106ce8cf8
7
+ data.tar.gz: 7666c8fa181b21dbd20e0f92cd3a35a36915a9fde553259ad48830ddf227851e255bc885fc2235629d2d97cf7bde69238efa6b7f2d2625edfda4c3588e7d0333
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.1 (2021-10-20)
5
+ ------------------
6
+
7
+ * Issue - use the correct service with the `EndpointProvider` to determine `sigv4_region`.
8
+
4
9
  1.41.0 (2021-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.41.1
@@ -4652,7 +4652,7 @@ module Aws::S3Control
4652
4652
  params: params,
4653
4653
  config: config)
4654
4654
  context[:gem_name] = 'aws-sdk-s3control'
4655
- context[:gem_version] = '1.41.0'
4655
+ context[:gem_version] = '1.41.1'
4656
4656
  Seahorse::Client::Request.new(handlers, context)
4657
4657
  end
4658
4658
 
@@ -24,7 +24,7 @@ module Aws
24
24
  option(:sigv4_region) do |cfg|
25
25
  raise Aws::Errors::MissingRegionError if cfg.region.nil?
26
26
 
27
- Aws::Partitions::EndpointProvider.signing_region(cfg.region, 's3')
27
+ Aws::Partitions::EndpointProvider.signing_region(cfg.region, 's3-control')
28
28
  end
29
29
 
30
30
  def add_handlers(handlers, _cfg)
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-s3control/customizations'
48
48
  # @!group service
49
49
  module Aws::S3Control
50
50
 
51
- GEM_VERSION = '1.41.0'
51
+ GEM_VERSION = '1.41.1'
52
52
 
53
53
  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.41.0
4
+ version: 1.41.1
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: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2021-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4