aws-sdk-s3control 1.127.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: bc548dda782de38b19cf1707b7c654a87319983acee4ed49d0990be751f0d83e
4
- data.tar.gz: 9688f2d32285b1854d7c29d5b444c07eb98bb194c86d381fad8e3d29a60912c6
3
+ metadata.gz: c784b98fd2d57a4fc68f84760d68a7ec548bab3aab5f61a46f1ea4cc4db46a4d
4
+ data.tar.gz: 2af35bad3c340d38f72f4da7b49cc504531dab2a12c8a40207cce2dad1d04b6f
5
5
  SHA512:
6
- metadata.gz: bef3d5363ed2f7f6f1b6aece846219d6cdfba4f587bbf89ba12223db7f39093d811d15ecd5e548b3db6d0661284ed36969ccdc1364cad587f2d92491632d7a53
7
- data.tar.gz: 24f5dc5455d062f753a19ae2f6269c8a17d7d4a8d382a40ed63691614093b9ad85af905bd7ee7a07567bbce3de8b5fbd6a2ddd30bb18e1c562bf6848a68bcd9b
6
+ metadata.gz: 4237b0123084a4279386f7d1102bd4bbb8f78ab6b38720293e82c809410a6fe960bc4eaf257a49793d1351038950b48633ca6d28514cfeb2529c28d2d081e841
7
+ data.tar.gz: 0a2cf6b0192083186f5d0925d3fe3c8f474a907a66f64af5eacc77ffaff8252fab45d980336d13536b0f448c3d34becd241e09bedcccc70ecec4b56a8f336418
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.128.0 (2026-03-31)
10
+ ------------------
11
+
12
+ * Feature - Adding an optional auditContext parameter to S3 Access Grants credential vending API GetDataAccess to enable job-level audit correlation in S3 CloudTrail logs
13
+
4
14
  1.127.0 (2026-03-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.127.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
@@ -4549,6 +4549,11 @@ module Aws::S3Control
4549
4549
  # object. Do not pass this value if the target data is a bucket or a
4550
4550
  # bucket and a prefix.
4551
4551
  #
4552
+ # @option params [String] :audit_context
4553
+ # The context to identify the job or query associated with the
4554
+ # credential request. This information will be displayed in CloudTrail
4555
+ # log in your account.
4556
+ #
4552
4557
  # @return [Types::GetDataAccessResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4553
4558
  #
4554
4559
  # * {Types::GetDataAccessResult#credentials #credentials} => Types::Credentials
@@ -4564,6 +4569,7 @@ module Aws::S3Control
4564
4569
  # duration_seconds: 1,
4565
4570
  # privilege: "Minimal", # accepts Minimal, Default
4566
4571
  # target_type: "Object", # accepts Object
4572
+ # audit_context: "AuditContext",
4567
4573
  # })
4568
4574
  #
4569
4575
  # @example Response structure
@@ -8214,7 +8220,7 @@ module Aws::S3Control
8214
8220
  tracer: tracer
8215
8221
  )
8216
8222
  context[:gem_name] = 'aws-sdk-s3control'
8217
- context[:gem_version] = '1.127.0'
8223
+ context[:gem_version] = '1.129.0'
8218
8224
  Seahorse::Client::Request.new(handlers, context)
8219
8225
  end
8220
8226
 
@@ -47,6 +47,7 @@ module Aws::S3Control
47
47
  AsyncRequestStatus = Shapes::StringShape.new(name: 'AsyncRequestStatus')
48
48
  AsyncRequestTokenARN = Shapes::StringShape.new(name: 'AsyncRequestTokenARN')
49
49
  AsyncResponseDetails = Shapes::StructureShape.new(name: 'AsyncResponseDetails')
50
+ AuditContext = Shapes::StringShape.new(name: 'AuditContext')
50
51
  AwsLambdaTransformation = Shapes::StructureShape.new(name: 'AwsLambdaTransformation')
51
52
  AwsLambdaTransformationPayload = Shapes::StringShape.new(name: 'AwsLambdaTransformationPayload')
52
53
  AwsOrgArn = Shapes::StringShape.new(name: 'AwsOrgArn')
@@ -1107,6 +1108,7 @@ module Aws::S3Control
1107
1108
  GetDataAccessRequest.add_member(:duration_seconds, Shapes::ShapeRef.new(shape: DurationSeconds, location: "querystring", location_name: "durationSeconds"))
1108
1109
  GetDataAccessRequest.add_member(:privilege, Shapes::ShapeRef.new(shape: Privilege, location: "querystring", location_name: "privilege"))
1109
1110
  GetDataAccessRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: S3PrefixType, location: "querystring", location_name: "targetType"))
1111
+ GetDataAccessRequest.add_member(:audit_context, Shapes::ShapeRef.new(shape: AuditContext, location: "querystring", location_name: "auditContext"))
1110
1112
  GetDataAccessRequest.struct_class = Types::GetDataAccessRequest
1111
1113
 
1112
1114
  GetDataAccessResult.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, location_name: "Credentials"))
@@ -3310,6 +3310,12 @@ module Aws::S3Control
3310
3310
  # a bucket and a prefix.
3311
3311
  # @return [String]
3312
3312
  #
3313
+ # @!attribute [rw] audit_context
3314
+ # The context to identify the job or query associated with the
3315
+ # credential request. This information will be displayed in CloudTrail
3316
+ # log in your account.
3317
+ # @return [String]
3318
+ #
3313
3319
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetDataAccessRequest AWS API Documentation
3314
3320
  #
3315
3321
  class GetDataAccessRequest < Struct.new(
@@ -3318,7 +3324,8 @@ module Aws::S3Control
3318
3324
  :permission,
3319
3325
  :duration_seconds,
3320
3326
  :privilege,
3321
- :target_type)
3327
+ :target_type,
3328
+ :audit_context)
3322
3329
  SENSITIVE = []
3323
3330
  include Aws::Structure
3324
3331
  end
@@ -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.127.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: {
@@ -984,7 +984,8 @@ module Aws
984
984
  permission: ("READ" | "WRITE" | "READWRITE"),
985
985
  ?duration_seconds: ::Integer,
986
986
  ?privilege: ("Minimal" | "Default"),
987
- ?target_type: ("Object")
987
+ ?target_type: ("Object"),
988
+ ?audit_context: ::String
988
989
  ) -> _GetDataAccessResponseSuccess
989
990
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDataAccessResponseSuccess
990
991
 
data/sig/types.rbs CHANGED
@@ -770,6 +770,7 @@ module Aws::S3Control
770
770
  attr_accessor duration_seconds: ::Integer
771
771
  attr_accessor privilege: ("Minimal" | "Default")
772
772
  attr_accessor target_type: ("Object")
773
+ attr_accessor audit_context: ::String
773
774
  SENSITIVE: []
774
775
  end
775
776
 
@@ -1723,7 +1724,7 @@ module Aws::S3Control
1723
1724
  end
1724
1725
 
1725
1726
  class S3ComputeObjectChecksumOperation
1726
- 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")
1727
1728
  attr_accessor checksum_type: ("FULL_OBJECT" | "COMPOSITE")
1728
1729
  SENSITIVE: []
1729
1730
  end
@@ -1746,7 +1747,7 @@ module Aws::S3Control
1746
1747
  attr_accessor object_lock_mode: ("COMPLIANCE" | "GOVERNANCE")
1747
1748
  attr_accessor object_lock_retain_until_date: ::Time
1748
1749
  attr_accessor bucket_key_enabled: bool
1749
- attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")
1750
+ attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")
1750
1751
  SENSITIVE: []
1751
1752
  end
1752
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.127.0
4
+ version: 1.129.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services