aws-sdk-s3control 1.105.0 → 1.107.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: 1cf498d0ca18eb667d90e9da246bc9d50d91f65519e8cb3126a3ba9930d6edc1
4
- data.tar.gz: 99b44672afc7b29baeaf67005718e15b8e473d68dcac2c7820b9b49723e1a90c
3
+ metadata.gz: ed348de1bb2d50454b19cf020c8ddbb1527f72876868e3f2d796a441972dea34
4
+ data.tar.gz: 94839fbdca1a98f83f998346559101fbb273811b474afc962103bcae6f20e0c6
5
5
  SHA512:
6
- metadata.gz: 41196ae5395a0d854ffb8541e09d3f612063ef64236e63893ba668e9769119ecd62a7d8aac4580e88baf20837638e8380c42763b678e5992cc8096c3140f14c7
7
- data.tar.gz: 8aba85d7b9a5d86dbf8777f08c75c62b4a6bbc7d20e678bf5dd3113e136b0a8bb671e8bc4c74aa0b66c92ccf1c7908203e9e1f1f77f82a365a46942d25fae6f5
6
+ metadata.gz: 1c30391356622f503193d0e1b18e6b08ae308c85b05e64b7997010ebf244e24749289bb4b34270043e2653ae74426207577365c0623c2a8d458ce2b75a869969
7
+ data.tar.gz: 8751d2d431030222303d300085ab079ddba9075c10725d27d78f08040b0a762d8b7d045030a857f86c02b9c3e49b0dbaa1abef3ec97844db29581f80746a95a5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2025-04-22)
5
+ ------------------
6
+
7
+ * Feature - Fix endpoint resolution test cases
8
+
9
+ 1.106.0 (2025-04-04)
10
+ ------------------
11
+
12
+ * Feature - Updated max size of Prefixes parameter of Scope data type.
13
+
4
14
  1.105.0 (2025-03-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.107.0
@@ -6336,27 +6336,8 @@ module Aws::S3Control
6336
6336
  # can use the access point scope to restrict access to specific
6337
6337
  # prefixes, API operations, or a combination of both.
6338
6338
  #
6339
- # You can include one or more of the following API operations as
6340
- # permissions:
6341
- #
6342
- # * `PutObjet`
6343
- #
6344
- # * `GetObject`
6345
- #
6346
- # * `DeleteObject`
6347
- #
6348
- # * `ListBucket`
6349
- #
6350
- # * `GetObjectAttributes`
6351
- #
6352
- # * `AbortMultipartUpload`
6353
- #
6354
- # * `ListBucketMultipartUpload`
6355
- #
6356
- # * `ListMultiPartUploadParts`
6357
- #
6358
6339
  # <note markdown="1"> You can specify any amount of prefixes, but the total length of
6359
- # characters of all prefixes must be less than 512 KB in size.
6340
+ # characters of all prefixes must be less than 256 bytes in size.
6360
6341
  #
6361
6342
  # </note>
6362
6343
  #
@@ -8005,7 +7986,7 @@ module Aws::S3Control
8005
7986
  tracer: tracer
8006
7987
  )
8007
7988
  context[:gem_name] = 'aws-sdk-s3control'
8008
- context[:gem_version] = '1.105.0'
7989
+ context[:gem_version] = '1.107.0'
8009
7990
  Seahorse::Client::Request.new(handlers, context)
8010
7991
  end
8011
7992
 
@@ -7861,7 +7861,7 @@ module Aws::S3Control
7861
7861
  #
7862
7862
  # @!attribute [rw] prefixes
7863
7863
  # You can specify any amount of prefixes, but the total length of
7864
- # characters of all prefixes must be less than 512 KB in size.
7864
+ # characters of all prefixes must be less than 256 bytes in size.
7865
7865
  # @return [Array<String>]
7866
7866
  #
7867
7867
  # @!attribute [rw] permissions
@@ -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.105.0'
57
+ GEM_VERSION = '1.107.0'
58
58
 
59
59
  end
60
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.105.0
4
+ version: 1.107.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: 2025-03-31 00:00:00.000000000 Z
11
+ date: 2025-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core