aws-sdk-s3 1.178.0 → 1.183.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 +4 -4
- data/CHANGELOG.md +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +35 -37
- data/lib/aws-sdk-s3/bucket_acl.rb +1 -1
- data/lib/aws-sdk-s3/bucket_cors.rb +1 -1
- data/lib/aws-sdk-s3/bucket_lifecycle.rb +1 -1
- data/lib/aws-sdk-s3/bucket_lifecycle_configuration.rb +1 -1
- data/lib/aws-sdk-s3/bucket_logging.rb +1 -1
- data/lib/aws-sdk-s3/bucket_policy.rb +6 -6
- data/lib/aws-sdk-s3/bucket_request_payment.rb +1 -1
- data/lib/aws-sdk-s3/bucket_tagging.rb +1 -1
- data/lib/aws-sdk-s3/bucket_versioning.rb +3 -3
- data/lib/aws-sdk-s3/bucket_website.rb +1 -1
- data/lib/aws-sdk-s3/client.rb +844 -782
- data/lib/aws-sdk-s3/client_api.rb +1 -0
- data/lib/aws-sdk-s3/endpoint_provider.rb +369 -281
- data/lib/aws-sdk-s3/multipart_upload.rb +14 -12
- data/lib/aws-sdk-s3/multipart_upload_part.rb +23 -23
- data/lib/aws-sdk-s3/object.rb +86 -90
- data/lib/aws-sdk-s3/object_summary.rb +74 -85
- data/lib/aws-sdk-s3/object_version.rb +6 -15
- data/lib/aws-sdk-s3/resource.rb +1 -1
- data/lib/aws-sdk-s3/types.rb +779 -660
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/bucket.rbs +1 -1
- data/sig/client.rbs +3 -2
- data/sig/object.rbs +3 -0
- data/sig/resource.rbs +1 -1
- data/sig/types.rbs +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbdeba0e195d705c2511bd1bad0a8d4f373ad6021fb7bb88ffb9459a3c6f0379
|
4
|
+
data.tar.gz: c5d3088ace20927301861759f5741b32945da841b1323a198e9bfb253b68f9f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 046c96cab161b3dfb49dc810d1a5153efeb04a3eb21b2026ae4de04f7f41a66eceae8a34a629a644012e50aedc17266ff95ec3af2dde904ef66a77c2580a8355
|
7
|
+
data.tar.gz: 82ba3b7b86ea0055ce00befb7fa8113e1a4012af0d49d246bfa4458ff0b9811cddd3fbf74d4f8831c115a5dc57bf96cdb949b40e5a9c35a5af2e2dc26eea0f96
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,31 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.183.0 (2025-03-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones
|
8
|
+
|
9
|
+
1.182.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.181.0 (2025-02-14)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for Content-Range header in HeadObject response.
|
18
|
+
|
19
|
+
1.180.0 (2025-02-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.
|
23
|
+
|
24
|
+
1.179.0 (2025-01-29)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
|
28
|
+
|
4
29
|
1.178.0 (2025-01-15)
|
5
30
|
------------------
|
6
31
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.183.0
|
data/lib/aws-sdk-s3/bucket.rb
CHANGED
@@ -237,7 +237,7 @@ module Aws::S3
|
|
237
237
|
# bucket.create({
|
238
238
|
# acl: "private", # accepts private, public-read, public-read-write, authenticated-read
|
239
239
|
# create_bucket_configuration: {
|
240
|
-
# location_constraint: "af-south-1", # accepts af-south-1, ap-east-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ca-central-1, cn-north-1, cn-northwest-1, EU, eu-central-1, eu-north-1, eu-south-1, eu-south-2, eu-west-1, eu-west-2, eu-west-3, me-south-1, sa-east-1, us-east-2, us-gov-east-1, us-gov-west-1, us-west-1, us-west-2
|
240
|
+
# location_constraint: "af-south-1", # accepts af-south-1, ap-east-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, ap-south-1, ap-south-2, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-4, ap-southeast-5, ca-central-1, cn-north-1, cn-northwest-1, EU, eu-central-1, eu-central-2, eu-north-1, eu-south-1, eu-south-2, eu-west-1, eu-west-2, eu-west-3, il-central-1, me-central-1, me-south-1, sa-east-1, us-east-2, us-gov-east-1, us-gov-west-1, us-west-1, us-west-2
|
241
241
|
# location: {
|
242
242
|
# type: "AvailabilityZone", # accepts AvailabilityZone, LocalZone
|
243
243
|
# name: "LocationNameAsString",
|
@@ -458,15 +458,15 @@ module Aws::S3
|
|
458
458
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm ` with
|
459
459
|
# the supported algorithm from the following list:
|
460
460
|
#
|
461
|
-
# * `
|
461
|
+
# * `CRC32`
|
462
462
|
#
|
463
|
-
# * `
|
463
|
+
# * `CRC32C`
|
464
464
|
#
|
465
|
-
# * `
|
465
|
+
# * `CRC64NVME`
|
466
466
|
#
|
467
|
-
# * `
|
467
|
+
# * `SHA1`
|
468
468
|
#
|
469
|
-
# * `
|
469
|
+
# * `SHA256`
|
470
470
|
#
|
471
471
|
# For more information, see [Checking object integrity][1] in the
|
472
472
|
# *Amazon S3 User Guide*.
|
@@ -656,15 +656,15 @@ module Aws::S3
|
|
656
656
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm ` with
|
657
657
|
# the supported algorithm from the following list:
|
658
658
|
#
|
659
|
-
# * `
|
659
|
+
# * `CRC32`
|
660
660
|
#
|
661
|
-
# * `
|
661
|
+
# * `CRC32C`
|
662
662
|
#
|
663
|
-
# * `
|
663
|
+
# * `CRC64NVME`
|
664
664
|
#
|
665
|
-
# * `
|
665
|
+
# * `SHA1`
|
666
666
|
#
|
667
|
-
# * `
|
667
|
+
# * `SHA256`
|
668
668
|
#
|
669
669
|
# For more information, see [Checking object integrity][1] in the
|
670
670
|
# *Amazon S3 User Guide*.
|
@@ -692,7 +692,7 @@ module Aws::S3
|
|
692
692
|
# @option options [String] :checksum_crc32
|
693
693
|
# This header can be used as a data integrity check to verify that the
|
694
694
|
# data received is the same data that was originally sent. This header
|
695
|
-
# specifies the Base64 encoded, 32-bit `
|
695
|
+
# specifies the Base64 encoded, 32-bit `CRC32` checksum of the object.
|
696
696
|
# For more information, see [Checking object integrity][1] in the
|
697
697
|
# *Amazon S3 User Guide*.
|
698
698
|
#
|
@@ -702,7 +702,7 @@ module Aws::S3
|
|
702
702
|
# @option options [String] :checksum_crc32c
|
703
703
|
# This header can be used as a data integrity check to verify that the
|
704
704
|
# data received is the same data that was originally sent. This header
|
705
|
-
# specifies the Base64 encoded, 32-bit `
|
705
|
+
# specifies the Base64 encoded, 32-bit `CRC32C` checksum of the object.
|
706
706
|
# For more information, see [Checking object integrity][1] in the
|
707
707
|
# *Amazon S3 User Guide*.
|
708
708
|
#
|
@@ -712,10 +712,10 @@ module Aws::S3
|
|
712
712
|
# @option options [String] :checksum_crc64nvme
|
713
713
|
# This header can be used as a data integrity check to verify that the
|
714
714
|
# data received is the same data that was originally sent. This header
|
715
|
-
# specifies the Base64 encoded, 64-bit `
|
716
|
-
# object. The `
|
717
|
-
#
|
718
|
-
#
|
715
|
+
# specifies the Base64 encoded, 64-bit `CRC64NVME` checksum of the
|
716
|
+
# object. The `CRC64NVME` checksum is always a full object checksum. For
|
717
|
+
# more information, see [Checking object integrity in the Amazon S3 User
|
718
|
+
# Guide][1].
|
719
719
|
#
|
720
720
|
#
|
721
721
|
#
|
@@ -723,9 +723,9 @@ module Aws::S3
|
|
723
723
|
# @option options [String] :checksum_sha1
|
724
724
|
# This header can be used as a data integrity check to verify that the
|
725
725
|
# data received is the same data that was originally sent. This header
|
726
|
-
# specifies the Base64 encoded, 160-bit `
|
727
|
-
#
|
728
|
-
#
|
726
|
+
# specifies the Base64 encoded, 160-bit `SHA1` digest of the object. For
|
727
|
+
# more information, see [Checking object integrity][1] in the *Amazon S3
|
728
|
+
# User Guide*.
|
729
729
|
#
|
730
730
|
#
|
731
731
|
#
|
@@ -733,7 +733,7 @@ module Aws::S3
|
|
733
733
|
# @option options [String] :checksum_sha256
|
734
734
|
# This header can be used as a data integrity check to verify that the
|
735
735
|
# data received is the same data that was originally sent. This header
|
736
|
-
# specifies the Base64 encoded, 256-bit `
|
736
|
+
# specifies the Base64 encoded, 256-bit `SHA256` digest of the object.
|
737
737
|
# For more information, see [Checking object integrity][1] in the
|
738
738
|
# *Amazon S3 User Guide*.
|
739
739
|
#
|
@@ -903,8 +903,9 @@ module Aws::S3
|
|
903
903
|
# a different Storage Class. For more information, see [Storage
|
904
904
|
# Classes][1] in the *Amazon S3 User Guide*.
|
905
905
|
#
|
906
|
-
# <note markdown="1"> *
|
907
|
-
#
|
906
|
+
# <note markdown="1"> * Directory buckets only support `EXPRESS_ONEZONE` (the S3 Express One
|
907
|
+
# Zone storage class) in Availability Zones and `ONEZONE_IA` (the S3
|
908
|
+
# One Zone-Infrequent Access storage class) in Dedicated Local Zones.
|
908
909
|
#
|
909
910
|
# * Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.
|
910
911
|
#
|
@@ -982,20 +983,17 @@ module Aws::S3
|
|
982
983
|
# `x-amz-server-side-encryption-aws-kms-key-id`, Amazon S3 uses the
|
983
984
|
# Amazon Web Services managed key (`aws/s3`) to protect the data.
|
984
985
|
#
|
985
|
-
# **Directory buckets** -
|
986
|
-
#
|
987
|
-
#
|
988
|
-
#
|
989
|
-
#
|
990
|
-
# x-amz-server-side-encryption-aws-kms-key-id` header
|
991
|
-
#
|
992
|
-
#
|
993
|
-
#
|
994
|
-
#
|
995
|
-
#
|
996
|
-
# support 1 [customer managed key][1] per directory bucket for the
|
997
|
-
# lifetime of the bucket. The [Amazon Web Services managed key][2]
|
998
|
-
# (`aws/s3`) isn't supported.
|
986
|
+
# **Directory buckets** - To encrypt data using SSE-KMS, it's
|
987
|
+
# recommended to specify the `x-amz-server-side-encryption` header to
|
988
|
+
# `aws:kms`. Then, the `x-amz-server-side-encryption-aws-kms-key-id`
|
989
|
+
# header implicitly uses the bucket's default KMS customer managed key
|
990
|
+
# ID. If you want to explicitly set the `
|
991
|
+
# x-amz-server-side-encryption-aws-kms-key-id` header, it must match the
|
992
|
+
# bucket's default customer managed key (using key ID or ARN, not
|
993
|
+
# alias). Your SSE-KMS configuration can only support 1 [customer
|
994
|
+
# managed key][1] per directory bucket's lifetime. The [Amazon Web
|
995
|
+
# Services managed key][2] (`aws/s3`) isn't supported. Incorrect key
|
996
|
+
# specification results in an HTTP `400 Bad Request` error.
|
999
997
|
#
|
1000
998
|
#
|
1001
999
|
#
|
@@ -235,7 +235,7 @@ module Aws::S3
|
|
235
235
|
#
|
236
236
|
# [1]: http://www.ietf.org/rfc/rfc1864.txt
|
237
237
|
# @option options [String] :checksum_algorithm
|
238
|
-
# Indicates the algorithm used to create the checksum for the
|
238
|
+
# Indicates the algorithm used to create the checksum for the request
|
239
239
|
# when you use the SDK. This header will not provide any additional
|
240
240
|
# functionality if you don't use the SDK. When you send this header,
|
241
241
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -240,7 +240,7 @@ module Aws::S3
|
|
240
240
|
#
|
241
241
|
# [1]: http://www.ietf.org/rfc/rfc1864.txt
|
242
242
|
# @option options [String] :checksum_algorithm
|
243
|
-
# Indicates the algorithm used to create the checksum for the
|
243
|
+
# Indicates the algorithm used to create the checksum for the request
|
244
244
|
# when you use the SDK. This header will not provide any additional
|
245
245
|
# functionality if you don't use the SDK. When you send this header,
|
246
246
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -246,7 +246,7 @@ module Aws::S3
|
|
246
246
|
# (CLI) or Amazon Web Services SDKs, this field is calculated
|
247
247
|
# automatically.
|
248
248
|
# @option options [String] :checksum_algorithm
|
249
|
-
# Indicates the algorithm used to create the checksum for the
|
249
|
+
# Indicates the algorithm used to create the checksum for the request
|
250
250
|
# when you use the SDK. This header will not provide any additional
|
251
251
|
# functionality if you don't use the SDK. When you send this header,
|
252
252
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -291,7 +291,7 @@ module Aws::S3
|
|
291
291
|
# })
|
292
292
|
# @param [Hash] options ({})
|
293
293
|
# @option options [String] :checksum_algorithm
|
294
|
-
# Indicates the algorithm used to create the checksum for the
|
294
|
+
# Indicates the algorithm used to create the checksum for the request
|
295
295
|
# when you use the SDK. This header will not provide any additional
|
296
296
|
# functionality if you don't use the SDK. When you send this header,
|
297
297
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -226,7 +226,7 @@ module Aws::S3
|
|
226
226
|
# (CLI) or Amazon Web Services SDKs, this field is calculated
|
227
227
|
# automatically.
|
228
228
|
# @option options [String] :checksum_algorithm
|
229
|
-
# Indicates the algorithm used to create the checksum for the
|
229
|
+
# Indicates the algorithm used to create the checksum for the request
|
230
230
|
# when you use the SDK. This header will not provide any additional
|
231
231
|
# functionality if you don't use the SDK. When you send this header,
|
232
232
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -224,7 +224,7 @@ module Aws::S3
|
|
224
224
|
#
|
225
225
|
# </note>
|
226
226
|
# @option options [String] :checksum_algorithm
|
227
|
-
# Indicates the algorithm used to create the checksum for the
|
227
|
+
# Indicates the algorithm used to create the checksum for the request
|
228
228
|
# when you use the SDK. This header will not provide any additional
|
229
229
|
# functionality if you don't use the SDK. When you send this header,
|
230
230
|
# there must be a corresponding `x-amz-checksum-algorithm ` or
|
@@ -234,15 +234,15 @@ module Aws::S3
|
|
234
234
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm ` with
|
235
235
|
# the supported algorithm from the following list:
|
236
236
|
#
|
237
|
-
# * `
|
237
|
+
# * `CRC32`
|
238
238
|
#
|
239
|
-
# * `
|
239
|
+
# * `CRC32C`
|
240
240
|
#
|
241
|
-
# * `
|
241
|
+
# * `CRC64NVME`
|
242
242
|
#
|
243
|
-
# * `
|
243
|
+
# * `SHA1`
|
244
244
|
#
|
245
|
-
# * `
|
245
|
+
# * `SHA256`
|
246
246
|
#
|
247
247
|
# For more information, see [Checking object integrity][1] in the
|
248
248
|
# *Amazon S3 User Guide*.
|
@@ -202,7 +202,7 @@ module Aws::S3
|
|
202
202
|
#
|
203
203
|
# [1]: http://www.ietf.org/rfc/rfc1864.txt
|
204
204
|
# @option options [String] :checksum_algorithm
|
205
|
-
# Indicates the algorithm used to create the checksum for the
|
205
|
+
# Indicates the algorithm used to create the checksum for the request
|
206
206
|
# when you use the SDK. This header will not provide any additional
|
207
207
|
# functionality if you don't use the SDK. When you send this header,
|
208
208
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -226,7 +226,7 @@ module Aws::S3
|
|
226
226
|
#
|
227
227
|
# [1]: http://www.ietf.org/rfc/rfc1864.txt
|
228
228
|
# @option options [String] :checksum_algorithm
|
229
|
-
# Indicates the algorithm used to create the checksum for the
|
229
|
+
# Indicates the algorithm used to create the checksum for the request
|
230
230
|
# when you use the SDK. This header will not provide any additional
|
231
231
|
# functionality if you don't use the SDK. When you send this header,
|
232
232
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -210,7 +210,7 @@ module Aws::S3
|
|
210
210
|
#
|
211
211
|
# [1]: http://www.ietf.org/rfc/rfc1864.txt
|
212
212
|
# @option options [String] :checksum_algorithm
|
213
|
-
# Indicates the algorithm used to create the checksum for the
|
213
|
+
# Indicates the algorithm used to create the checksum for the request
|
214
214
|
# when you use the SDK. This header will not provide any additional
|
215
215
|
# functionality if you don't use the SDK. When you send this header,
|
216
216
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -272,7 +272,7 @@ module Aws::S3
|
|
272
272
|
#
|
273
273
|
# [1]: http://www.ietf.org/rfc/rfc1864.txt
|
274
274
|
# @option options [String] :checksum_algorithm
|
275
|
-
# Indicates the algorithm used to create the checksum for the
|
275
|
+
# Indicates the algorithm used to create the checksum for the request
|
276
276
|
# when you use the SDK. This header will not provide any additional
|
277
277
|
# functionality if you don't use the SDK. When you send this header,
|
278
278
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -327,7 +327,7 @@ module Aws::S3
|
|
327
327
|
#
|
328
328
|
# [1]: http://www.ietf.org/rfc/rfc1864.txt
|
329
329
|
# @option options [String] :checksum_algorithm
|
330
|
-
# Indicates the algorithm used to create the checksum for the
|
330
|
+
# Indicates the algorithm used to create the checksum for the request
|
331
331
|
# when you use the SDK. This header will not provide any additional
|
332
332
|
# functionality if you don't use the SDK. When you send this header,
|
333
333
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -267,7 +267,7 @@ module Aws::S3
|
|
267
267
|
#
|
268
268
|
# [1]: http://www.ietf.org/rfc/rfc1864.txt
|
269
269
|
# @option options [String] :checksum_algorithm
|
270
|
-
# Indicates the algorithm used to create the checksum for the
|
270
|
+
# Indicates the algorithm used to create the checksum for the request
|
271
271
|
# when you use the SDK. This header will not provide any additional
|
272
272
|
# functionality if you don't use the SDK. When you send this header,
|
273
273
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|