aws-sdk-s3 1.167.0 → 1.168.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: 34111791125eda0be63a2a63a184b7a25278393369edb85c750f343fb8e8e896
4
- data.tar.gz: cf4c34ecd77b3c61781dc530646b9a93935d3b9500d690b9f6316f5b4ca6ea6a
3
+ metadata.gz: 5deee905659cfbeca6362fae14f63d939f3a8490903b7c3b3602d0ddc168abab
4
+ data.tar.gz: 0f0fbfc8ed93827eb0b8adccc42cfce4be8c7feeb2d1f9afe15d5cda60111bae
5
5
  SHA512:
6
- metadata.gz: 64a2bbc7ceabb661e95546bef8d52f42f6f1feb819fb9163d5c7ba525976498d3b56ca8be6e52b1bb5229d401c5863aeda481a100c0e72e0da700f8e18674520
7
- data.tar.gz: eab354c564d821f4c8666fb086ad96316aa461891c91d1ee3cefe2e7551d084d2ee7532e8be402c6e6f582d6ecb927b80cf904449d3b2cf6e86d9ad115088887
6
+ metadata.gz: fd3e33b847cb5248407c6c45fc46deaefbf7ebd9cd9bd6b9013472fcb948dba1183bc28ebb9ea4b4efd00f48527755134365c50702de8040a8d0e14d42e1a968
7
+ data.tar.gz: 3617f3cade4cabaf522754972d37cb6bd4e9e14dfc8ed1ec4ba06436e63960066dac01148577043d4260160df1a53bdfa4a00df85ff56cfa20622bf6714947fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.168.0 (2024-10-16)
5
+ ------------------
6
+
7
+ * Feature - Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response.
8
+
4
9
  1.167.0 (2024-10-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.167.0
1
+ 1.168.0
@@ -41,6 +41,14 @@ module Aws::S3
41
41
  data[:creation_date]
42
42
  end
43
43
 
44
+ # `BucketRegion` indicates the Amazon Web Services region where the
45
+ # bucket is located. If the request contains at least one valid
46
+ # parameter, it is included in the response.
47
+ # @return [String]
48
+ def bucket_region
49
+ data[:bucket_region]
50
+ end
51
+
44
52
  # @!endgroup
45
53
 
46
54
  # @return [Client]
@@ -606,10 +614,11 @@ module Aws::S3
606
614
  # information about REST request authentication, see [REST
607
615
  # Authentication][1].
608
616
  #
609
- # <note markdown="1"> The `Content-MD5` header is required for any request to upload an
610
- # object with a retention period configured using Amazon S3 Object Lock.
611
- # For more information about Amazon S3 Object Lock, see [Amazon S3
612
- # Object Lock Overview][2] in the *Amazon S3 User Guide*.
617
+ # <note markdown="1"> The `Content-MD5` or `x-amz-sdk-checksum-algorithm` header is required
618
+ # for any request to upload an object with a retention period configured
619
+ # using Amazon S3 Object Lock. For more information, see [Uploading
620
+ # objects to an Object Lock enabled bucket ][2] in the *Amazon S3 User
621
+ # Guide*.
613
622
  #
614
623
  # </note>
615
624
  #
@@ -620,7 +629,7 @@ module Aws::S3
620
629
  #
621
630
  #
622
631
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html
623
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock-overview.html
632
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object
624
633
  # @option options [String] :content_type
625
634
  # A standard MIME type describing the format of the contents. For more
626
635
  # information, see
@@ -657,14 +666,21 @@ module Aws::S3
657
666
  # provided `ChecksumAlgorithm` parameter and uses the checksum algorithm
658
667
  # that matches the provided value in `x-amz-checksum-algorithm `.
659
668
  #
660
- # <note markdown="1"> For directory buckets, when you use Amazon Web Services SDKs, `CRC32`
661
- # is the default checksum algorithm that's used for performance.
669
+ # <note markdown="1"> The `Content-MD5` or `x-amz-sdk-checksum-algorithm` header is required
670
+ # for any request to upload an object with a retention period configured
671
+ # using Amazon S3 Object Lock. For more information, see [Uploading
672
+ # objects to an Object Lock enabled bucket ][2] in the *Amazon S3 User
673
+ # Guide*.
662
674
  #
663
675
  # </note>
664
676
  #
677
+ # For directory buckets, when you use Amazon Web Services SDKs, `CRC32`
678
+ # is the default checksum algorithm that's used for performance.
679
+ #
665
680
  #
666
681
  #
667
682
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
683
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-managing.html#object-lock-put-object
668
684
  # @option options [String] :checksum_crc32
669
685
  # This header can be used as a data integrity check to verify that the
670
686
  # data received is the same data that was originally sent. This header
@@ -919,14 +935,19 @@ module Aws::S3
919
935
  # Amazon Web Services managed key (`aws/s3`) to protect the data.
920
936
  #
921
937
  # **Directory buckets** - If you specify `x-amz-server-side-encryption`
922
- # with `aws:kms`, you must specify the `
923
- # x-amz-server-side-encryption-aws-kms-key-id` header with the ID (Key
924
- # ID or Key ARN) of the KMS symmetric encryption customer managed key to
925
- # use. Otherwise, you get an HTTP `400 Bad Request` error. Only use the
926
- # key ID or key ARN. The key alias format of the KMS key isn't
927
- # supported. Your SSE-KMS configuration can only support 1 [customer
928
- # managed key][1] per directory bucket for the lifetime of the bucket.
929
- # [Amazon Web Services managed key][2] (`aws/s3`) isn't supported.
938
+ # with `aws:kms`, the ` x-amz-server-side-encryption-aws-kms-key-id`
939
+ # header is implicitly assigned the ID of the KMS symmetric encryption
940
+ # customer managed key that's configured for your directory bucket's
941
+ # default encryption setting. If you want to specify the `
942
+ # x-amz-server-side-encryption-aws-kms-key-id` header explicitly, you
943
+ # can only specify it with the ID (Key ID or Key ARN) of the KMS
944
+ # customer managed key that's configured for your directory bucket's
945
+ # default encryption setting. Otherwise, you get an HTTP `400 Bad
946
+ # Request` error. Only use the key ID or key ARN. The key alias format
947
+ # of the KMS key isn't supported. Your SSE-KMS configuration can only
948
+ # support 1 [customer managed key][1] per directory bucket for the
949
+ # lifetime of the bucket. The [Amazon Web Services managed key][2]
950
+ # (`aws/s3`) isn't supported.
930
951
  #
931
952
  #
932
953
  #