aws-sdk-s3control 1.114.0 → 1.115.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: 2c7854bb0076999410a5cfabe41fef653471de707b027be914b0637184cd13a5
4
- data.tar.gz: c0eed6d9b992821f84d6fa43f35b79ec008af0a9b915cd6c72cfb864f11352f8
3
+ metadata.gz: '096f586b6f7cd202de61a7f1311227b40db330bed0ae07cb52efbb297dab48b9'
4
+ data.tar.gz: '0427877c55352cf9c6d02424c50c50d98ab2ba1fde8ba9e2a1721b16a8bdc823'
5
5
  SHA512:
6
- metadata.gz: 041e50471bdab9c51f7d83c3ffb29828f3339f34fbb29693f60aa65b51520520b47587adc1bbc02793bc4cabef9780f3de316698730938708f692f83db417e70
7
- data.tar.gz: e81abfdedad050feb7fc990fc167d38235895e9f288018181689682da8ccc675813cfbcd9d83bb57ee4cf606ea128a0a71254e36873304132c015e7a597479bd
6
+ metadata.gz: 2d1411f2019b8ae9ab6b5b99f39379fcaf31de004ea605bd765329f55fb31aa03b461485e80a68a71e9d1253b2faf0f27c2630ad335f1f25c9b866072a5fb521
7
+ data.tar.gz: 811dfffe59b57f78da1f5532de1384c17f9e6b69c87402efd516b4fcf700b59fc0b2c7ae83a2b36869475221b0949c4ed7d5815cf0d0e130649a75df054d1c50
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.114.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.115.0
@@ -101,8 +101,8 @@ module Aws::S3Control
101
101
  # class name or an instance of a plugin class.
102
102
  #
103
103
  # @option options [required, Aws::CredentialProvider] :credentials
104
- # Your AWS credentials used for authentication. This can be an instance of any one of the
105
- # following classes:
104
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
105
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
106
106
  #
107
107
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
108
108
  # credentials.
@@ -130,8 +130,7 @@ module Aws::S3Control
130
130
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
131
131
  # from the Cognito Identity service.
132
132
  #
133
- # When `:credentials` are not configured directly, the following
134
- # locations will be searched for credentials:
133
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
135
134
  #
136
135
  # * `Aws.config[:credentials]`
137
136
  #
@@ -145,12 +144,10 @@ module Aws::S3Control
145
144
  #
146
145
  # * `~/.aws/config`
147
146
  #
148
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
149
- # are very aggressive. Construct and pass an instance of
150
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
151
- # enable retries and extended timeouts. Instance profile credential
152
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
153
- # to `true`.
147
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
148
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
149
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
150
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
154
151
  #
155
152
  # @option options [required, String] :region
156
153
  # The AWS region to connect to. The configured `:region` is
@@ -389,8 +386,8 @@ module Aws::S3Control
389
386
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
390
387
  #
391
388
  # @option options [Aws::TokenProvider] :token_provider
392
- # Your Bearer token used for authentication. This can be an instance of any one of the
393
- # following classes:
389
+ # Your Bearer token used for authentication. This can be any class that includes and implements
390
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
394
391
  #
395
392
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
396
393
  # tokens.
@@ -8096,7 +8093,7 @@ module Aws::S3Control
8096
8093
  tracer: tracer
8097
8094
  )
8098
8095
  context[:gem_name] = 'aws-sdk-s3control'
8099
- context[:gem_version] = '1.114.0'
8096
+ context[:gem_version] = '1.115.0'
8100
8097
  Seahorse::Client::Request.new(handlers, context)
8101
8098
  end
8102
8099
 
@@ -54,7 +54,7 @@ module Aws::S3Control
54
54
  autoload :EndpointProvider, 'aws-sdk-s3control/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-s3control/endpoints'
56
56
 
57
- GEM_VERSION = '1.114.0'
57
+ GEM_VERSION = '1.115.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.114.0
4
+ version: 1.115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services