aws-sdk-s3 1.180.0 → 1.182.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +20 -20
- data/lib/aws-sdk-s3/bucket_policy.rb +5 -5
- data/lib/aws-sdk-s3/client.rb +205 -203
- data/lib/aws-sdk-s3/client_api.rb +1 -0
- data/lib/aws-sdk-s3/multipart_upload.rb +10 -10
- data/lib/aws-sdk-s3/multipart_upload_part.rb +23 -23
- data/lib/aws-sdk-s3/object.rb +32 -25
- data/lib/aws-sdk-s3/object_summary.rb +20 -20
- data/lib/aws-sdk-s3/object_version.rb +5 -5
- data/lib/aws-sdk-s3/types.rb +192 -186
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/object.rbs +3 -0
- data/sig/types.rbs +1 -0
- metadata +2 -2
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -655,7 +655,7 @@ module Aws::S3
|
|
655
655
|
# Contains all the possible checksum or digest values for an object.
|
656
656
|
#
|
657
657
|
# @!attribute [rw] checksum_crc32
|
658
|
-
# The Base64 encoded, 32-bit `
|
658
|
+
# The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
|
659
659
|
# checksum is only be present if the checksum was uploaded with the
|
660
660
|
# object. When you use an API operation on an object that was uploaded
|
661
661
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -670,7 +670,7 @@ module Aws::S3
|
|
670
670
|
# @return [String]
|
671
671
|
#
|
672
672
|
# @!attribute [rw] checksum_crc32c
|
673
|
-
# The Base64 encoded, 32-bit `
|
673
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the object. This
|
674
674
|
# checksum is only present if the checksum was uploaded with the
|
675
675
|
# object. When you use an API operation on an object that was uploaded
|
676
676
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -685,10 +685,10 @@ module Aws::S3
|
|
685
685
|
# @return [String]
|
686
686
|
#
|
687
687
|
# @!attribute [rw] checksum_crc64nvme
|
688
|
-
# The Base64 encoded, 64-bit `
|
689
|
-
# checksum is present if the object was uploaded with the `
|
688
|
+
# The Base64 encoded, 64-bit `CRC64NVME` checksum of the object. This
|
689
|
+
# checksum is present if the object was uploaded with the `CRC64NVME`
|
690
690
|
# checksum algorithm, or if the object was uploaded without a checksum
|
691
|
-
# (and Amazon S3 added the default checksum, `
|
691
|
+
# (and Amazon S3 added the default checksum, `CRC64NVME`, to the
|
692
692
|
# uploaded object). For more information, see [Checking object
|
693
693
|
# integrity][1] in the *Amazon S3 User Guide*.
|
694
694
|
#
|
@@ -698,7 +698,7 @@ module Aws::S3
|
|
698
698
|
# @return [String]
|
699
699
|
#
|
700
700
|
# @!attribute [rw] checksum_sha1
|
701
|
-
# The Base64 encoded, 160-bit `
|
701
|
+
# The Base64 encoded, 160-bit `SHA1` digest of the object. This will
|
702
702
|
# only be present if the object was uploaded with the object. When you
|
703
703
|
# use the API operation on an object that was uploaded using multipart
|
704
704
|
# uploads, this value may not be a direct checksum value of the full
|
@@ -713,14 +713,14 @@ module Aws::S3
|
|
713
713
|
# @return [String]
|
714
714
|
#
|
715
715
|
# @!attribute [rw] checksum_sha256
|
716
|
-
# The Base64 encoded, 256-bit `
|
717
|
-
#
|
718
|
-
#
|
719
|
-
#
|
720
|
-
#
|
721
|
-
#
|
722
|
-
#
|
723
|
-
#
|
716
|
+
# The Base64 encoded, 256-bit `SHA256` digest of the object. This will
|
717
|
+
# only be present if the object was uploaded with the object. When you
|
718
|
+
# use an API operation on an object that was uploaded using multipart
|
719
|
+
# uploads, this value may not be a direct checksum value of the full
|
720
|
+
# object. Instead, it's a calculation based on the checksum values of
|
721
|
+
# each individual part. For more information about how checksums are
|
722
|
+
# calculated with multipart uploads, see [ Checking object
|
723
|
+
# integrity][1] in the *Amazon S3 User Guide*.
|
724
724
|
#
|
725
725
|
#
|
726
726
|
#
|
@@ -849,7 +849,7 @@ module Aws::S3
|
|
849
849
|
# @return [String]
|
850
850
|
#
|
851
851
|
# @!attribute [rw] checksum_crc32
|
852
|
-
# The Base64 encoded, 32-bit `
|
852
|
+
# The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
|
853
853
|
# checksum is only be present if the checksum was uploaded with the
|
854
854
|
# object. When you use an API operation on an object that was uploaded
|
855
855
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -864,7 +864,7 @@ module Aws::S3
|
|
864
864
|
# @return [String]
|
865
865
|
#
|
866
866
|
# @!attribute [rw] checksum_crc32c
|
867
|
-
# The Base64 encoded, 32-bit `
|
867
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the object. This
|
868
868
|
# checksum is only present if the checksum was uploaded with the
|
869
869
|
# object. When you use an API operation on an object that was uploaded
|
870
870
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -881,8 +881,8 @@ module Aws::S3
|
|
881
881
|
# @!attribute [rw] checksum_crc64nvme
|
882
882
|
# This header can be used as a data integrity check to verify that the
|
883
883
|
# data received is the same data that was originally sent. This header
|
884
|
-
# specifies the Base64 encoded, 64-bit `
|
885
|
-
# object. The `
|
884
|
+
# specifies the Base64 encoded, 64-bit `CRC64NVME` checksum of the
|
885
|
+
# object. The `CRC64NVME` checksum is always a full object checksum.
|
886
886
|
# For more information, see [Checking object integrity in the Amazon
|
887
887
|
# S3 User Guide][1].
|
888
888
|
#
|
@@ -892,7 +892,7 @@ module Aws::S3
|
|
892
892
|
# @return [String]
|
893
893
|
#
|
894
894
|
# @!attribute [rw] checksum_sha1
|
895
|
-
# The Base64 encoded, 160-bit `
|
895
|
+
# The Base64 encoded, 160-bit `SHA1` digest of the object. This will
|
896
896
|
# only be present if the object was uploaded with the object. When you
|
897
897
|
# use the API operation on an object that was uploaded using multipart
|
898
898
|
# uploads, this value may not be a direct checksum value of the full
|
@@ -907,14 +907,14 @@ module Aws::S3
|
|
907
907
|
# @return [String]
|
908
908
|
#
|
909
909
|
# @!attribute [rw] checksum_sha256
|
910
|
-
# The Base64 encoded, 256-bit `
|
911
|
-
#
|
912
|
-
#
|
913
|
-
#
|
914
|
-
#
|
915
|
-
#
|
916
|
-
#
|
917
|
-
#
|
910
|
+
# The Base64 encoded, 256-bit `SHA256` digest of the object. This will
|
911
|
+
# only be present if the object was uploaded with the object. When you
|
912
|
+
# use an API operation on an object that was uploaded using multipart
|
913
|
+
# uploads, this value may not be a direct checksum value of the full
|
914
|
+
# object. Instead, it's a calculation based on the checksum values of
|
915
|
+
# each individual part. For more information about how checksums are
|
916
|
+
# calculated with multipart uploads, see [ Checking object
|
917
|
+
# integrity][1] in the *Amazon S3 User Guide*.
|
918
918
|
#
|
919
919
|
#
|
920
920
|
#
|
@@ -1052,9 +1052,9 @@ module Aws::S3
|
|
1052
1052
|
# @!attribute [rw] checksum_crc32
|
1053
1053
|
# This header can be used as a data integrity check to verify that the
|
1054
1054
|
# data received is the same data that was originally sent. This header
|
1055
|
-
# specifies the Base64 encoded, 32-bit `
|
1056
|
-
#
|
1057
|
-
#
|
1055
|
+
# specifies the Base64 encoded, 32-bit `CRC32` checksum of the object.
|
1056
|
+
# For more information, see [Checking object integrity][1] in the
|
1057
|
+
# *Amazon S3 User Guide*.
|
1058
1058
|
#
|
1059
1059
|
#
|
1060
1060
|
#
|
@@ -1064,7 +1064,7 @@ module Aws::S3
|
|
1064
1064
|
# @!attribute [rw] checksum_crc32c
|
1065
1065
|
# This header can be used as a data integrity check to verify that the
|
1066
1066
|
# data received is the same data that was originally sent. This header
|
1067
|
-
# specifies the Base64 encoded, 32-bit `
|
1067
|
+
# specifies the Base64 encoded, 32-bit `CRC32C` checksum of the
|
1068
1068
|
# object. For more information, see [Checking object integrity][1] in
|
1069
1069
|
# the *Amazon S3 User Guide*.
|
1070
1070
|
#
|
@@ -1076,8 +1076,8 @@ module Aws::S3
|
|
1076
1076
|
# @!attribute [rw] checksum_crc64nvme
|
1077
1077
|
# This header can be used as a data integrity check to verify that the
|
1078
1078
|
# data received is the same data that was originally sent. This header
|
1079
|
-
# specifies the Base64 encoded, 64-bit `
|
1080
|
-
# object. The `
|
1079
|
+
# specifies the Base64 encoded, 64-bit `CRC64NVME` checksum of the
|
1080
|
+
# object. The `CRC64NVME` checksum is always a full object checksum.
|
1081
1081
|
# For more information, see [Checking object integrity in the Amazon
|
1082
1082
|
# S3 User Guide][1].
|
1083
1083
|
#
|
@@ -1089,7 +1089,7 @@ module Aws::S3
|
|
1089
1089
|
# @!attribute [rw] checksum_sha1
|
1090
1090
|
# This header can be used as a data integrity check to verify that the
|
1091
1091
|
# data received is the same data that was originally sent. This header
|
1092
|
-
# specifies the Base64 encoded, 160-bit `
|
1092
|
+
# specifies the Base64 encoded, 160-bit `SHA1` digest of the object.
|
1093
1093
|
# For more information, see [Checking object integrity][1] in the
|
1094
1094
|
# *Amazon S3 User Guide*.
|
1095
1095
|
#
|
@@ -1101,9 +1101,9 @@ module Aws::S3
|
|
1101
1101
|
# @!attribute [rw] checksum_sha256
|
1102
1102
|
# This header can be used as a data integrity check to verify that the
|
1103
1103
|
# data received is the same data that was originally sent. This header
|
1104
|
-
# specifies the Base64 encoded, 256-bit `
|
1105
|
-
#
|
1106
|
-
#
|
1104
|
+
# specifies the Base64 encoded, 256-bit `SHA256` digest of the object.
|
1105
|
+
# For more information, see [Checking object integrity][1] in the
|
1106
|
+
# *Amazon S3 User Guide*.
|
1107
1107
|
#
|
1108
1108
|
#
|
1109
1109
|
#
|
@@ -1292,9 +1292,9 @@ module Aws::S3
|
|
1292
1292
|
# @return [String]
|
1293
1293
|
#
|
1294
1294
|
# @!attribute [rw] checksum_crc32
|
1295
|
-
# The Base64 encoded, 32-bit `
|
1295
|
+
# The Base64 encoded, 32-bit `CRC32` checksum of the part. This
|
1296
1296
|
# checksum is present if the multipart upload request was created with
|
1297
|
-
# the `
|
1297
|
+
# the `CRC32` checksum algorithm. For more information, see [Checking
|
1298
1298
|
# object integrity][1] in the *Amazon S3 User Guide*.
|
1299
1299
|
#
|
1300
1300
|
#
|
@@ -1303,10 +1303,10 @@ module Aws::S3
|
|
1303
1303
|
# @return [String]
|
1304
1304
|
#
|
1305
1305
|
# @!attribute [rw] checksum_crc32c
|
1306
|
-
# The Base64 encoded, 32-bit `
|
1306
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the part. This
|
1307
1307
|
# checksum is present if the multipart upload request was created with
|
1308
|
-
# the `
|
1309
|
-
#
|
1308
|
+
# the `CRC32C` checksum algorithm. For more information, see [Checking
|
1309
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
1310
1310
|
#
|
1311
1311
|
#
|
1312
1312
|
#
|
@@ -1314,11 +1314,11 @@ module Aws::S3
|
|
1314
1314
|
# @return [String]
|
1315
1315
|
#
|
1316
1316
|
# @!attribute [rw] checksum_crc64nvme
|
1317
|
-
# The Base64 encoded, 64-bit `
|
1317
|
+
# The Base64 encoded, 64-bit `CRC64NVME` checksum of the part. This
|
1318
1318
|
# checksum is present if the multipart upload request was created with
|
1319
|
-
# the `
|
1320
|
-
#
|
1321
|
-
#
|
1319
|
+
# the `CRC64NVME` checksum algorithm to the uploaded object). For more
|
1320
|
+
# information, see [Checking object integrity][1] in the *Amazon S3
|
1321
|
+
# User Guide*.
|
1322
1322
|
#
|
1323
1323
|
#
|
1324
1324
|
#
|
@@ -1326,9 +1326,9 @@ module Aws::S3
|
|
1326
1326
|
# @return [String]
|
1327
1327
|
#
|
1328
1328
|
# @!attribute [rw] checksum_sha1
|
1329
|
-
# The Base64 encoded, 160-bit `
|
1329
|
+
# The Base64 encoded, 160-bit `SHA1` checksum of the part. This
|
1330
1330
|
# checksum is present if the multipart upload request was created with
|
1331
|
-
# the `
|
1331
|
+
# the `SHA1` checksum algorithm. For more information, see [Checking
|
1332
1332
|
# object integrity][1] in the *Amazon S3 User Guide*.
|
1333
1333
|
#
|
1334
1334
|
#
|
@@ -1337,10 +1337,10 @@ module Aws::S3
|
|
1337
1337
|
# @return [String]
|
1338
1338
|
#
|
1339
1339
|
# @!attribute [rw] checksum_sha256
|
1340
|
-
# The Base64 encoded, 256-bit `
|
1340
|
+
# The Base64 encoded, 256-bit `SHA256` checksum of the part. This
|
1341
1341
|
# checksum is present if the multipart upload request was created with
|
1342
|
-
# the `
|
1343
|
-
#
|
1342
|
+
# the `SHA256` checksum algorithm. For more information, see [Checking
|
1343
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
1344
1344
|
#
|
1345
1345
|
#
|
1346
1346
|
#
|
@@ -2429,7 +2429,7 @@ module Aws::S3
|
|
2429
2429
|
# @return [String]
|
2430
2430
|
#
|
2431
2431
|
# @!attribute [rw] checksum_crc32
|
2432
|
-
# The Base64 encoded, 32-bit `
|
2432
|
+
# The Base64 encoded, 32-bit `CRC32` checksum of the object. This
|
2433
2433
|
# checksum is only present if the object was uploaded with the object.
|
2434
2434
|
# For more information, see [ Checking object integrity][1] in the
|
2435
2435
|
# *Amazon S3 User Guide*.
|
@@ -2440,7 +2440,7 @@ module Aws::S3
|
|
2440
2440
|
# @return [String]
|
2441
2441
|
#
|
2442
2442
|
# @!attribute [rw] checksum_crc32c
|
2443
|
-
# The Base64 encoded, 32-bit `
|
2443
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the object. This
|
2444
2444
|
# will only be present if the object was uploaded with the object. For
|
2445
2445
|
# more information, see [ Checking object integrity][1] in the *Amazon
|
2446
2446
|
# S3 User Guide*.
|
@@ -2451,11 +2451,11 @@ module Aws::S3
|
|
2451
2451
|
# @return [String]
|
2452
2452
|
#
|
2453
2453
|
# @!attribute [rw] checksum_crc64nvme
|
2454
|
-
# The Base64 encoded, 64-bit `
|
2454
|
+
# The Base64 encoded, 64-bit `CRC64NVME` checksum of the object. This
|
2455
2455
|
# checksum is present if the object being copied was uploaded with the
|
2456
|
-
# `
|
2456
|
+
# `CRC64NVME` checksum algorithm, or if the object was uploaded
|
2457
2457
|
# without a checksum (and Amazon S3 added the default checksum,
|
2458
|
-
# `
|
2458
|
+
# `CRC64NVME`, to the uploaded object). For more information, see
|
2459
2459
|
# [Checking object integrity][1] in the *Amazon S3 User Guide*.
|
2460
2460
|
#
|
2461
2461
|
#
|
@@ -2464,7 +2464,7 @@ module Aws::S3
|
|
2464
2464
|
# @return [String]
|
2465
2465
|
#
|
2466
2466
|
# @!attribute [rw] checksum_sha1
|
2467
|
-
# The Base64 encoded, 160-bit `
|
2467
|
+
# The Base64 encoded, 160-bit `SHA1` digest of the object. This will
|
2468
2468
|
# only be present if the object was uploaded with the object. For more
|
2469
2469
|
# information, see [ Checking object integrity][1] in the *Amazon S3
|
2470
2470
|
# User Guide*.
|
@@ -2475,10 +2475,10 @@ module Aws::S3
|
|
2475
2475
|
# @return [String]
|
2476
2476
|
#
|
2477
2477
|
# @!attribute [rw] checksum_sha256
|
2478
|
-
# The Base64 encoded, 256-bit `
|
2479
|
-
#
|
2480
|
-
#
|
2481
|
-
#
|
2478
|
+
# The Base64 encoded, 256-bit `SHA256` digest of the object. This will
|
2479
|
+
# only be present if the object was uploaded with the object. For more
|
2480
|
+
# information, see [ Checking object integrity][1] in the *Amazon S3
|
2481
|
+
# User Guide*.
|
2482
2482
|
#
|
2483
2483
|
#
|
2484
2484
|
#
|
@@ -2513,7 +2513,7 @@ module Aws::S3
|
|
2513
2513
|
# @!attribute [rw] checksum_crc32
|
2514
2514
|
# This header can be used as a data integrity check to verify that the
|
2515
2515
|
# data received is the same data that was originally sent. This header
|
2516
|
-
# specifies the Base64 encoded, 32-bit `
|
2516
|
+
# specifies the Base64 encoded, 32-bit `CRC32` checksum of the part.
|
2517
2517
|
# For more information, see [Checking object integrity][1] in the
|
2518
2518
|
# *Amazon S3 User Guide*.
|
2519
2519
|
#
|
@@ -2525,7 +2525,7 @@ module Aws::S3
|
|
2525
2525
|
# @!attribute [rw] checksum_crc32c
|
2526
2526
|
# This header can be used as a data integrity check to verify that the
|
2527
2527
|
# data received is the same data that was originally sent. This header
|
2528
|
-
# specifies the Base64 encoded, 32-bit `
|
2528
|
+
# specifies the Base64 encoded, 32-bit `CRC32C` checksum of the part.
|
2529
2529
|
# For more information, see [Checking object integrity][1] in the
|
2530
2530
|
# *Amazon S3 User Guide*.
|
2531
2531
|
#
|
@@ -2535,11 +2535,11 @@ module Aws::S3
|
|
2535
2535
|
# @return [String]
|
2536
2536
|
#
|
2537
2537
|
# @!attribute [rw] checksum_crc64nvme
|
2538
|
-
# The Base64 encoded, 64-bit `
|
2538
|
+
# The Base64 encoded, 64-bit `CRC64NVME` checksum of the part. This
|
2539
2539
|
# checksum is present if the multipart upload request was created with
|
2540
|
-
# the `
|
2541
|
-
#
|
2542
|
-
#
|
2540
|
+
# the `CRC64NVME` checksum algorithm to the uploaded object). For more
|
2541
|
+
# information, see [Checking object integrity][1] in the *Amazon S3
|
2542
|
+
# User Guide*.
|
2543
2543
|
#
|
2544
2544
|
#
|
2545
2545
|
#
|
@@ -2549,7 +2549,7 @@ module Aws::S3
|
|
2549
2549
|
# @!attribute [rw] checksum_sha1
|
2550
2550
|
# This header can be used as a data integrity check to verify that the
|
2551
2551
|
# data received is the same data that was originally sent. This header
|
2552
|
-
# specifies the Base64 encoded, 160-bit `
|
2552
|
+
# specifies the Base64 encoded, 160-bit `SHA1` checksum of the part.
|
2553
2553
|
# For more information, see [Checking object integrity][1] in the
|
2554
2554
|
# *Amazon S3 User Guide*.
|
2555
2555
|
#
|
@@ -2561,9 +2561,9 @@ module Aws::S3
|
|
2561
2561
|
# @!attribute [rw] checksum_sha256
|
2562
2562
|
# This header can be used as a data integrity check to verify that the
|
2563
2563
|
# data received is the same data that was originally sent. This header
|
2564
|
-
# specifies the Base64 encoded, 256-bit `
|
2565
|
-
#
|
2566
|
-
#
|
2564
|
+
# specifies the Base64 encoded, 256-bit `SHA256` checksum of the part.
|
2565
|
+
# For more information, see [Checking object integrity][1] in the
|
2566
|
+
# *Amazon S3 User Guide*.
|
2567
2567
|
#
|
2568
2568
|
#
|
2569
2569
|
#
|
@@ -4739,15 +4739,15 @@ module Aws::S3
|
|
4739
4739
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm `
|
4740
4740
|
# with the supported algorithm from the following list:
|
4741
4741
|
#
|
4742
|
-
# * `
|
4742
|
+
# * `CRC32`
|
4743
4743
|
#
|
4744
|
-
# * `
|
4744
|
+
# * `CRC32C`
|
4745
4745
|
#
|
4746
|
-
# * `
|
4746
|
+
# * `CRC64NVME`
|
4747
4747
|
#
|
4748
|
-
# * `
|
4748
|
+
# * `SHA1`
|
4749
4749
|
#
|
4750
|
-
# * `
|
4750
|
+
# * `SHA256`
|
4751
4751
|
#
|
4752
4752
|
# For more information, see [Checking object integrity][1] in the
|
4753
4753
|
# *Amazon S3 User Guide*.
|
@@ -7518,7 +7518,7 @@ module Aws::S3
|
|
7518
7518
|
# @return [String]
|
7519
7519
|
#
|
7520
7520
|
# @!attribute [rw] checksum_crc32
|
7521
|
-
# The Base64 encoded, 32-bit `
|
7521
|
+
# The Base64 encoded, 32-bit `CRC32` checksum of the object. This
|
7522
7522
|
# checksum is only present if the object was uploaded with the object.
|
7523
7523
|
# For more information, see [ Checking object integrity][1] in the
|
7524
7524
|
# *Amazon S3 User Guide*.
|
@@ -7529,7 +7529,7 @@ module Aws::S3
|
|
7529
7529
|
# @return [String]
|
7530
7530
|
#
|
7531
7531
|
# @!attribute [rw] checksum_crc32c
|
7532
|
-
# The Base64 encoded, 32-bit `
|
7532
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the object. This
|
7533
7533
|
# will only be present if the object was uploaded with the object. For
|
7534
7534
|
# more information, see [ Checking object integrity][1] in the *Amazon
|
7535
7535
|
# S3 User Guide*.
|
@@ -7540,7 +7540,7 @@ module Aws::S3
|
|
7540
7540
|
# @return [String]
|
7541
7541
|
#
|
7542
7542
|
# @!attribute [rw] checksum_crc64nvme
|
7543
|
-
# The Base64 encoded, 64-bit `
|
7543
|
+
# The Base64 encoded, 64-bit `CRC64NVME` checksum of the object. For
|
7544
7544
|
# more information, see [Checking object integrity in the Amazon S3
|
7545
7545
|
# User Guide][1].
|
7546
7546
|
#
|
@@ -7550,7 +7550,7 @@ module Aws::S3
|
|
7550
7550
|
# @return [String]
|
7551
7551
|
#
|
7552
7552
|
# @!attribute [rw] checksum_sha1
|
7553
|
-
# The Base64 encoded, 160-bit `
|
7553
|
+
# The Base64 encoded, 160-bit `SHA1` digest of the object. This will
|
7554
7554
|
# only be present if the object was uploaded with the object. For more
|
7555
7555
|
# information, see [ Checking object integrity][1] in the *Amazon S3
|
7556
7556
|
# User Guide*.
|
@@ -7561,10 +7561,10 @@ module Aws::S3
|
|
7561
7561
|
# @return [String]
|
7562
7562
|
#
|
7563
7563
|
# @!attribute [rw] checksum_sha256
|
7564
|
-
# The Base64 encoded, 256-bit `
|
7565
|
-
#
|
7566
|
-
#
|
7567
|
-
#
|
7564
|
+
# The Base64 encoded, 256-bit `SHA256` digest of the object. This will
|
7565
|
+
# only be present if the object was uploaded with the object. For more
|
7566
|
+
# information, see [ Checking object integrity][1] in the *Amazon S3
|
7567
|
+
# User Guide*.
|
7568
7568
|
#
|
7569
7569
|
#
|
7570
7570
|
#
|
@@ -8719,7 +8719,7 @@ module Aws::S3
|
|
8719
8719
|
# @return [Integer]
|
8720
8720
|
#
|
8721
8721
|
# @!attribute [rw] checksum_crc32
|
8722
|
-
# The Base64 encoded, 32-bit `
|
8722
|
+
# The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
|
8723
8723
|
# checksum is only be present if the checksum was uploaded with the
|
8724
8724
|
# object. When you use an API operation on an object that was uploaded
|
8725
8725
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -8734,7 +8734,7 @@ module Aws::S3
|
|
8734
8734
|
# @return [String]
|
8735
8735
|
#
|
8736
8736
|
# @!attribute [rw] checksum_crc32c
|
8737
|
-
# The Base64 encoded, 32-bit `
|
8737
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the object. This
|
8738
8738
|
# checksum is only present if the checksum was uploaded with the
|
8739
8739
|
# object. When you use an API operation on an object that was uploaded
|
8740
8740
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -8749,7 +8749,7 @@ module Aws::S3
|
|
8749
8749
|
# @return [String]
|
8750
8750
|
#
|
8751
8751
|
# @!attribute [rw] checksum_crc64nvme
|
8752
|
-
# The Base64 encoded, 64-bit `
|
8752
|
+
# The Base64 encoded, 64-bit `CRC64NVME` checksum of the object. For
|
8753
8753
|
# more information, see [Checking object integrity in the Amazon S3
|
8754
8754
|
# User Guide][1].
|
8755
8755
|
#
|
@@ -8759,7 +8759,7 @@ module Aws::S3
|
|
8759
8759
|
# @return [String]
|
8760
8760
|
#
|
8761
8761
|
# @!attribute [rw] checksum_sha1
|
8762
|
-
# The Base64 encoded, 160-bit `
|
8762
|
+
# The Base64 encoded, 160-bit `SHA1` digest of the object. This will
|
8763
8763
|
# only be present if the object was uploaded with the object. When you
|
8764
8764
|
# use the API operation on an object that was uploaded using multipart
|
8765
8765
|
# uploads, this value may not be a direct checksum value of the full
|
@@ -8774,14 +8774,14 @@ module Aws::S3
|
|
8774
8774
|
# @return [String]
|
8775
8775
|
#
|
8776
8776
|
# @!attribute [rw] checksum_sha256
|
8777
|
-
# The Base64 encoded, 256-bit `
|
8778
|
-
#
|
8779
|
-
#
|
8780
|
-
#
|
8781
|
-
#
|
8782
|
-
#
|
8783
|
-
#
|
8784
|
-
#
|
8777
|
+
# The Base64 encoded, 256-bit `SHA256` digest of the object. This will
|
8778
|
+
# only be present if the object was uploaded with the object. When you
|
8779
|
+
# use an API operation on an object that was uploaded using multipart
|
8780
|
+
# uploads, this value may not be a direct checksum value of the full
|
8781
|
+
# object. Instead, it's a calculation based on the checksum values of
|
8782
|
+
# each individual part. For more information about how checksums are
|
8783
|
+
# calculated with multipart uploads, see [ Checking object
|
8784
|
+
# integrity][1] in the *Amazon S3 User Guide*.
|
8785
8785
|
#
|
8786
8786
|
#
|
8787
8787
|
#
|
@@ -8848,6 +8848,11 @@ module Aws::S3
|
|
8848
8848
|
# A standard MIME type describing the format of the object data.
|
8849
8849
|
# @return [String]
|
8850
8850
|
#
|
8851
|
+
# @!attribute [rw] content_range
|
8852
|
+
# The portion of the object returned in the response for a `GET`
|
8853
|
+
# request.
|
8854
|
+
# @return [String]
|
8855
|
+
#
|
8851
8856
|
# @!attribute [rw] expires
|
8852
8857
|
# The date and time at which the object is no longer cacheable.
|
8853
8858
|
# @return [Time]
|
@@ -9052,6 +9057,7 @@ module Aws::S3
|
|
9052
9057
|
:content_encoding,
|
9053
9058
|
:content_language,
|
9054
9059
|
:content_type,
|
9060
|
+
:content_range,
|
9055
9061
|
:expires,
|
9056
9062
|
:expires_string,
|
9057
9063
|
:website_redirect_location,
|
@@ -12688,9 +12694,9 @@ module Aws::S3
|
|
12688
12694
|
# @return [Integer]
|
12689
12695
|
#
|
12690
12696
|
# @!attribute [rw] checksum_crc32
|
12691
|
-
# The Base64 encoded, 32-bit `
|
12697
|
+
# The Base64 encoded, 32-bit `CRC32` checksum of the part. This
|
12692
12698
|
# checksum is present if the multipart upload request was created with
|
12693
|
-
# the `
|
12699
|
+
# the `CRC32` checksum algorithm. For more information, see [Checking
|
12694
12700
|
# object integrity][1] in the *Amazon S3 User Guide*.
|
12695
12701
|
#
|
12696
12702
|
#
|
@@ -12699,10 +12705,10 @@ module Aws::S3
|
|
12699
12705
|
# @return [String]
|
12700
12706
|
#
|
12701
12707
|
# @!attribute [rw] checksum_crc32c
|
12702
|
-
# The Base64 encoded, 32-bit `
|
12708
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the part. This
|
12703
12709
|
# checksum is present if the multipart upload request was created with
|
12704
|
-
# the `
|
12705
|
-
#
|
12710
|
+
# the `CRC32C` checksum algorithm. For more information, see [Checking
|
12711
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
12706
12712
|
#
|
12707
12713
|
#
|
12708
12714
|
#
|
@@ -12710,11 +12716,11 @@ module Aws::S3
|
|
12710
12716
|
# @return [String]
|
12711
12717
|
#
|
12712
12718
|
# @!attribute [rw] checksum_crc64nvme
|
12713
|
-
# The Base64 encoded, 64-bit `
|
12719
|
+
# The Base64 encoded, 64-bit `CRC64NVME` checksum of the part. This
|
12714
12720
|
# checksum is present if the multipart upload request was created with
|
12715
|
-
# the `
|
12721
|
+
# the `CRC64NVME` checksum algorithm, or if the object was uploaded
|
12716
12722
|
# without a checksum (and Amazon S3 added the default checksum,
|
12717
|
-
# `
|
12723
|
+
# `CRC64NVME`, to the uploaded object). For more information, see
|
12718
12724
|
# [Checking object integrity][1] in the *Amazon S3 User Guide*.
|
12719
12725
|
#
|
12720
12726
|
#
|
@@ -12723,9 +12729,9 @@ module Aws::S3
|
|
12723
12729
|
# @return [String]
|
12724
12730
|
#
|
12725
12731
|
# @!attribute [rw] checksum_sha1
|
12726
|
-
# The Base64 encoded, 160-bit `
|
12732
|
+
# The Base64 encoded, 160-bit `SHA1` checksum of the part. This
|
12727
12733
|
# checksum is present if the multipart upload request was created with
|
12728
|
-
# the `
|
12734
|
+
# the `SHA1` checksum algorithm. For more information, see [Checking
|
12729
12735
|
# object integrity][1] in the *Amazon S3 User Guide*.
|
12730
12736
|
#
|
12731
12737
|
#
|
@@ -12734,10 +12740,10 @@ module Aws::S3
|
|
12734
12740
|
# @return [String]
|
12735
12741
|
#
|
12736
12742
|
# @!attribute [rw] checksum_sha256
|
12737
|
-
# The Base64 encoded, 256-bit `
|
12743
|
+
# The Base64 encoded, 256-bit `SHA256` checksum of the part. This
|
12738
12744
|
# checksum is present if the multipart upload request was created with
|
12739
|
-
# the `
|
12740
|
-
#
|
12745
|
+
# the `SHA256` checksum algorithm. For more information, see [Checking
|
12746
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
12741
12747
|
#
|
12742
12748
|
#
|
12743
12749
|
#
|
@@ -13000,8 +13006,8 @@ module Aws::S3
|
|
13000
13006
|
# @return [Integer]
|
13001
13007
|
#
|
13002
13008
|
# @!attribute [rw] checksum_crc32
|
13003
|
-
# The Base64 encoded, 32-bit `
|
13004
|
-
# checksum is present if the object was uploaded with the `
|
13009
|
+
# The Base64 encoded, 32-bit `CRC32` checksum of the part. This
|
13010
|
+
# checksum is present if the object was uploaded with the `CRC32`
|
13005
13011
|
# checksum algorithm. For more information, see [Checking object
|
13006
13012
|
# integrity][1] in the *Amazon S3 User Guide*.
|
13007
13013
|
#
|
@@ -13011,8 +13017,8 @@ module Aws::S3
|
|
13011
13017
|
# @return [String]
|
13012
13018
|
#
|
13013
13019
|
# @!attribute [rw] checksum_crc32c
|
13014
|
-
# The Base64 encoded, 32-bit `
|
13015
|
-
# checksum is present if the object was uploaded with the `
|
13020
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the part. This
|
13021
|
+
# checksum is present if the object was uploaded with the `CRC32C`
|
13016
13022
|
# checksum algorithm. For more information, see [Checking object
|
13017
13023
|
# integrity][1] in the *Amazon S3 User Guide*.
|
13018
13024
|
#
|
@@ -13022,11 +13028,11 @@ module Aws::S3
|
|
13022
13028
|
# @return [String]
|
13023
13029
|
#
|
13024
13030
|
# @!attribute [rw] checksum_crc64nvme
|
13025
|
-
# The Base64 encoded, 64-bit `
|
13031
|
+
# The Base64 encoded, 64-bit `CRC64NVME` checksum of the part. This
|
13026
13032
|
# checksum is present if the multipart upload request was created with
|
13027
|
-
# the `
|
13033
|
+
# the `CRC64NVME` checksum algorithm, or if the object was uploaded
|
13028
13034
|
# without a checksum (and Amazon S3 added the default checksum,
|
13029
|
-
# `
|
13035
|
+
# `CRC64NVME`, to the uploaded object). For more information, see
|
13030
13036
|
# [Checking object integrity][1] in the *Amazon S3 User Guide*.
|
13031
13037
|
#
|
13032
13038
|
#
|
@@ -13035,8 +13041,8 @@ module Aws::S3
|
|
13035
13041
|
# @return [String]
|
13036
13042
|
#
|
13037
13043
|
# @!attribute [rw] checksum_sha1
|
13038
|
-
# The Base64 encoded, 160-bit `
|
13039
|
-
# checksum is present if the object was uploaded with the `
|
13044
|
+
# The Base64 encoded, 160-bit `SHA1` checksum of the part. This
|
13045
|
+
# checksum is present if the object was uploaded with the `SHA1`
|
13040
13046
|
# checksum algorithm. For more information, see [Checking object
|
13041
13047
|
# integrity][1] in the *Amazon S3 User Guide*.
|
13042
13048
|
#
|
@@ -13046,8 +13052,8 @@ module Aws::S3
|
|
13046
13052
|
# @return [String]
|
13047
13053
|
#
|
13048
13054
|
# @!attribute [rw] checksum_sha256
|
13049
|
-
# The Base64 encoded, 256-bit `
|
13050
|
-
# checksum is present if the object was uploaded with the `
|
13055
|
+
# The Base64 encoded, 256-bit `SHA256` checksum of the part. This
|
13056
|
+
# checksum is present if the object was uploaded with the `SHA256`
|
13051
13057
|
# checksum algorithm. For more information, see [Checking object
|
13052
13058
|
# integrity][1] in the *Amazon S3 User Guide*.
|
13053
13059
|
#
|
@@ -13995,15 +14001,15 @@ module Aws::S3
|
|
13995
14001
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm `
|
13996
14002
|
# with the supported algorithm from the following list:
|
13997
14003
|
#
|
13998
|
-
# * `
|
14004
|
+
# * `CRC32`
|
13999
14005
|
#
|
14000
|
-
# * `
|
14006
|
+
# * `CRC32C`
|
14001
14007
|
#
|
14002
|
-
# * `
|
14008
|
+
# * `CRC64NVME`
|
14003
14009
|
#
|
14004
|
-
# * `
|
14010
|
+
# * `SHA1`
|
14005
14011
|
#
|
14006
|
-
# * `
|
14012
|
+
# * `SHA256`
|
14007
14013
|
#
|
14008
14014
|
# For more information, see [Checking object integrity][1] in the
|
14009
14015
|
# *Amazon S3 User Guide*.
|
@@ -14799,7 +14805,7 @@ module Aws::S3
|
|
14799
14805
|
# @return [String]
|
14800
14806
|
#
|
14801
14807
|
# @!attribute [rw] checksum_crc32
|
14802
|
-
# The Base64 encoded, 32-bit `
|
14808
|
+
# The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
|
14803
14809
|
# checksum is only be present if the checksum was uploaded with the
|
14804
14810
|
# object. When you use an API operation on an object that was uploaded
|
14805
14811
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -14814,7 +14820,7 @@ module Aws::S3
|
|
14814
14820
|
# @return [String]
|
14815
14821
|
#
|
14816
14822
|
# @!attribute [rw] checksum_crc32c
|
14817
|
-
# The Base64 encoded, 32-bit `
|
14823
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the object. This
|
14818
14824
|
# checksum is only present if the checksum was uploaded with the
|
14819
14825
|
# object. When you use an API operation on an object that was uploaded
|
14820
14826
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -14829,10 +14835,10 @@ module Aws::S3
|
|
14829
14835
|
# @return [String]
|
14830
14836
|
#
|
14831
14837
|
# @!attribute [rw] checksum_crc64nvme
|
14832
|
-
# The Base64 encoded, 64-bit `
|
14833
|
-
# header is present if the object was uploaded with the `
|
14838
|
+
# The Base64 encoded, 64-bit `CRC64NVME` checksum of the object. This
|
14839
|
+
# header is present if the object was uploaded with the `CRC64NVME`
|
14834
14840
|
# checksum algorithm, or if it was uploaded without a checksum (and
|
14835
|
-
# Amazon S3 added the default checksum, `
|
14841
|
+
# Amazon S3 added the default checksum, `CRC64NVME`, to the uploaded
|
14836
14842
|
# object). For more information about how checksums are calculated
|
14837
14843
|
# with multipart uploads, see [Checking object integrity in the Amazon
|
14838
14844
|
# S3 User Guide][1].
|
@@ -14843,7 +14849,7 @@ module Aws::S3
|
|
14843
14849
|
# @return [String]
|
14844
14850
|
#
|
14845
14851
|
# @!attribute [rw] checksum_sha1
|
14846
|
-
# The Base64 encoded, 160-bit `
|
14852
|
+
# The Base64 encoded, 160-bit `SHA1` digest of the object. This will
|
14847
14853
|
# only be present if the object was uploaded with the object. When you
|
14848
14854
|
# use the API operation on an object that was uploaded using multipart
|
14849
14855
|
# uploads, this value may not be a direct checksum value of the full
|
@@ -14858,14 +14864,14 @@ module Aws::S3
|
|
14858
14864
|
# @return [String]
|
14859
14865
|
#
|
14860
14866
|
# @!attribute [rw] checksum_sha256
|
14861
|
-
# The Base64 encoded, 256-bit `
|
14862
|
-
#
|
14863
|
-
#
|
14864
|
-
#
|
14865
|
-
#
|
14866
|
-
#
|
14867
|
-
#
|
14868
|
-
#
|
14867
|
+
# The Base64 encoded, 256-bit `SHA256` digest of the object. This will
|
14868
|
+
# only be present if the object was uploaded with the object. When you
|
14869
|
+
# use an API operation on an object that was uploaded using multipart
|
14870
|
+
# uploads, this value may not be a direct checksum value of the full
|
14871
|
+
# object. Instead, it's a calculation based on the checksum values of
|
14872
|
+
# each individual part. For more information about how checksums are
|
14873
|
+
# calculated with multipart uploads, see [ Checking object
|
14874
|
+
# integrity][1] in the *Amazon S3 User Guide*.
|
14869
14875
|
#
|
14870
14876
|
#
|
14871
14877
|
#
|
@@ -15182,15 +15188,15 @@ module Aws::S3
|
|
15182
15188
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm `
|
15183
15189
|
# with the supported algorithm from the following list:
|
15184
15190
|
#
|
15185
|
-
# * `
|
15191
|
+
# * `CRC32`
|
15186
15192
|
#
|
15187
|
-
# * `
|
15193
|
+
# * `CRC32C`
|
15188
15194
|
#
|
15189
|
-
# * `
|
15195
|
+
# * `CRC64NVME`
|
15190
15196
|
#
|
15191
|
-
# * `
|
15197
|
+
# * `SHA1`
|
15192
15198
|
#
|
15193
|
-
# * `
|
15199
|
+
# * `SHA256`
|
15194
15200
|
#
|
15195
15201
|
# For more information, see [Checking object integrity][1] in the
|
15196
15202
|
# *Amazon S3 User Guide*.
|
@@ -15221,9 +15227,9 @@ module Aws::S3
|
|
15221
15227
|
# @!attribute [rw] checksum_crc32
|
15222
15228
|
# This header can be used as a data integrity check to verify that the
|
15223
15229
|
# data received is the same data that was originally sent. This header
|
15224
|
-
# specifies the Base64 encoded, 32-bit `
|
15225
|
-
#
|
15226
|
-
#
|
15230
|
+
# specifies the Base64 encoded, 32-bit `CRC32` checksum of the object.
|
15231
|
+
# For more information, see [Checking object integrity][1] in the
|
15232
|
+
# *Amazon S3 User Guide*.
|
15227
15233
|
#
|
15228
15234
|
#
|
15229
15235
|
#
|
@@ -15233,7 +15239,7 @@ module Aws::S3
|
|
15233
15239
|
# @!attribute [rw] checksum_crc32c
|
15234
15240
|
# This header can be used as a data integrity check to verify that the
|
15235
15241
|
# data received is the same data that was originally sent. This header
|
15236
|
-
# specifies the Base64 encoded, 32-bit `
|
15242
|
+
# specifies the Base64 encoded, 32-bit `CRC32C` checksum of the
|
15237
15243
|
# object. For more information, see [Checking object integrity][1] in
|
15238
15244
|
# the *Amazon S3 User Guide*.
|
15239
15245
|
#
|
@@ -15245,8 +15251,8 @@ module Aws::S3
|
|
15245
15251
|
# @!attribute [rw] checksum_crc64nvme
|
15246
15252
|
# This header can be used as a data integrity check to verify that the
|
15247
15253
|
# data received is the same data that was originally sent. This header
|
15248
|
-
# specifies the Base64 encoded, 64-bit `
|
15249
|
-
# object. The `
|
15254
|
+
# specifies the Base64 encoded, 64-bit `CRC64NVME` checksum of the
|
15255
|
+
# object. The `CRC64NVME` checksum is always a full object checksum.
|
15250
15256
|
# For more information, see [Checking object integrity in the Amazon
|
15251
15257
|
# S3 User Guide][1].
|
15252
15258
|
#
|
@@ -15258,7 +15264,7 @@ module Aws::S3
|
|
15258
15264
|
# @!attribute [rw] checksum_sha1
|
15259
15265
|
# This header can be used as a data integrity check to verify that the
|
15260
15266
|
# data received is the same data that was originally sent. This header
|
15261
|
-
# specifies the Base64 encoded, 160-bit `
|
15267
|
+
# specifies the Base64 encoded, 160-bit `SHA1` digest of the object.
|
15262
15268
|
# For more information, see [Checking object integrity][1] in the
|
15263
15269
|
# *Amazon S3 User Guide*.
|
15264
15270
|
#
|
@@ -15270,9 +15276,9 @@ module Aws::S3
|
|
15270
15276
|
# @!attribute [rw] checksum_sha256
|
15271
15277
|
# This header can be used as a data integrity check to verify that the
|
15272
15278
|
# data received is the same data that was originally sent. This header
|
15273
|
-
# specifies the Base64 encoded, 256-bit `
|
15274
|
-
#
|
15275
|
-
#
|
15279
|
+
# specifies the Base64 encoded, 256-bit `SHA256` digest of the object.
|
15280
|
+
# For more information, see [Checking object integrity][1] in the
|
15281
|
+
# *Amazon S3 User Guide*.
|
15276
15282
|
#
|
15277
15283
|
#
|
15278
15284
|
#
|
@@ -18329,7 +18335,7 @@ module Aws::S3
|
|
18329
18335
|
# @return [String]
|
18330
18336
|
#
|
18331
18337
|
# @!attribute [rw] checksum_crc32
|
18332
|
-
# The Base64 encoded, 32-bit `
|
18338
|
+
# The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
|
18333
18339
|
# checksum is only be present if the checksum was uploaded with the
|
18334
18340
|
# object. When you use an API operation on an object that was uploaded
|
18335
18341
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -18344,7 +18350,7 @@ module Aws::S3
|
|
18344
18350
|
# @return [String]
|
18345
18351
|
#
|
18346
18352
|
# @!attribute [rw] checksum_crc32c
|
18347
|
-
# The Base64 encoded, 32-bit `
|
18353
|
+
# The Base64 encoded, 32-bit `CRC32C` checksum of the object. This
|
18348
18354
|
# checksum is only present if the checksum was uploaded with the
|
18349
18355
|
# object. When you use an API operation on an object that was uploaded
|
18350
18356
|
# using multipart uploads, this value may not be a direct checksum
|
@@ -18361,7 +18367,7 @@ module Aws::S3
|
|
18361
18367
|
# @!attribute [rw] checksum_crc64nvme
|
18362
18368
|
# This header can be used as a data integrity check to verify that the
|
18363
18369
|
# data received is the same data that was originally sent. This header
|
18364
|
-
# specifies the Base64 encoded, 64-bit `
|
18370
|
+
# specifies the Base64 encoded, 64-bit `CRC64NVME` checksum of the
|
18365
18371
|
# part. For more information, see [Checking object integrity][1] in
|
18366
18372
|
# the *Amazon S3 User Guide*.
|
18367
18373
|
#
|
@@ -18371,7 +18377,7 @@ module Aws::S3
|
|
18371
18377
|
# @return [String]
|
18372
18378
|
#
|
18373
18379
|
# @!attribute [rw] checksum_sha1
|
18374
|
-
# The Base64 encoded, 160-bit `
|
18380
|
+
# The Base64 encoded, 160-bit `SHA1` digest of the object. This will
|
18375
18381
|
# only be present if the object was uploaded with the object. When you
|
18376
18382
|
# use the API operation on an object that was uploaded using multipart
|
18377
18383
|
# uploads, this value may not be a direct checksum value of the full
|
@@ -18386,14 +18392,14 @@ module Aws::S3
|
|
18386
18392
|
# @return [String]
|
18387
18393
|
#
|
18388
18394
|
# @!attribute [rw] checksum_sha256
|
18389
|
-
# The Base64 encoded, 256-bit `
|
18390
|
-
#
|
18391
|
-
#
|
18392
|
-
#
|
18393
|
-
#
|
18394
|
-
#
|
18395
|
-
#
|
18396
|
-
#
|
18395
|
+
# The Base64 encoded, 256-bit `SHA256` digest of the object. This will
|
18396
|
+
# only be present if the object was uploaded with the object. When you
|
18397
|
+
# use an API operation on an object that was uploaded using multipart
|
18398
|
+
# uploads, this value may not be a direct checksum value of the full
|
18399
|
+
# object. Instead, it's a calculation based on the checksum values of
|
18400
|
+
# each individual part. For more information about how checksums are
|
18401
|
+
# calculated with multipart uploads, see [ Checking object
|
18402
|
+
# integrity][1] in the *Amazon S3 User Guide*.
|
18397
18403
|
#
|
18398
18404
|
#
|
18399
18405
|
#
|
@@ -18547,9 +18553,9 @@ module Aws::S3
|
|
18547
18553
|
# @!attribute [rw] checksum_crc32
|
18548
18554
|
# This header can be used as a data integrity check to verify that the
|
18549
18555
|
# data received is the same data that was originally sent. This header
|
18550
|
-
# specifies the Base64 encoded, 32-bit `
|
18551
|
-
#
|
18552
|
-
#
|
18556
|
+
# specifies the Base64 encoded, 32-bit `CRC32` checksum of the object.
|
18557
|
+
# For more information, see [Checking object integrity][1] in the
|
18558
|
+
# *Amazon S3 User Guide*.
|
18553
18559
|
#
|
18554
18560
|
#
|
18555
18561
|
#
|
@@ -18559,7 +18565,7 @@ module Aws::S3
|
|
18559
18565
|
# @!attribute [rw] checksum_crc32c
|
18560
18566
|
# This header can be used as a data integrity check to verify that the
|
18561
18567
|
# data received is the same data that was originally sent. This header
|
18562
|
-
# specifies the Base64 encoded, 32-bit `
|
18568
|
+
# specifies the Base64 encoded, 32-bit `CRC32C` checksum of the
|
18563
18569
|
# object. For more information, see [Checking object integrity][1] in
|
18564
18570
|
# the *Amazon S3 User Guide*.
|
18565
18571
|
#
|
@@ -18571,7 +18577,7 @@ module Aws::S3
|
|
18571
18577
|
# @!attribute [rw] checksum_crc64nvme
|
18572
18578
|
# This header can be used as a data integrity check to verify that the
|
18573
18579
|
# data received is the same data that was originally sent. This header
|
18574
|
-
# specifies the Base64 encoded, 64-bit `
|
18580
|
+
# specifies the Base64 encoded, 64-bit `CRC64NVME` checksum of the
|
18575
18581
|
# part. For more information, see [Checking object integrity][1] in
|
18576
18582
|
# the *Amazon S3 User Guide*.
|
18577
18583
|
#
|
@@ -18583,7 +18589,7 @@ module Aws::S3
|
|
18583
18589
|
# @!attribute [rw] checksum_sha1
|
18584
18590
|
# This header can be used as a data integrity check to verify that the
|
18585
18591
|
# data received is the same data that was originally sent. This header
|
18586
|
-
# specifies the Base64 encoded, 160-bit `
|
18592
|
+
# specifies the Base64 encoded, 160-bit `SHA1` digest of the object.
|
18587
18593
|
# For more information, see [Checking object integrity][1] in the
|
18588
18594
|
# *Amazon S3 User Guide*.
|
18589
18595
|
#
|
@@ -18595,9 +18601,9 @@ module Aws::S3
|
|
18595
18601
|
# @!attribute [rw] checksum_sha256
|
18596
18602
|
# This header can be used as a data integrity check to verify that the
|
18597
18603
|
# data received is the same data that was originally sent. This header
|
18598
|
-
# specifies the Base64 encoded, 256-bit `
|
18599
|
-
#
|
18600
|
-
#
|
18604
|
+
# specifies the Base64 encoded, 256-bit `SHA256` digest of the object.
|
18605
|
+
# For more information, see [Checking object integrity][1] in the
|
18606
|
+
# *Amazon S3 User Guide*.
|
18601
18607
|
#
|
18602
18608
|
#
|
18603
18609
|
#
|
@@ -18862,7 +18868,7 @@ module Aws::S3
|
|
18862
18868
|
# @!attribute [rw] checksum_crc32
|
18863
18869
|
# This header can be used as a data integrity check to verify that the
|
18864
18870
|
# data received is the same data that was originally sent. This
|
18865
|
-
# specifies the Base64 encoded, 32-bit `
|
18871
|
+
# specifies the Base64 encoded, 32-bit `CRC32` checksum of the object
|
18866
18872
|
# returned by the Object Lambda function. This may not match the
|
18867
18873
|
# checksum for the object stored in Amazon S3. Amazon S3 will perform
|
18868
18874
|
# validation of the checksum values only when the original `GetObject`
|
@@ -18883,13 +18889,13 @@ module Aws::S3
|
|
18883
18889
|
# @!attribute [rw] checksum_crc32c
|
18884
18890
|
# This header can be used as a data integrity check to verify that the
|
18885
18891
|
# data received is the same data that was originally sent. This
|
18886
|
-
# specifies the Base64 encoded, 32-bit `
|
18887
|
-
#
|
18888
|
-
#
|
18889
|
-
#
|
18890
|
-
#
|
18891
|
-
#
|
18892
|
-
#
|
18892
|
+
# specifies the Base64 encoded, 32-bit `CRC32C` checksum of the object
|
18893
|
+
# returned by the Object Lambda function. This may not match the
|
18894
|
+
# checksum for the object stored in Amazon S3. Amazon S3 will perform
|
18895
|
+
# validation of the checksum values only when the original `GetObject`
|
18896
|
+
# request required checksum validation. For more information about
|
18897
|
+
# checksums, see [Checking object integrity][1] in the *Amazon S3 User
|
18898
|
+
# Guide*.
|
18893
18899
|
#
|
18894
18900
|
# Only one checksum header can be specified at a time. If you supply
|
18895
18901
|
# multiple checksum headers, this request will fail.
|
@@ -18902,7 +18908,7 @@ module Aws::S3
|
|
18902
18908
|
# @!attribute [rw] checksum_crc64nvme
|
18903
18909
|
# This header can be used as a data integrity check to verify that the
|
18904
18910
|
# data received is the same data that was originally sent. This header
|
18905
|
-
# specifies the Base64 encoded, 64-bit `
|
18911
|
+
# specifies the Base64 encoded, 64-bit `CRC64NVME` checksum of the
|
18906
18912
|
# part. For more information, see [Checking object integrity][1] in
|
18907
18913
|
# the *Amazon S3 User Guide*.
|
18908
18914
|
#
|
@@ -18914,7 +18920,7 @@ module Aws::S3
|
|
18914
18920
|
# @!attribute [rw] checksum_sha1
|
18915
18921
|
# This header can be used as a data integrity check to verify that the
|
18916
18922
|
# data received is the same data that was originally sent. This
|
18917
|
-
# specifies the Base64 encoded, 160-bit `
|
18923
|
+
# specifies the Base64 encoded, 160-bit `SHA1` digest of the object
|
18918
18924
|
# returned by the Object Lambda function. This may not match the
|
18919
18925
|
# checksum for the object stored in Amazon S3. Amazon S3 will perform
|
18920
18926
|
# validation of the checksum values only when the original `GetObject`
|
@@ -18933,7 +18939,7 @@ module Aws::S3
|
|
18933
18939
|
# @!attribute [rw] checksum_sha256
|
18934
18940
|
# This header can be used as a data integrity check to verify that the
|
18935
18941
|
# data received is the same data that was originally sent. This
|
18936
|
-
# specifies the Base64 encoded, 256-bit `
|
18942
|
+
# specifies the Base64 encoded, 256-bit `SHA256` digest of the object
|
18937
18943
|
# returned by the Object Lambda function. This may not match the
|
18938
18944
|
# checksum for the object stored in Amazon S3. Amazon S3 will perform
|
18939
18945
|
# validation of the checksum values only when the original `GetObject`
|