aws-sdk-s3control 1.93.0 → 1.94.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 +1 -3
- data/lib/aws-sdk-s3control.rb +3 -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: f6d0e6953c90d6d5c30604168a7b95849dc82c8c591be236d85e7d9eda7e58cf
|
|
4
|
+
data.tar.gz: '09170e8a5f448eae9281c68de2753991ddef0c92beea1f2c64d9c89a43ad30fb'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 528c92b70a23b267d80018a2318068ec521b429f23d3ee6c65f00d7e0585b82d7cf3f072ace45772cf0c77454aaeee6390042f9fd7c8388d61210c1f3083a23e
|
|
7
|
+
data.tar.gz: 07a54c1490b4fd0b4ecdc31dcf6d114e7ae00048dfae1b5ecc5dad7d99e86e02c86e1d5d74b2c5175b179acc31703e6360b27a99382977881426d9dd1c6653e3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
7726
|
+
context[:gem_version] = '1.94.0'
|
|
7729
7727
|
Seahorse::Client::Request.new(handlers, context)
|
|
7730
7728
|
end
|
|
7731
7729
|
|
data/lib/aws-sdk-s3control.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|