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.
@@ -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 `CRC-32 checksum` of the object. This
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 `CRC-32C` checksum of the object. This
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 `CRC-64NVME` checksum of the object. This
689
- # checksum is present if the object was uploaded with the `CRC-64NVME`
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, `CRC-64NVME`, to the
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 `SHA-1` digest of the object. This will
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 `SHA-256` digest of the object. This
717
- # will only be present if the object was uploaded with the object.
718
- # When you use an API operation on an object that was uploaded using
719
- # multipart uploads, this value may not be a direct checksum value of
720
- # the full object. Instead, it's a calculation based on the checksum
721
- # values of each individual part. For more information about how
722
- # checksums are calculated with multipart uploads, see [ Checking
723
- # object integrity][1] in the *Amazon S3 User Guide*.
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 `CRC-32 checksum` of the object. This
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 `CRC-32C` checksum of the object. This
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 `CRC-64NVME` checksum of the
885
- # object. The `CRC-64NVME` checksum is always a full object checksum.
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 `SHA-1` digest of the object. This will
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 `SHA-256` digest of the object. This
911
- # will only be present if the object was uploaded with the object.
912
- # When you use an API operation on an object that was uploaded using
913
- # multipart uploads, this value may not be a direct checksum value of
914
- # the full object. Instead, it's a calculation based on the checksum
915
- # values of each individual part. For more information about how
916
- # checksums are calculated with multipart uploads, see [ Checking
917
- # object integrity][1] in the *Amazon S3 User Guide*.
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 `CRC-32` checksum of the
1056
- # object. For more information, see [Checking object integrity][1] in
1057
- # the *Amazon S3 User Guide*.
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 `CRC-32C` checksum of the
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 `CRC-64NVME` checksum of the
1080
- # object. The `CRC-64NVME` checksum is always a full object checksum.
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 `SHA-1` digest of the object.
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 `SHA-256` digest of the
1105
- # object. For more information, see [Checking object integrity][1] in
1106
- # the *Amazon S3 User Guide*.
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 `CRC-32` checksum of the part. This
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 `CRC-32` checksum algorithm. For more information, see [Checking
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 `CRC-32C` checksum of the part. This
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 `CRC-32C` checksum algorithm. For more information, see
1309
- # [Checking object integrity][1] in the *Amazon S3 User Guide*.
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 `CRC-64NVME` checksum of the part. This
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 `CRC-64NVME` checksum algorithm to the uploaded object). For
1320
- # more information, see [Checking object integrity][1] in the *Amazon
1321
- # S3 User Guide*.
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 `SHA-1` checksum of the part. This
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 `SHA-1` checksum algorithm. For more information, see [Checking
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 `SHA-256` checksum of the part. This
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 `SHA-256` checksum algorithm. For more information, see
1343
- # [Checking object integrity][1] in the *Amazon S3 User Guide*.
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 `CRC-32` checksum of the object. This
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 `CRC-32C` checksum of the object. This
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 `CRC-64NVME` checksum of the object. This
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
- # `CRC-64NVME` checksum algorithm, or if the object was uploaded
2456
+ # `CRC64NVME` checksum algorithm, or if the object was uploaded
2457
2457
  # without a checksum (and Amazon S3 added the default checksum,
2458
- # `CRC-64NVME`, to the uploaded object). For more information, see
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 `SHA-1` digest of the object. This will
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 `SHA-256` digest of the object. This
2479
- # will only be present if the object was uploaded with the object. For
2480
- # more information, see [ Checking object integrity][1] in the *Amazon
2481
- # S3 User Guide*.
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 `CRC-32` checksum of the part.
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 `CRC-32C` checksum of the part.
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 `CRC-64NVME` checksum of the part. This
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 `CRC-64NVME` checksum algorithm to the uploaded object). For
2541
- # more information, see [Checking object integrity][1] in the *Amazon
2542
- # S3 User Guide*.
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 `SHA-1` checksum of the part.
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 `SHA-256` checksum of the
2565
- # part. For more information, see [Checking object integrity][1] in
2566
- # the *Amazon S3 User Guide*.
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
- # * `CRC-32`
4742
+ # * `CRC32`
4743
4743
  #
4744
- # * `CRC-32C`
4744
+ # * `CRC32C`
4745
4745
  #
4746
- # * `CRC-64NVME`
4746
+ # * `CRC64NVME`
4747
4747
  #
4748
- # * `SHA-1`
4748
+ # * `SHA1`
4749
4749
  #
4750
- # * `SHA-256`
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 `CRC-32` checksum of the object. This
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 `CRC-32C` checksum of the object. This
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 `CRC-64NVME` checksum of the object. For
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 `SHA-1` digest of the object. This will
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 `SHA-256` digest of the object. This
7565
- # will only be present if the object was uploaded with the object. For
7566
- # more information, see [ Checking object integrity][1] in the *Amazon
7567
- # S3 User Guide*.
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 `CRC-32 checksum` of the object. This
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 `CRC-32C` checksum of the object. This
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 `CRC-64NVME` checksum of the object. For
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 `SHA-1` digest of the object. This will
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 `SHA-256` digest of the object. This
8778
- # will only be present if the object was uploaded with the object.
8779
- # When you use an API operation on an object that was uploaded using
8780
- # multipart uploads, this value may not be a direct checksum value of
8781
- # the full object. Instead, it's a calculation based on the checksum
8782
- # values of each individual part. For more information about how
8783
- # checksums are calculated with multipart uploads, see [ Checking
8784
- # object integrity][1] in the *Amazon S3 User Guide*.
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 `CRC-32` checksum of the part. This
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 `CRC-32` checksum algorithm. For more information, see [Checking
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 `CRC-32C` checksum of the part. This
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 `CRC-32C` checksum algorithm. For more information, see
12705
- # [Checking object integrity][1] in the *Amazon S3 User Guide*.
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 `CRC-64NVME` checksum of the part. This
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 `CRC-64NVME` checksum algorithm, or if the object was uploaded
12721
+ # the `CRC64NVME` checksum algorithm, or if the object was uploaded
12716
12722
  # without a checksum (and Amazon S3 added the default checksum,
12717
- # `CRC-64NVME`, to the uploaded object). For more information, see
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 `SHA-1` checksum of the part. This
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 `SHA-1` checksum algorithm. For more information, see [Checking
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 `SHA-256` checksum of the part. This
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 `SHA-256` checksum algorithm. For more information, see
12740
- # [Checking object integrity][1] in the *Amazon S3 User Guide*.
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 `CRC-32` checksum of the part. This
13004
- # checksum is present if the object was uploaded with the `CRC-32`
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 `CRC-32C` checksum of the part. This
13015
- # checksum is present if the object was uploaded with the `CRC-32C`
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 `CRC-64NVME` checksum of the part. This
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 `CRC-64NVME` checksum algorithm, or if the object was uploaded
13033
+ # the `CRC64NVME` checksum algorithm, or if the object was uploaded
13028
13034
  # without a checksum (and Amazon S3 added the default checksum,
13029
- # `CRC-64NVME`, to the uploaded object). For more information, see
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 `SHA-1` checksum of the part. This
13039
- # checksum is present if the object was uploaded with the `SHA-1`
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 `SHA-256` checksum of the part. This
13050
- # checksum is present if the object was uploaded with the `SHA-256`
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
- # * `CRC-32`
14004
+ # * `CRC32`
13999
14005
  #
14000
- # * `CRC-32C`
14006
+ # * `CRC32C`
14001
14007
  #
14002
- # * `CRC-64NVME`
14008
+ # * `CRC64NVME`
14003
14009
  #
14004
- # * `SHA-1`
14010
+ # * `SHA1`
14005
14011
  #
14006
- # * `SHA-256`
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 `CRC-32 checksum` of the object. This
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 `CRC-32C` checksum of the object. This
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 `CRC-64NVME` checksum of the object. This
14833
- # header is present if the object was uploaded with the `CRC-64NVME`
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, `CRC-64NVME`, to the uploaded
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 `SHA-1` digest of the object. This will
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 `SHA-256` digest of the object. This
14862
- # will only be present if the object was uploaded with the object.
14863
- # When you use an API operation on an object that was uploaded using
14864
- # multipart uploads, this value may not be a direct checksum value of
14865
- # the full object. Instead, it's a calculation based on the checksum
14866
- # values of each individual part. For more information about how
14867
- # checksums are calculated with multipart uploads, see [ Checking
14868
- # object integrity][1] in the *Amazon S3 User Guide*.
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
- # * `CRC-32`
15191
+ # * `CRC32`
15186
15192
  #
15187
- # * `CRC-32C`
15193
+ # * `CRC32C`
15188
15194
  #
15189
- # * `CRC-64NVME`
15195
+ # * `CRC64NVME`
15190
15196
  #
15191
- # * `SHA-1`
15197
+ # * `SHA1`
15192
15198
  #
15193
- # * `SHA-256`
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 `CRC-32` checksum of the
15225
- # object. For more information, see [Checking object integrity][1] in
15226
- # the *Amazon S3 User Guide*.
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 `CRC-32C` checksum of the
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 `CRC-64NVME` checksum of the
15249
- # object. The `CRC-64NVME` checksum is always a full object checksum.
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 `SHA-1` digest of the object.
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 `SHA-256` digest of the
15274
- # object. For more information, see [Checking object integrity][1] in
15275
- # the *Amazon S3 User Guide*.
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 `CRC-32 checksum` of the object. This
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 `CRC-32C` checksum of the object. This
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 `CRC-64NVME` checksum of the
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 `SHA-1` digest of the object. This will
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 `SHA-256` digest of the object. This
18390
- # will only be present if the object was uploaded with the object.
18391
- # When you use an API operation on an object that was uploaded using
18392
- # multipart uploads, this value may not be a direct checksum value of
18393
- # the full object. Instead, it's a calculation based on the checksum
18394
- # values of each individual part. For more information about how
18395
- # checksums are calculated with multipart uploads, see [ Checking
18396
- # object integrity][1] in the *Amazon S3 User Guide*.
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 `CRC-32` checksum of the
18551
- # object. For more information, see [Checking object integrity][1] in
18552
- # the *Amazon S3 User Guide*.
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 `CRC-32C` checksum of the
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 `CRC-64NVME` checksum of the
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 `SHA-1` digest of the object.
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 `SHA-256` digest of the
18599
- # object. For more information, see [Checking object integrity][1] in
18600
- # the *Amazon S3 User Guide*.
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 `CRC-32` checksum of the object
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 `CRC-32C` checksum of the
18887
- # object returned by the Object Lambda function. This may not match
18888
- # the checksum for the object stored in Amazon S3. Amazon S3 will
18889
- # perform validation of the checksum values only when the original
18890
- # `GetObject` request required checksum validation. For more
18891
- # information about checksums, see [Checking object integrity][1] in
18892
- # the *Amazon S3 User Guide*.
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 `CRC-64NVME` checksum of the
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 `SHA-1` digest of the object
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 `SHA-256` digest of the object
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`