aws-sdk-s3control 1.33.0 → 1.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2faaaca4677692c5c4359b017b6c61e1ecd3223e5faab5b6eb4e9add358d0b3d
4
- data.tar.gz: 3061d5de0b255fcafde5c86414b87d888091b5271493de1b12201b40df468a59
3
+ metadata.gz: 4270bc988dad22ba4f6fd07faa6fd58b04a145b7f4a5ba17ecdc219fe8ad19ca
4
+ data.tar.gz: 6e0241a89ff44d36566b430e9b85c5ad75ccd4860a89e57f5a0e1cdf0c19d6f5
5
5
  SHA512:
6
- metadata.gz: a87c7f4d3cb5a3d813d91c09ad4f544353b0fd4f811adec4a1a7e513a03e200b6a92a3acdb10c270ec7a4668141d6da5ea89b67a7139526788186e7f9a9f2feb
7
- data.tar.gz: dcddaea6e176404a4d95c9cd2c221d2c02ef9a01a11b4571bb7b6f9e7798b20772ea1fc53b8e2fc96fd6645c7b1e283707532389806e660eb64c915bf24b5ab6
6
+ metadata.gz: cc4fac4ef4540039bb4ce0d99900a14b769f2074111cb9a719c4cf1d0aee77777fb3df30d618fb978779fb926e785c31906fed6e1767ded3bc05447b7fbc39f1
7
+ data.tar.gz: 649a09d7d52285dd6c9f9c1dbbddafd3765bfcb09c54ad456f6973b8c77e702196092f6ce7147c3ba73c140a393b449a573b72e108fd8fd7d3c7efc81369c6ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.34.0 (2021-06-03)
5
+ ------------------
6
+
7
+ * Feature - Amazon S3 Batch Operations now supports S3 Bucket Keys.
8
+
4
9
  1.33.0 (2021-05-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.33.0
1
+ 1.34.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-s3control/customizations'
48
48
  # @!group service
49
49
  module Aws::S3Control
50
50
 
51
- GEM_VERSION = '1.33.0'
51
+ GEM_VERSION = '1.34.0'
52
52
 
53
53
  end
@@ -818,6 +818,7 @@ module Aws::S3Control
818
818
  # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
819
819
  # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
820
820
  # object_lock_retain_until_date: Time.now,
821
+ # bucket_key_enabled: false,
821
822
  # },
822
823
  # s3_put_object_acl: {
823
824
  # access_control_policy: {
@@ -1673,6 +1674,7 @@ module Aws::S3Control
1673
1674
  # resp.job.operation.s3_put_object_copy.object_lock_legal_hold_status #=> String, one of "OFF", "ON"
1674
1675
  # resp.job.operation.s3_put_object_copy.object_lock_mode #=> String, one of "COMPLIANCE", "GOVERNANCE"
1675
1676
  # resp.job.operation.s3_put_object_copy.object_lock_retain_until_date #=> Time
1677
+ # resp.job.operation.s3_put_object_copy.bucket_key_enabled #=> Boolean
1676
1678
  # resp.job.operation.s3_put_object_acl.access_control_policy.access_control_list.owner.id #=> String
1677
1679
  # resp.job.operation.s3_put_object_acl.access_control_policy.access_control_list.owner.display_name #=> String
1678
1680
  # resp.job.operation.s3_put_object_acl.access_control_policy.access_control_list.grants #=> Array
@@ -4024,7 +4026,7 @@ module Aws::S3Control
4024
4026
  params: params,
4025
4027
  config: config)
4026
4028
  context[:gem_name] = 'aws-sdk-s3control'
4027
- context[:gem_version] = '1.33.0'
4029
+ context[:gem_version] = '1.34.0'
4028
4030
  Seahorse::Client::Request.new(handlers, context)
4029
4031
  end
4030
4032
 
@@ -901,6 +901,7 @@ module Aws::S3Control
901
901
  S3CopyObjectOperation.add_member(:object_lock_legal_hold_status, Shapes::ShapeRef.new(shape: S3ObjectLockLegalHoldStatus, location_name: "ObjectLockLegalHoldStatus"))
902
902
  S3CopyObjectOperation.add_member(:object_lock_mode, Shapes::ShapeRef.new(shape: S3ObjectLockMode, location_name: "ObjectLockMode"))
903
903
  S3CopyObjectOperation.add_member(:object_lock_retain_until_date, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "ObjectLockRetainUntilDate"))
904
+ S3CopyObjectOperation.add_member(:bucket_key_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "BucketKeyEnabled"))
904
905
  S3CopyObjectOperation.struct_class = Types::S3CopyObjectOperation
905
906
 
906
907
  S3DeleteObjectTaggingOperation.struct_class = Types::S3DeleteObjectTaggingOperation
@@ -612,6 +612,7 @@ module Aws::S3Control
612
612
  # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
613
613
  # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
614
614
  # object_lock_retain_until_date: Time.now,
615
+ # bucket_key_enabled: false,
615
616
  # },
616
617
  # s3_put_object_acl: {
617
618
  # access_control_policy: {
@@ -2362,6 +2363,7 @@ module Aws::S3Control
2362
2363
  # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
2363
2364
  # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
2364
2365
  # object_lock_retain_until_date: Time.now,
2366
+ # bucket_key_enabled: false,
2365
2367
  # },
2366
2368
  # s3_put_object_acl: {
2367
2369
  # access_control_policy: {
@@ -4377,6 +4379,7 @@ module Aws::S3Control
4377
4379
  # object_lock_legal_hold_status: "OFF", # accepts OFF, ON
4378
4380
  # object_lock_mode: "COMPLIANCE", # accepts COMPLIANCE, GOVERNANCE
4379
4381
  # object_lock_retain_until_date: Time.now,
4382
+ # bucket_key_enabled: false,
4380
4383
  # }
4381
4384
  #
4382
4385
  # @!attribute [rw] target_resource
@@ -4444,6 +4447,16 @@ module Aws::S3Control
4444
4447
  # all objects in the Batch Operations job.
4445
4448
  # @return [Time]
4446
4449
  #
4450
+ # @!attribute [rw] bucket_key_enabled
4451
+ # Specifies whether Amazon S3 should use an S3 Bucket Key for object
4452
+ # encryption with server-side encryption using AWS KMS (SSE-KMS).
4453
+ # Setting this header to `true` causes Amazon S3 to use an S3 Bucket
4454
+ # Key for object encryption with SSE-KMS.
4455
+ #
4456
+ # Specifying this header with an *object* action doesn’t affect
4457
+ # *bucket-level* settings for S3 Bucket Key.
4458
+ # @return [Boolean]
4459
+ #
4447
4460
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3CopyObjectOperation AWS API Documentation
4448
4461
  #
4449
4462
  class S3CopyObjectOperation < Struct.new(
@@ -4462,7 +4475,8 @@ module Aws::S3Control
4462
4475
  :target_key_prefix,
4463
4476
  :object_lock_legal_hold_status,
4464
4477
  :object_lock_mode,
4465
- :object_lock_retain_until_date)
4478
+ :object_lock_retain_until_date,
4479
+ :bucket_key_enabled)
4466
4480
  SENSITIVE = []
4467
4481
  include Aws::Structure
4468
4482
  end
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.33.0
4
+ version: 1.34.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: 2021-05-11 00:00:00.000000000 Z
11
+ date: 2021-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4