aws-sdk-s3control 1.105.0 → 1.106.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: eed9c841564b7567dab6713e393f40df13b2d0b7b418143681b62a1531c04c32
4
+ data.tar.gz: 1b22df53ba3b1722c5bbdc37eaafbb1c2a8400a0edbe9bcc1eebf0cd01f280a9
5
5
  SHA512:
6
- metadata.gz: 41196ae5395a0d854ffb8541e09d3f612063ef64236e63893ba668e9769119ecd62a7d8aac4580e88baf20837638e8380c42763b678e5992cc8096c3140f14c7
7
- data.tar.gz: 8aba85d7b9a5d86dbf8777f08c75c62b4a6bbc7d20e678bf5dd3113e136b0a8bb671e8bc4c74aa0b66c92ccf1c7908203e9e1f1f77f82a365a46942d25fae6f5
6
+ metadata.gz: 1a96aa889270cca671689a7f7a92ce8863ff9f34bb87591568b03d79d54f98a22d390da6a3992261c6d4d1da3174a32a5e0e811e27bfefd06e8871c150ccb143
7
+ data.tar.gz: 7ec0cb23a02d3774f539fbbda7ed6a8cb7d5753d697e3bda7e9fa9b5f930be878c67ee408d1e0d189618ccf46b64861701193ef0830a1906e23bc05f5bfa62b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2025-04-04)
5
+ ------------------
6
+
7
+ * Feature - Updated max size of Prefixes parameter of Scope data type.
8
+
4
9
  1.105.0 (2025-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.106.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.106.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.106.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.106.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-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core