aws-sdk-s3control 1.128.0 → 1.129.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: 6041ca09b6619678d48052e9aa2ee2d56c72323858cd65170d10ec415c856f37
4
- data.tar.gz: b4998328b7e801789250eb9a0f3884d2421809512fa254359e233eb89cbd0450
3
+ metadata.gz: c784b98fd2d57a4fc68f84760d68a7ec548bab3aab5f61a46f1ea4cc4db46a4d
4
+ data.tar.gz: 2af35bad3c340d38f72f4da7b49cc504531dab2a12c8a40207cce2dad1d04b6f
5
5
  SHA512:
6
- metadata.gz: 737444d023b8f43ff18ae1a5348b53e416606005831d5a2756d1394f0e54a1a5fef13b5259aab851bb55ac098757c2613ec6056e9093349d528a3a8d602ed41c
7
- data.tar.gz: 323dca1d180ada5f836dc325ee5644b27dafa760c002a567b01d3f134eaebfd00500f17ff582b23855d6a3ddd1f9261d7c7c1f5665f8373b99c55c45511c1330
6
+ metadata.gz: 4237b0123084a4279386f7d1102bd4bbb8f78ab6b38720293e82c809410a6fe960bc4eaf257a49793d1351038950b48633ca6d28514cfeb2529c28d2d081e841
7
+ data.tar.gz: 0a2cf6b0192083186f5d0925d3fe3c8f474a907a66f64af5eacc77ffaff8252fab45d980336d13536b0f448c3d34becd241e09bedcccc70ecec4b56a8f336418
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.129.0 (2026-04-22)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for five additional checksum algorithms for data integrity checking in Amazon S3 - MD5, SHA-512, XXHash3, XXHash64, and XXHash128.
8
+
4
9
  1.128.0 (2026-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.0
1
+ 1.129.0
@@ -1419,7 +1419,7 @@ module Aws::S3Control
1419
1419
  # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
1420
1420
  # object_lock_retain_until_date: Time.now,
1421
1421
  # bucket_key_enabled: false,
1422
- # checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, SHA1, SHA256, CRC64NVME
1422
+ # checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, SHA1, SHA256, CRC64NVME, SHA512, MD5, XXHASH64, XXHASH3, XXHASH128
1423
1423
  # },
1424
1424
  # s3_put_object_acl: {
1425
1425
  # access_control_policy: {
@@ -1471,7 +1471,7 @@ module Aws::S3Control
1471
1471
  # s3_replicate_object: {
1472
1472
  # },
1473
1473
  # s3_compute_object_checksum: {
1474
- # checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, CRC64NVME, MD5, SHA1, SHA256
1474
+ # checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, CRC64NVME, MD5, SHA1, SHA256, SHA512, XXHASH64, XXHASH3, XXHASH128
1475
1475
  # checksum_type: "FULL_OBJECT", # accepts FULL_OBJECT, COMPOSITE
1476
1476
  # },
1477
1477
  # s3_update_object_encryption: {
@@ -2998,7 +2998,7 @@ module Aws::S3Control
2998
2998
  # resp.job.operation.s3_put_object_copy.object_lock_mode #=> String, one of "COMPLIANCE", "GOVERNANCE"
2999
2999
  # resp.job.operation.s3_put_object_copy.object_lock_retain_until_date #=> Time
3000
3000
  # resp.job.operation.s3_put_object_copy.bucket_key_enabled #=> Boolean
3001
- # resp.job.operation.s3_put_object_copy.checksum_algorithm #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME"
3001
+ # resp.job.operation.s3_put_object_copy.checksum_algorithm #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128"
3002
3002
  # resp.job.operation.s3_put_object_acl.access_control_policy.access_control_list.owner.id #=> String
3003
3003
  # resp.job.operation.s3_put_object_acl.access_control_policy.access_control_list.owner.display_name #=> String
3004
3004
  # resp.job.operation.s3_put_object_acl.access_control_policy.access_control_list.grants #=> Array
@@ -3016,7 +3016,7 @@ module Aws::S3Control
3016
3016
  # resp.job.operation.s3_put_object_retention.bypass_governance_retention #=> Boolean
3017
3017
  # resp.job.operation.s3_put_object_retention.retention.retain_until_date #=> Time
3018
3018
  # resp.job.operation.s3_put_object_retention.retention.mode #=> String, one of "COMPLIANCE", "GOVERNANCE"
3019
- # resp.job.operation.s3_compute_object_checksum.checksum_algorithm #=> String, one of "CRC32", "CRC32C", "CRC64NVME", "MD5", "SHA1", "SHA256"
3019
+ # resp.job.operation.s3_compute_object_checksum.checksum_algorithm #=> String, one of "CRC32", "CRC32C", "CRC64NVME", "MD5", "SHA1", "SHA256", "SHA512", "XXHASH64", "XXHASH3", "XXHASH128"
3020
3020
  # resp.job.operation.s3_compute_object_checksum.checksum_type #=> String, one of "FULL_OBJECT", "COMPOSITE"
3021
3021
  # resp.job.operation.s3_update_object_encryption.object_encryption.ssekms.kms_key_arn #=> String
3022
3022
  # resp.job.operation.s3_update_object_encryption.object_encryption.ssekms.bucket_key_enabled #=> Boolean
@@ -8220,7 +8220,7 @@ module Aws::S3Control
8220
8220
  tracer: tracer
8221
8221
  )
8222
8222
  context[:gem_name] = 'aws-sdk-s3control'
8223
- context[:gem_version] = '1.128.0'
8223
+ context[:gem_version] = '1.129.0'
8224
8224
  Seahorse::Client::Request.new(handlers, context)
8225
8225
  end
8226
8226
 
@@ -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.128.0'
57
+ GEM_VERSION = '1.129.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -306,7 +306,7 @@ module Aws
306
306
  object_lock_mode: ("COMPLIANCE" | "GOVERNANCE")?,
307
307
  object_lock_retain_until_date: ::Time?,
308
308
  bucket_key_enabled: bool?,
309
- checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")?
309
+ checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")?
310
310
  }?,
311
311
  s3_put_object_acl: {
312
312
  access_control_policy: {
@@ -358,7 +358,7 @@ module Aws
358
358
  s3_replicate_object: {
359
359
  }?,
360
360
  s3_compute_object_checksum: {
361
- checksum_algorithm: ("CRC32" | "CRC32C" | "CRC64NVME" | "MD5" | "SHA1" | "SHA256")?,
361
+ checksum_algorithm: ("CRC32" | "CRC32C" | "CRC64NVME" | "MD5" | "SHA1" | "SHA256" | "SHA512" | "XXHASH64" | "XXHASH3" | "XXHASH128")?,
362
362
  checksum_type: ("FULL_OBJECT" | "COMPOSITE")?
363
363
  }?,
364
364
  s3_update_object_encryption: {
data/sig/types.rbs CHANGED
@@ -1724,7 +1724,7 @@ module Aws::S3Control
1724
1724
  end
1725
1725
 
1726
1726
  class S3ComputeObjectChecksumOperation
1727
- attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "CRC64NVME" | "MD5" | "SHA1" | "SHA256")
1727
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "CRC64NVME" | "MD5" | "SHA1" | "SHA256" | "SHA512" | "XXHASH64" | "XXHASH3" | "XXHASH128")
1728
1728
  attr_accessor checksum_type: ("FULL_OBJECT" | "COMPOSITE")
1729
1729
  SENSITIVE: []
1730
1730
  end
@@ -1747,7 +1747,7 @@ module Aws::S3Control
1747
1747
  attr_accessor object_lock_mode: ("COMPLIANCE" | "GOVERNANCE")
1748
1748
  attr_accessor object_lock_retain_until_date: ::Time
1749
1749
  attr_accessor bucket_key_enabled: bool
1750
- attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")
1750
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")
1751
1751
  SENSITIVE: []
1752
1752
  end
1753
1753
 
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.128.0
4
+ version: 1.129.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services