aws-sdk-s3control 1.97.0 → 1.98.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: 30ffdf89bc69e79f0d7fddaca467179bb9b41a866926c48a865e4c3eb41c7560
4
- data.tar.gz: 1da95e12ac5c767c2c35594a29e8bee214119ff9c2cdb891e751e4d63429a4c5
3
+ metadata.gz: db33c789a00afaca6ea88d86d6f2ca59a3d014603aa1959eff7f153d4ae06d0e
4
+ data.tar.gz: 5271d9ab0ceb8aa0c5e930caacea68f725534e3bf551f5f3f48d7ac3e7c57709
5
5
  SHA512:
6
- metadata.gz: 8fa6e239ea7d19dc49ef04fa9043e811833bbb4c429c51f9f7620a576987c3707f01ca6bb7d6fb3797380cea78cb5261b657272d0b25785d0fb64d4ced831a39
7
- data.tar.gz: b963e8468cfef67f547253ba099dcc633ebfe37d39155e1cecf4a0f92208dd394051a2bb49edbf4ab9432e7287d4aaaa7883ac14632c4a8c20ed41244afebd14
6
+ metadata.gz: 191a0a94b18d346e353c06e6843049a724640fbd81e51d7e34752b02adb719ed3a7238d501b2cfb29666a436587e19344d25039b8961bb090fdb92dbbfd4724b
7
+ data.tar.gz: 34cb7e707e3a5507b18ec04690a46b3962b53c0e205e1decdee5d04b63e36b5795d077399b763b2583de4f80c3a10eed2902fbc417539d85471aa0bdd1de0f5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.0 (2024-12-02)
5
+ ------------------
6
+
7
+ * Feature - Amazon S3 introduces support for AWS Dedicated Local Zones
8
+
4
9
  1.97.0 (2024-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.98.0
@@ -1235,7 +1235,7 @@ module Aws::S3Control
1235
1235
  #
1236
1236
  #
1237
1237
  #
1238
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-actions.html
1238
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html
1239
1239
  #
1240
1240
  # @option params [required, Types::JobReport] :report
1241
1241
  # Configuration parameters for the optional job-completion report.
@@ -5393,15 +5393,29 @@ module Aws::S3Control
5393
5393
  req.send_request(options)
5394
5394
  end
5395
5395
 
5396
- # Returns a list of the access grants that were given to the caller
5397
- # using S3 Access Grants and that allow the caller to access the S3 data
5398
- # of the Amazon Web Services account specified in the request.
5396
+ # Use this API to list the access grants that grant the caller access to
5397
+ # Amazon S3 data through S3 Access Grants. The caller (grantee) can be
5398
+ # an Identity and Access Management (IAM) identity or Amazon Web
5399
+ # Services Identity Center corporate directory identity. You must pass
5400
+ # the Amazon Web Services account of the S3 data owner (grantor) in the
5401
+ # request. You can, optionally, narrow the results by `GrantScope`,
5402
+ # using a fragment of the data's S3 path, and S3 Access Grants will
5403
+ # return only the grants with a path that contains the path fragment.
5404
+ # You can also pass the `AllowedByApplication` filter in the request,
5405
+ # which returns only the grants authorized for applications, whether the
5406
+ # application is the caller's Identity Center application or any other
5407
+ # application (`ALL`). For more information, see [List the caller's
5408
+ # access grants][1] in the *Amazon S3 User Guide*.
5399
5409
  #
5400
5410
  # Permissions
5401
5411
  #
5402
5412
  # : You must have the `s3:ListCallerAccessGrants` permission to use this
5403
5413
  # operation.
5404
5414
  #
5415
+ #
5416
+ #
5417
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-grants-list-grants.html
5418
+ #
5405
5419
  # @option params [String] :account_id
5406
5420
  # The Amazon Web Services account ID of the S3 Access Grants instance.
5407
5421
  #
@@ -7720,7 +7734,7 @@ module Aws::S3Control
7720
7734
  tracer: tracer
7721
7735
  )
7722
7736
  context[:gem_name] = 'aws-sdk-s3control'
7723
- context[:gem_version] = '1.97.0'
7737
+ context[:gem_version] = '1.98.0'
7724
7738
  Seahorse::Client::Request.new(handlers, context)
7725
7739
  end
7726
7740
 
@@ -1175,7 +1175,7 @@ module Aws::S3Control
1175
1175
  #
1176
1176
  #
1177
1177
  #
1178
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-actions.html
1178
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-operations.html
1179
1179
  # @return [Types::JobOperation]
1180
1180
  #
1181
1181
  # @!attribute [rw] report
@@ -6938,9 +6938,20 @@ module Aws::S3Control
6938
6938
  #
6939
6939
  # * **Directory buckets** - For example, to copy objects to a
6940
6940
  # directory bucket named `destinationBucket` in the Availability
6941
- # Zone; identified by the AZ ID `usw2-az1`, set the `TargetResource`
6941
+ # Zone identified by the AZ ID `usw2-az1`, set the `TargetResource`
6942
6942
  # property to
6943
6943
  # `arn:aws:s3express:region:account_id:/bucket/destination_bucket_base_name--usw2-az1--x-s3`.
6944
+ # A directory bucket as a destination bucket can be in Availability
6945
+ # Zone or Local Zone.
6946
+ #
6947
+ # <note markdown="1"> Copying objects across different Amazon Web Services Regions
6948
+ # isn't supported when the source or destination bucket is in
6949
+ # Amazon Web Services Local Zones. The source and destination
6950
+ # buckets must have the same parent Amazon Web Services Region.
6951
+ # Otherwise, you get an HTTP `400 Bad Request` error with the error
6952
+ # code `InvalidRequest`.
6953
+ #
6954
+ # </note>
6944
6955
  # @return [String]
6945
6956
  #
6946
6957
  # @!attribute [rw] canned_access_control_list
@@ -7013,9 +7024,35 @@ module Aws::S3Control
7013
7024
  # @return [Time]
7014
7025
  #
7015
7026
  # @!attribute [rw] sse_aws_kms_key_id
7016
- # <note markdown="1"> This functionality is not supported by directory buckets.
7027
+ # Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for
7028
+ # object encryption. If the KMS key doesn't exist in the same account
7029
+ # that's issuing the command, you must use the full Key ARN not the
7030
+ # Key ID.
7031
+ #
7032
+ # <note markdown="1"> **Directory buckets** - If you specify `SSEAlgorithm` with `KMS`,
7033
+ # you must specify the ` SSEAwsKmsKeyId` parameter with the ID (Key ID
7034
+ # or Key ARN) of the KMS symmetric encryption customer managed key to
7035
+ # use. Otherwise, you get an HTTP `400 Bad Request` error. The key
7036
+ # alias format of the KMS key isn't supported. To encrypt new object
7037
+ # copies in a directory bucket with SSE-KMS, you must specify SSE-KMS
7038
+ # as the directory bucket's default encryption configuration with a
7039
+ # KMS key (specifically, a [customer managed key][1]). The [Amazon Web
7040
+ # Services managed key][2] (`aws/s3`) isn't supported. Your SSE-KMS
7041
+ # configuration can only support 1 [customer managed key][1] per
7042
+ # directory bucket for the lifetime of the bucket. After you specify a
7043
+ # customer managed key for SSE-KMS as the bucket default encryption,
7044
+ # you can't override the customer managed key for the bucket's
7045
+ # SSE-KMS configuration. Then, when you specify server-side encryption
7046
+ # settings for new object copies with SSE-KMS, you must make sure the
7047
+ # encryption key is the same customer managed key that you specified
7048
+ # for the directory bucket's default encryption configuration.
7017
7049
  #
7018
7050
  # </note>
7051
+ #
7052
+ #
7053
+ #
7054
+ # [1]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk
7055
+ # [2]: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk
7019
7056
  # @return [String]
7020
7057
  #
7021
7058
  # @!attribute [rw] target_key_prefix
@@ -7058,12 +7095,21 @@ module Aws::S3Control
7058
7095
  # (SSE-KMS). Setting this header to `true` causes Amazon S3 to use an
7059
7096
  # S3 Bucket Key for object encryption with SSE-KMS.
7060
7097
  #
7061
- # Specifying this header with an *object* action doesn’t affect
7098
+ # Specifying this header with an *Copy* action doesn’t affect
7062
7099
  # *bucket-level* settings for S3 Bucket Key.
7063
7100
  #
7064
- # <note markdown="1"> This functionality is not supported by directory buckets.
7101
+ # <note markdown="1"> **Directory buckets** - S3 Bucket Keys aren't supported, when you
7102
+ # copy SSE-KMS encrypted objects from general purpose buckets to
7103
+ # directory buckets, from directory buckets to general purpose
7104
+ # buckets, or between directory buckets, through [the Copy operation
7105
+ # in Batch Operations][1]. In this case, Amazon S3 makes a call to KMS
7106
+ # every time a copy request is made for a KMS-encrypted object.
7065
7107
  #
7066
7108
  # </note>
7109
+ #
7110
+ #
7111
+ #
7112
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops
7067
7113
  # @return [Boolean]
7068
7114
  #
7069
7115
  # @!attribute [rw] checksum_algorithm
@@ -7360,10 +7406,22 @@ module Aws::S3Control
7360
7406
  # @return [Boolean]
7361
7407
  #
7362
7408
  # @!attribute [rw] sse_algorithm
7363
- # <note markdown="1"> For directory buckets, only the server-side encryption with Amazon
7364
- # S3 managed keys (SSE-S3) (`AES256`) is supported.
7409
+ # The server-side encryption algorithm used when storing objects in
7410
+ # Amazon S3.
7365
7411
  #
7366
- # </note>
7412
+ # <b>Directory buckets </b> - For directory buckets, there are only
7413
+ # two supported options for server-side encryption: server-side
7414
+ # encryption with Amazon S3 managed keys (SSE-S3) (`AES256`) and
7415
+ # server-side encryption with KMS keys (SSE-KMS) (`KMS`). For more
7416
+ # information, see [Protecting data with server-side encryption][1] in
7417
+ # the *Amazon S3 User Guide*. For [the Copy operation in Batch
7418
+ # Operations][2], see [S3CopyObjectOperation][3].
7419
+ #
7420
+ #
7421
+ #
7422
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html
7423
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops
7424
+ # [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_S3CopyObjectOperation.html
7367
7425
  # @return [String]
7368
7426
  #
7369
7427
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/S3ObjectMetadata AWS API Documentation
@@ -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.97.0'
57
+ GEM_VERSION = '1.98.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.97.0
4
+ version: 1.98.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: 2024-11-18 00:00:00.000000000 Z
11
+ date: 2024-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core