aws-sdk-s3 1.200.0 → 1.202.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 +12 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-s3/bucket_versioning.rb +33 -0
 - data/lib/aws-sdk-s3/client.rb +644 -155
 - data/lib/aws-sdk-s3/client_api.rb +2 -0
 - data/lib/aws-sdk-s3/endpoint_parameters.rb +17 -17
 - data/lib/aws-sdk-s3/multipart_file_uploader.rb +22 -11
 - data/lib/aws-sdk-s3/object.rb +52 -23
 - data/lib/aws-sdk-s3/object_summary.rb +38 -9
 - data/lib/aws-sdk-s3/object_version.rb +7 -9
 - data/lib/aws-sdk-s3/plugins/endpoints.rb +1 -1
 - data/lib/aws-sdk-s3/types.rb +198 -142
 - data/lib/aws-sdk-s3.rb +1 -1
 - data/sig/client.rbs +2 -0
 - data/sig/object.rbs +2 -0
 - data/sig/object_summary.rbs +2 -0
 - data/sig/types.rbs +2 -0
 - metadata +3 -3
 
    
        data/lib/aws-sdk-s3/types.rb
    CHANGED
    
    | 
         @@ -680,7 +680,7 @@ module Aws::S3 
     | 
|
| 
       680 
680 
     | 
    
         
             
                #
         
     | 
| 
       681 
681 
     | 
    
         
             
                # @!attribute [rw] checksum_crc32
         
     | 
| 
       682 
682 
     | 
    
         
             
                #   The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
         
     | 
| 
       683 
     | 
    
         
            -
                #   checksum is only  
     | 
| 
      
 683 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
       684 
684 
     | 
    
         
             
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
       685 
685 
     | 
    
         
             
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
       686 
686 
     | 
    
         
             
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
         @@ -722,14 +722,15 @@ module Aws::S3 
     | 
|
| 
       722 
722 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       723 
723 
     | 
    
         
             
                #
         
     | 
| 
       724 
724 
     | 
    
         
             
                # @!attribute [rw] checksum_sha1
         
     | 
| 
       725 
     | 
    
         
            -
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This 
     | 
| 
       726 
     | 
    
         
            -
                #   only  
     | 
| 
       727 
     | 
    
         
            -
                #   use the API operation on an object that was 
     | 
| 
       728 
     | 
    
         
            -
                #   uploads, this value may not be a direct 
     | 
| 
       729 
     | 
    
         
            -
                #   object. Instead, it's a calculation 
     | 
| 
       730 
     | 
    
         
            -
                #   each individual part. For more 
     | 
| 
       731 
     | 
    
         
            -
                #    
     | 
| 
       732 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User 
     | 
| 
      
 725 
     | 
    
         
            +
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This
         
     | 
| 
      
 726 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 727 
     | 
    
         
            +
                #   object. When you use the API operation on an object that was
         
     | 
| 
      
 728 
     | 
    
         
            +
                #   uploaded using multipart uploads, this value may not be a direct
         
     | 
| 
      
 729 
     | 
    
         
            +
                #   checksum value of the full object. Instead, it's a calculation
         
     | 
| 
      
 730 
     | 
    
         
            +
                #   based on the checksum values of each individual part. For more
         
     | 
| 
      
 731 
     | 
    
         
            +
                #   information about how checksums are calculated with multipart
         
     | 
| 
      
 732 
     | 
    
         
            +
                #   uploads, see [ Checking object integrity][1] in the *Amazon S3 User
         
     | 
| 
      
 733 
     | 
    
         
            +
                #   Guide*.
         
     | 
| 
       733 
734 
     | 
    
         
             
                #
         
     | 
| 
       734 
735 
     | 
    
         
             
                #
         
     | 
| 
       735 
736 
     | 
    
         
             
                #
         
     | 
| 
         @@ -737,14 +738,14 @@ module Aws::S3 
     | 
|
| 
       737 
738 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       738 
739 
     | 
    
         
             
                #
         
     | 
| 
       739 
740 
     | 
    
         
             
                # @!attribute [rw] checksum_sha256
         
     | 
| 
       740 
     | 
    
         
            -
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This 
     | 
| 
       741 
     | 
    
         
            -
                #   only  
     | 
| 
       742 
     | 
    
         
            -
                #   use an API operation on an object that was uploaded 
     | 
| 
       743 
     | 
    
         
            -
                #   uploads, this value may not be a direct checksum 
     | 
| 
       744 
     | 
    
         
            -
                #   object. Instead, it's a calculation based on the 
     | 
| 
       745 
     | 
    
         
            -
                #   each individual part. For more information about 
     | 
| 
       746 
     | 
    
         
            -
                #   calculated with multipart uploads, see [ Checking 
     | 
| 
       747 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
      
 741 
     | 
    
         
            +
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This
         
     | 
| 
      
 742 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 743 
     | 
    
         
            +
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
      
 744 
     | 
    
         
            +
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
      
 745 
     | 
    
         
            +
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
      
 746 
     | 
    
         
            +
                #   checksum values of each individual part. For more information about
         
     | 
| 
      
 747 
     | 
    
         
            +
                #   how checksums are calculated with multipart uploads, see [ Checking
         
     | 
| 
      
 748 
     | 
    
         
            +
                #   object integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
       748 
749 
     | 
    
         
             
                #
         
     | 
| 
       749 
750 
     | 
    
         
             
                #
         
     | 
| 
       750 
751 
     | 
    
         
             
                #
         
     | 
| 
         @@ -874,7 +875,7 @@ module Aws::S3 
     | 
|
| 
       874 
875 
     | 
    
         
             
                #
         
     | 
| 
       875 
876 
     | 
    
         
             
                # @!attribute [rw] checksum_crc32
         
     | 
| 
       876 
877 
     | 
    
         
             
                #   The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
         
     | 
| 
       877 
     | 
    
         
            -
                #   checksum is only  
     | 
| 
      
 878 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
       878 
879 
     | 
    
         
             
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
       879 
880 
     | 
    
         
             
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
       880 
881 
     | 
    
         
             
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
         @@ -916,14 +917,15 @@ module Aws::S3 
     | 
|
| 
       916 
917 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       917 
918 
     | 
    
         
             
                #
         
     | 
| 
       918 
919 
     | 
    
         
             
                # @!attribute [rw] checksum_sha1
         
     | 
| 
       919 
     | 
    
         
            -
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This 
     | 
| 
       920 
     | 
    
         
            -
                #   only  
     | 
| 
       921 
     | 
    
         
            -
                #   use the API operation on an object that was 
     | 
| 
       922 
     | 
    
         
            -
                #   uploads, this value may not be a direct 
     | 
| 
       923 
     | 
    
         
            -
                #   object. Instead, it's a calculation 
     | 
| 
       924 
     | 
    
         
            -
                #   each individual part. For more 
     | 
| 
       925 
     | 
    
         
            -
                #    
     | 
| 
       926 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User 
     | 
| 
      
 920 
     | 
    
         
            +
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This
         
     | 
| 
      
 921 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 922 
     | 
    
         
            +
                #   object. When you use the API operation on an object that was
         
     | 
| 
      
 923 
     | 
    
         
            +
                #   uploaded using multipart uploads, this value may not be a direct
         
     | 
| 
      
 924 
     | 
    
         
            +
                #   checksum value of the full object. Instead, it's a calculation
         
     | 
| 
      
 925 
     | 
    
         
            +
                #   based on the checksum values of each individual part. For more
         
     | 
| 
      
 926 
     | 
    
         
            +
                #   information about how checksums are calculated with multipart
         
     | 
| 
      
 927 
     | 
    
         
            +
                #   uploads, see [ Checking object integrity][1] in the *Amazon S3 User
         
     | 
| 
      
 928 
     | 
    
         
            +
                #   Guide*.
         
     | 
| 
       927 
929 
     | 
    
         
             
                #
         
     | 
| 
       928 
930 
     | 
    
         
             
                #
         
     | 
| 
       929 
931 
     | 
    
         
             
                #
         
     | 
| 
         @@ -931,14 +933,14 @@ module Aws::S3 
     | 
|
| 
       931 
933 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       932 
934 
     | 
    
         
             
                #
         
     | 
| 
       933 
935 
     | 
    
         
             
                # @!attribute [rw] checksum_sha256
         
     | 
| 
       934 
     | 
    
         
            -
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This 
     | 
| 
       935 
     | 
    
         
            -
                #   only  
     | 
| 
       936 
     | 
    
         
            -
                #   use an API operation on an object that was uploaded 
     | 
| 
       937 
     | 
    
         
            -
                #   uploads, this value may not be a direct checksum 
     | 
| 
       938 
     | 
    
         
            -
                #   object. Instead, it's a calculation based on the 
     | 
| 
       939 
     | 
    
         
            -
                #   each individual part. For more information about 
     | 
| 
       940 
     | 
    
         
            -
                #   calculated with multipart uploads, see [ Checking 
     | 
| 
       941 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
      
 936 
     | 
    
         
            +
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This
         
     | 
| 
      
 937 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 938 
     | 
    
         
            +
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
      
 939 
     | 
    
         
            +
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
      
 940 
     | 
    
         
            +
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
      
 941 
     | 
    
         
            +
                #   checksum values of each individual part. For more information about
         
     | 
| 
      
 942 
     | 
    
         
            +
                #   how checksums are calculated with multipart uploads, see [ Checking
         
     | 
| 
      
 943 
     | 
    
         
            +
                #   object integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
       942 
944 
     | 
    
         
             
                #
         
     | 
| 
       943 
945 
     | 
    
         
             
                #
         
     | 
| 
       944 
946 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1915,6 +1917,40 @@ module Aws::S3 
     | 
|
| 
       1915 
1917 
     | 
    
         
             
                #    </note>
         
     | 
| 
       1916 
1918 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       1917 
1919 
     | 
    
         
             
                #
         
     | 
| 
      
 1920 
     | 
    
         
            +
                # @!attribute [rw] if_match
         
     | 
| 
      
 1921 
     | 
    
         
            +
                #   Copies the object if the entity tag (ETag) of the destination object
         
     | 
| 
      
 1922 
     | 
    
         
            +
                #   matches the specified tag. If the ETag values do not match, the
         
     | 
| 
      
 1923 
     | 
    
         
            +
                #   operation returns a `412 Precondition Failed` error. If a concurrent
         
     | 
| 
      
 1924 
     | 
    
         
            +
                #   operation occurs during the upload S3 returns a `409
         
     | 
| 
      
 1925 
     | 
    
         
            +
                #   ConditionalRequestConflict` response. On a 409 failure you should
         
     | 
| 
      
 1926 
     | 
    
         
            +
                #   fetch the object's ETag and retry the upload.
         
     | 
| 
      
 1927 
     | 
    
         
            +
                #
         
     | 
| 
      
 1928 
     | 
    
         
            +
                #   Expects the ETag value as a string.
         
     | 
| 
      
 1929 
     | 
    
         
            +
                #
         
     | 
| 
      
 1930 
     | 
    
         
            +
                #   For more information about conditional requests, see [RFC 7232][1].
         
     | 
| 
      
 1931 
     | 
    
         
            +
                #
         
     | 
| 
      
 1932 
     | 
    
         
            +
                #
         
     | 
| 
      
 1933 
     | 
    
         
            +
                #
         
     | 
| 
      
 1934 
     | 
    
         
            +
                #   [1]: https://tools.ietf.org/html/rfc7232
         
     | 
| 
      
 1935 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 1936 
     | 
    
         
            +
                #
         
     | 
| 
      
 1937 
     | 
    
         
            +
                # @!attribute [rw] if_none_match
         
     | 
| 
      
 1938 
     | 
    
         
            +
                #   Copies the object only if the object key name at the destination
         
     | 
| 
      
 1939 
     | 
    
         
            +
                #   does not already exist in the bucket specified. Otherwise, Amazon S3
         
     | 
| 
      
 1940 
     | 
    
         
            +
                #   returns a `412 Precondition Failed` error. If a concurrent operation
         
     | 
| 
      
 1941 
     | 
    
         
            +
                #   occurs during the upload S3 returns a `409
         
     | 
| 
      
 1942 
     | 
    
         
            +
                #   ConditionalRequestConflict` response. On a 409 failure you should
         
     | 
| 
      
 1943 
     | 
    
         
            +
                #   retry the upload.
         
     | 
| 
      
 1944 
     | 
    
         
            +
                #
         
     | 
| 
      
 1945 
     | 
    
         
            +
                #   Expects the '*' (asterisk) character.
         
     | 
| 
      
 1946 
     | 
    
         
            +
                #
         
     | 
| 
      
 1947 
     | 
    
         
            +
                #   For more information about conditional requests, see [RFC 7232][1].
         
     | 
| 
      
 1948 
     | 
    
         
            +
                #
         
     | 
| 
      
 1949 
     | 
    
         
            +
                #
         
     | 
| 
      
 1950 
     | 
    
         
            +
                #
         
     | 
| 
      
 1951 
     | 
    
         
            +
                #   [1]: https://tools.ietf.org/html/rfc7232
         
     | 
| 
      
 1952 
     | 
    
         
            +
                #   @return [String]
         
     | 
| 
      
 1953 
     | 
    
         
            +
                #
         
     | 
| 
       1918 
1954 
     | 
    
         
             
                # @!attribute [rw] key
         
     | 
| 
       1919 
1955 
     | 
    
         
             
                #   The key of the destination object.
         
     | 
| 
       1920 
1956 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
         @@ -2441,6 +2477,8 @@ module Aws::S3 
     | 
|
| 
       2441 
2477 
     | 
    
         
             
                  :grant_read,
         
     | 
| 
       2442 
2478 
     | 
    
         
             
                  :grant_read_acp,
         
     | 
| 
       2443 
2479 
     | 
    
         
             
                  :grant_write_acp,
         
     | 
| 
      
 2480 
     | 
    
         
            +
                  :if_match,
         
     | 
| 
      
 2481 
     | 
    
         
            +
                  :if_none_match,
         
     | 
| 
       2444 
2482 
     | 
    
         
             
                  :key,
         
     | 
| 
       2445 
2483 
     | 
    
         
             
                  :metadata,
         
     | 
| 
       2446 
2484 
     | 
    
         
             
                  :metadata_directive,
         
     | 
| 
         @@ -2502,9 +2540,9 @@ module Aws::S3 
     | 
|
| 
       2502 
2540 
     | 
    
         
             
                #
         
     | 
| 
       2503 
2541 
     | 
    
         
             
                # @!attribute [rw] checksum_crc32c
         
     | 
| 
       2504 
2542 
     | 
    
         
             
                #   The Base64 encoded, 32-bit `CRC32C` checksum of the object. This
         
     | 
| 
       2505 
     | 
    
         
            -
                #    
     | 
| 
       2506 
     | 
    
         
            -
                #   more information, see [ Checking object integrity][1] in 
     | 
| 
       2507 
     | 
    
         
            -
                #   S3 User Guide*.
         
     | 
| 
      
 2543 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 2544 
     | 
    
         
            +
                #   object. For more information, see [ Checking object integrity][1] in
         
     | 
| 
      
 2545 
     | 
    
         
            +
                #   the *Amazon S3 User Guide*.
         
     | 
| 
       2508 
2546 
     | 
    
         
             
                #
         
     | 
| 
       2509 
2547 
     | 
    
         
             
                #
         
     | 
| 
       2510 
2548 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2525,10 +2563,10 @@ module Aws::S3 
     | 
|
| 
       2525 
2563 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       2526 
2564 
     | 
    
         
             
                #
         
     | 
| 
       2527 
2565 
     | 
    
         
             
                # @!attribute [rw] checksum_sha1
         
     | 
| 
       2528 
     | 
    
         
            -
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This 
     | 
| 
       2529 
     | 
    
         
            -
                #   only  
     | 
| 
       2530 
     | 
    
         
            -
                #   information, see [ Checking object integrity][1] in 
     | 
| 
       2531 
     | 
    
         
            -
                #   User Guide*.
         
     | 
| 
      
 2566 
     | 
    
         
            +
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This
         
     | 
| 
      
 2567 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 2568 
     | 
    
         
            +
                #   object. For more information, see [ Checking object integrity][1] in
         
     | 
| 
      
 2569 
     | 
    
         
            +
                #   the *Amazon S3 User Guide*.
         
     | 
| 
       2532 
2570 
     | 
    
         
             
                #
         
     | 
| 
       2533 
2571 
     | 
    
         
             
                #
         
     | 
| 
       2534 
2572 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2536,10 +2574,10 @@ module Aws::S3 
     | 
|
| 
       2536 
2574 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       2537 
2575 
     | 
    
         
             
                #
         
     | 
| 
       2538 
2576 
     | 
    
         
             
                # @!attribute [rw] checksum_sha256
         
     | 
| 
       2539 
     | 
    
         
            -
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This 
     | 
| 
       2540 
     | 
    
         
            -
                #   only  
     | 
| 
       2541 
     | 
    
         
            -
                #   information, see [ Checking object integrity][1] in 
     | 
| 
       2542 
     | 
    
         
            -
                #   User Guide*.
         
     | 
| 
      
 2577 
     | 
    
         
            +
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This
         
     | 
| 
      
 2578 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 2579 
     | 
    
         
            +
                #   object. For more information, see [ Checking object integrity][1] in
         
     | 
| 
      
 2580 
     | 
    
         
            +
                #   the *Amazon S3 User Guide*.
         
     | 
| 
       2543 
2581 
     | 
    
         
             
                #
         
     | 
| 
       2544 
2582 
     | 
    
         
             
                #
         
     | 
| 
       2545 
2583 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2702,8 +2740,11 @@ module Aws::S3 
     | 
|
| 
       2702 
2740 
     | 
    
         
             
                #   creating. Tags are key-value pairs of metadata used to categorize
         
     | 
| 
       2703 
2741 
     | 
    
         
             
                #   and organize your buckets, track costs, and control access.
         
     | 
| 
       2704 
2742 
     | 
    
         
             
                #
         
     | 
| 
       2705 
     | 
    
         
            -
                #   <note markdown="1"> This parameter is only supported for S3 directory buckets. For 
     | 
| 
       2706 
     | 
    
         
            -
                # 
     | 
| 
      
 2743 
     | 
    
         
            +
                #   <note markdown="1"> * This parameter is only supported for S3 directory buckets. For
         
     | 
| 
      
 2744 
     | 
    
         
            +
                #     more information, see [Using tags with directory buckets][1].
         
     | 
| 
      
 2745 
     | 
    
         
            +
                #
         
     | 
| 
      
 2746 
     | 
    
         
            +
                #   * You must have the `s3express:TagResource` permission to create a
         
     | 
| 
      
 2747 
     | 
    
         
            +
                #     directory bucket with tags.
         
     | 
| 
       2707 
2748 
     | 
    
         
             
                #
         
     | 
| 
       2708 
2749 
     | 
    
         
             
                #    </note>
         
     | 
| 
       2709 
2750 
     | 
    
         
             
                #
         
     | 
| 
         @@ -4659,17 +4700,16 @@ module Aws::S3 
     | 
|
| 
       4659 
4700 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       4660 
4701 
     | 
    
         
             
                #
         
     | 
| 
       4661 
4702 
     | 
    
         
             
                # @!attribute [rw] if_match
         
     | 
| 
       4662 
     | 
    
         
            -
                #    
     | 
| 
       4663 
     | 
    
         
            -
                #    
     | 
| 
       4664 
     | 
    
         
            -
                #    
     | 
| 
       4665 
     | 
    
         
            -
                #    
     | 
| 
       4666 
     | 
    
         
            -
                #   Content) response`.
         
     | 
| 
       4667 
     | 
    
         
            -
                #
         
     | 
| 
       4668 
     | 
    
         
            -
                #   For more information about conditional requests, see [RFC 7232][1].
         
     | 
| 
      
 4703 
     | 
    
         
            +
                #   Deletes the object if the ETag (entity tag) value provided during
         
     | 
| 
      
 4704 
     | 
    
         
            +
                #   the delete operation matches the ETag of the object in S3. If the
         
     | 
| 
      
 4705 
     | 
    
         
            +
                #   ETag values do not match, the operation returns a `412 Precondition
         
     | 
| 
      
 4706 
     | 
    
         
            +
                #   Failed` error.
         
     | 
| 
       4669 
4707 
     | 
    
         
             
                #
         
     | 
| 
       4670 
     | 
    
         
            -
                #    
     | 
| 
      
 4708 
     | 
    
         
            +
                #   Expects the ETag value as a string. `If-Match` does accept a string
         
     | 
| 
      
 4709 
     | 
    
         
            +
                #   value of an '*' (asterisk) character to denote a match of any
         
     | 
| 
      
 4710 
     | 
    
         
            +
                #   ETag.
         
     | 
| 
       4671 
4711 
     | 
    
         
             
                #
         
     | 
| 
       4672 
     | 
    
         
            -
                # 
     | 
| 
      
 4712 
     | 
    
         
            +
                #   For more information about conditional requests, see [RFC 7232][1].
         
     | 
| 
       4673 
4713 
     | 
    
         
             
                #
         
     | 
| 
       4674 
4714 
     | 
    
         
             
                #
         
     | 
| 
       4675 
4715 
     | 
    
         
             
                #
         
     | 
| 
         @@ -8003,9 +8043,9 @@ module Aws::S3 
     | 
|
| 
       8003 
8043 
     | 
    
         
             
                #
         
     | 
| 
       8004 
8044 
     | 
    
         
             
                # @!attribute [rw] checksum_crc32c
         
     | 
| 
       8005 
8045 
     | 
    
         
             
                #   The Base64 encoded, 32-bit `CRC32C` checksum of the object. This
         
     | 
| 
       8006 
     | 
    
         
            -
                #    
     | 
| 
       8007 
     | 
    
         
            -
                #   more information, see [ Checking object integrity][1] in 
     | 
| 
       8008 
     | 
    
         
            -
                #   S3 User Guide*.
         
     | 
| 
      
 8046 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 8047 
     | 
    
         
            +
                #   object. For more information, see [ Checking object integrity][1] in
         
     | 
| 
      
 8048 
     | 
    
         
            +
                #   the *Amazon S3 User Guide*.
         
     | 
| 
       8009 
8049 
     | 
    
         
             
                #
         
     | 
| 
       8010 
8050 
     | 
    
         
             
                #
         
     | 
| 
       8011 
8051 
     | 
    
         
             
                #
         
     | 
| 
         @@ -8023,10 +8063,10 @@ module Aws::S3 
     | 
|
| 
       8023 
8063 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       8024 
8064 
     | 
    
         
             
                #
         
     | 
| 
       8025 
8065 
     | 
    
         
             
                # @!attribute [rw] checksum_sha1
         
     | 
| 
       8026 
     | 
    
         
            -
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This 
     | 
| 
       8027 
     | 
    
         
            -
                #   only  
     | 
| 
       8028 
     | 
    
         
            -
                #   information, see [ Checking object integrity][1] in 
     | 
| 
       8029 
     | 
    
         
            -
                #   User Guide*.
         
     | 
| 
      
 8066 
     | 
    
         
            +
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This
         
     | 
| 
      
 8067 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 8068 
     | 
    
         
            +
                #   object. For more information, see [ Checking object integrity][1] in
         
     | 
| 
      
 8069 
     | 
    
         
            +
                #   the *Amazon S3 User Guide*.
         
     | 
| 
       8030 
8070 
     | 
    
         
             
                #
         
     | 
| 
       8031 
8071 
     | 
    
         
             
                #
         
     | 
| 
       8032 
8072 
     | 
    
         
             
                #
         
     | 
| 
         @@ -8034,10 +8074,10 @@ module Aws::S3 
     | 
|
| 
       8034 
8074 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       8035 
8075 
     | 
    
         
             
                #
         
     | 
| 
       8036 
8076 
     | 
    
         
             
                # @!attribute [rw] checksum_sha256
         
     | 
| 
       8037 
     | 
    
         
            -
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This 
     | 
| 
       8038 
     | 
    
         
            -
                #   only  
     | 
| 
       8039 
     | 
    
         
            -
                #   information, see [ Checking object integrity][1] in 
     | 
| 
       8040 
     | 
    
         
            -
                #   User Guide*.
         
     | 
| 
      
 8077 
     | 
    
         
            +
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This
         
     | 
| 
      
 8078 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 8079 
     | 
    
         
            +
                #   object. For more information, see [ Checking object integrity][1] in
         
     | 
| 
      
 8080 
     | 
    
         
            +
                #   the *Amazon S3 User Guide*.
         
     | 
| 
       8041 
8081 
     | 
    
         
             
                #
         
     | 
| 
       8042 
8082 
     | 
    
         
             
                #
         
     | 
| 
       8043 
8083 
     | 
    
         
             
                #
         
     | 
| 
         @@ -8965,6 +9005,19 @@ module Aws::S3 
     | 
|
| 
       8965 
9005 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       8966 
9006 
     | 
    
         
             
                end
         
     | 
| 
       8967 
9007 
     | 
    
         | 
| 
      
 9008 
     | 
    
         
            +
                # End of support notice: Beginning November 21, 2025, Amazon S3 will
         
     | 
| 
      
 9009 
     | 
    
         
            +
                # stop returning `DisplayName`. Update your applications to use
         
     | 
| 
      
 9010 
     | 
    
         
            +
                # canonical IDs (unique identifier for Amazon Web Services accounts),
         
     | 
| 
      
 9011 
     | 
    
         
            +
                # Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
         
     | 
| 
      
 9012 
     | 
    
         
            +
                # resource naming) as a direct replacement of `DisplayName`.
         
     | 
| 
      
 9013 
     | 
    
         
            +
                #
         
     | 
| 
      
 9014 
     | 
    
         
            +
                #  This change affects the following Amazon Web Services Regions: US
         
     | 
| 
      
 9015 
     | 
    
         
            +
                # East
         
     | 
| 
      
 9016 
     | 
    
         
            +
                # (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
         
     | 
| 
      
 9017 
     | 
    
         
            +
                # Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
         
     | 
| 
      
 9018 
     | 
    
         
            +
                # Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
         
     | 
| 
      
 9019 
     | 
    
         
            +
                # America (São Paulo) Region.
         
     | 
| 
      
 9020 
     | 
    
         
            +
                #
         
     | 
| 
       8968 
9021 
     | 
    
         
             
                # Container for the person being granted permissions.
         
     | 
| 
       8969 
9022 
     | 
    
         
             
                #
         
     | 
| 
       8970 
9023 
     | 
    
         
             
                # @!attribute [rw] display_name
         
     | 
| 
         @@ -9240,7 +9293,7 @@ module Aws::S3 
     | 
|
| 
       9240 
9293 
     | 
    
         
             
                #
         
     | 
| 
       9241 
9294 
     | 
    
         
             
                # @!attribute [rw] checksum_crc32
         
     | 
| 
       9242 
9295 
     | 
    
         
             
                #   The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
         
     | 
| 
       9243 
     | 
    
         
            -
                #   checksum is only  
     | 
| 
      
 9296 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
       9244 
9297 
     | 
    
         
             
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
       9245 
9298 
     | 
    
         
             
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
       9246 
9299 
     | 
    
         
             
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
         @@ -9279,14 +9332,15 @@ module Aws::S3 
     | 
|
| 
       9279 
9332 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9280 
9333 
     | 
    
         
             
                #
         
     | 
| 
       9281 
9334 
     | 
    
         
             
                # @!attribute [rw] checksum_sha1
         
     | 
| 
       9282 
     | 
    
         
            -
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This 
     | 
| 
       9283 
     | 
    
         
            -
                #   only  
     | 
| 
       9284 
     | 
    
         
            -
                #   use the API operation on an object that was 
     | 
| 
       9285 
     | 
    
         
            -
                #   uploads, this value may not be a direct 
     | 
| 
       9286 
     | 
    
         
            -
                #   object. Instead, it's a calculation 
     | 
| 
       9287 
     | 
    
         
            -
                #   each individual part. For more 
     | 
| 
       9288 
     | 
    
         
            -
                #    
     | 
| 
       9289 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User 
     | 
| 
      
 9335 
     | 
    
         
            +
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This
         
     | 
| 
      
 9336 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 9337 
     | 
    
         
            +
                #   object. When you use the API operation on an object that was
         
     | 
| 
      
 9338 
     | 
    
         
            +
                #   uploaded using multipart uploads, this value may not be a direct
         
     | 
| 
      
 9339 
     | 
    
         
            +
                #   checksum value of the full object. Instead, it's a calculation
         
     | 
| 
      
 9340 
     | 
    
         
            +
                #   based on the checksum values of each individual part. For more
         
     | 
| 
      
 9341 
     | 
    
         
            +
                #   information about how checksums are calculated with multipart
         
     | 
| 
      
 9342 
     | 
    
         
            +
                #   uploads, see [ Checking object integrity][1] in the *Amazon S3 User
         
     | 
| 
      
 9343 
     | 
    
         
            +
                #   Guide*.
         
     | 
| 
       9290 
9344 
     | 
    
         
             
                #
         
     | 
| 
       9291 
9345 
     | 
    
         
             
                #
         
     | 
| 
       9292 
9346 
     | 
    
         
             
                #
         
     | 
| 
         @@ -9294,14 +9348,14 @@ module Aws::S3 
     | 
|
| 
       9294 
9348 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       9295 
9349 
     | 
    
         
             
                #
         
     | 
| 
       9296 
9350 
     | 
    
         
             
                # @!attribute [rw] checksum_sha256
         
     | 
| 
       9297 
     | 
    
         
            -
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This 
     | 
| 
       9298 
     | 
    
         
            -
                #   only  
     | 
| 
       9299 
     | 
    
         
            -
                #   use an API operation on an object that was uploaded 
     | 
| 
       9300 
     | 
    
         
            -
                #   uploads, this value may not be a direct checksum 
     | 
| 
       9301 
     | 
    
         
            -
                #   object. Instead, it's a calculation based on the 
     | 
| 
       9302 
     | 
    
         
            -
                #   each individual part. For more information about 
     | 
| 
       9303 
     | 
    
         
            -
                #   calculated with multipart uploads, see [ Checking 
     | 
| 
       9304 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
      
 9351 
     | 
    
         
            +
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This
         
     | 
| 
      
 9352 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 9353 
     | 
    
         
            +
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
      
 9354 
     | 
    
         
            +
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
      
 9355 
     | 
    
         
            +
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
      
 9356 
     | 
    
         
            +
                #   checksum values of each individual part. For more information about
         
     | 
| 
      
 9357 
     | 
    
         
            +
                #   how checksums are calculated with multipart uploads, see [ Checking
         
     | 
| 
      
 9358 
     | 
    
         
            +
                #   object integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
       9305 
9359 
     | 
    
         
             
                #
         
     | 
| 
       9306 
9360 
     | 
    
         
             
                #
         
     | 
| 
       9307 
9361 
     | 
    
         
             
                #
         
     | 
| 
         @@ -10700,8 +10754,10 @@ module Aws::S3 
     | 
|
| 
       10700 
10754 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       10701 
10755 
     | 
    
         
             
                #
         
     | 
| 
       10702 
10756 
     | 
    
         
             
                # @!attribute [rw] prefix
         
     | 
| 
       10703 
     | 
    
         
            -
                #    
     | 
| 
       10704 
     | 
    
         
            -
                #    
     | 
| 
      
 10757 
     | 
    
         
            +
                #   The general purpose bucket prefix that identifies one or more
         
     | 
| 
      
 10758 
     | 
    
         
            +
                #   objects to which the rule applies. We recommend using `Filter`
         
     | 
| 
      
 10759 
     | 
    
         
            +
                #   instead of `Prefix` for new PUTs. Previous configurations where a
         
     | 
| 
      
 10760 
     | 
    
         
            +
                #   prefix is defined will continue to operate as before.
         
     | 
| 
       10705 
10761 
     | 
    
         
             
                #
         
     | 
| 
       10706 
10762 
     | 
    
         
             
                #   Replacement must be made for object keys containing special
         
     | 
| 
       10707 
10763 
     | 
    
         
             
                #   characters (such as carriage returns) when using XML requests. For
         
     | 
| 
         @@ -13817,11 +13873,11 @@ module Aws::S3 
     | 
|
| 
       13817 
13873 
     | 
    
         
             
                  include Aws::Structure
         
     | 
| 
       13818 
13874 
     | 
    
         
             
                end
         
     | 
| 
       13819 
13875 
     | 
    
         | 
| 
       13820 
     | 
    
         
            -
                # End of support notice: Beginning  
     | 
| 
       13821 
     | 
    
         
            -
                # returning `DisplayName`. Update your applications to use 
     | 
| 
       13822 
     | 
    
         
            -
                # (unique identifier for Amazon Web Services accounts), 
     | 
| 
       13823 
     | 
    
         
            -
                # Services account ID (12 digit identifier) or IAM ARNs (full 
     | 
| 
       13824 
     | 
    
         
            -
                # naming) as a direct replacement of `DisplayName`.
         
     | 
| 
      
 13876 
     | 
    
         
            +
                # End of support notice: Beginning November 21, 2025, Amazon S3 will
         
     | 
| 
      
 13877 
     | 
    
         
            +
                # stop returning `DisplayName`. Update your applications to use
         
     | 
| 
      
 13878 
     | 
    
         
            +
                # canonical IDs (unique identifier for Amazon Web Services accounts),
         
     | 
| 
      
 13879 
     | 
    
         
            +
                # Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
         
     | 
| 
      
 13880 
     | 
    
         
            +
                # resource naming) as a direct replacement of `DisplayName`.
         
     | 
| 
       13825 
13881 
     | 
    
         
             
                #
         
     | 
| 
       13826 
13882 
     | 
    
         
             
                #  This change affects the following Amazon Web Services Regions: US
         
     | 
| 
       13827 
13883 
     | 
    
         
             
                # East
         
     | 
| 
         @@ -15273,7 +15329,17 @@ module Aws::S3 
     | 
|
| 
       15273 
15329 
     | 
    
         
             
                # @!attribute [rw] mfa
         
     | 
| 
       15274 
15330 
     | 
    
         
             
                #   The concatenation of the authentication device's serial number, a
         
     | 
| 
       15275 
15331 
     | 
    
         
             
                #   space, and the value that is displayed on your authentication
         
     | 
| 
       15276 
     | 
    
         
            -
                #   device.
         
     | 
| 
      
 15332 
     | 
    
         
            +
                #   device. The serial number is the number that uniquely identifies the
         
     | 
| 
      
 15333 
     | 
    
         
            +
                #   MFA device. For physical MFA devices, this is the unique serial
         
     | 
| 
      
 15334 
     | 
    
         
            +
                #   number that's provided with the device. For virtual MFA devices,
         
     | 
| 
      
 15335 
     | 
    
         
            +
                #   the serial number is the device ARN. For more information, see
         
     | 
| 
      
 15336 
     | 
    
         
            +
                #   [Enabling versioning on buckets][1] and [Configuring MFA delete][2]
         
     | 
| 
      
 15337 
     | 
    
         
            +
                #   in the *Amazon Simple Storage Service User Guide*.
         
     | 
| 
      
 15338 
     | 
    
         
            +
                #
         
     | 
| 
      
 15339 
     | 
    
         
            +
                #
         
     | 
| 
      
 15340 
     | 
    
         
            +
                #
         
     | 
| 
      
 15341 
     | 
    
         
            +
                #   [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/manage-versioning-examples.html
         
     | 
| 
      
 15342 
     | 
    
         
            +
                #   [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiFactorAuthenticationDelete.html
         
     | 
| 
       15277 
15343 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       15278 
15344 
     | 
    
         
             
                #
         
     | 
| 
       15279 
15345 
     | 
    
         
             
                # @!attribute [rw] versioning_configuration
         
     | 
| 
         @@ -15809,7 +15875,7 @@ module Aws::S3 
     | 
|
| 
       15809 
15875 
     | 
    
         
             
                #
         
     | 
| 
       15810 
15876 
     | 
    
         
             
                # @!attribute [rw] checksum_crc32
         
     | 
| 
       15811 
15877 
     | 
    
         
             
                #   The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
         
     | 
| 
       15812 
     | 
    
         
            -
                #   checksum is only  
     | 
| 
      
 15878 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
       15813 
15879 
     | 
    
         
             
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
       15814 
15880 
     | 
    
         
             
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
       15815 
15881 
     | 
    
         
             
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
         @@ -15852,14 +15918,15 @@ module Aws::S3 
     | 
|
| 
       15852 
15918 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       15853 
15919 
     | 
    
         
             
                #
         
     | 
| 
       15854 
15920 
     | 
    
         
             
                # @!attribute [rw] checksum_sha1
         
     | 
| 
       15855 
     | 
    
         
            -
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This 
     | 
| 
       15856 
     | 
    
         
            -
                #   only  
     | 
| 
       15857 
     | 
    
         
            -
                #   use the API operation on an object that was 
     | 
| 
       15858 
     | 
    
         
            -
                #   uploads, this value may not be a direct 
     | 
| 
       15859 
     | 
    
         
            -
                #   object. Instead, it's a calculation 
     | 
| 
       15860 
     | 
    
         
            -
                #   each individual part. For more 
     | 
| 
       15861 
     | 
    
         
            -
                #    
     | 
| 
       15862 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User 
     | 
| 
      
 15921 
     | 
    
         
            +
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This
         
     | 
| 
      
 15922 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 15923 
     | 
    
         
            +
                #   object. When you use the API operation on an object that was
         
     | 
| 
      
 15924 
     | 
    
         
            +
                #   uploaded using multipart uploads, this value may not be a direct
         
     | 
| 
      
 15925 
     | 
    
         
            +
                #   checksum value of the full object. Instead, it's a calculation
         
     | 
| 
      
 15926 
     | 
    
         
            +
                #   based on the checksum values of each individual part. For more
         
     | 
| 
      
 15927 
     | 
    
         
            +
                #   information about how checksums are calculated with multipart
         
     | 
| 
      
 15928 
     | 
    
         
            +
                #   uploads, see [ Checking object integrity][1] in the *Amazon S3 User
         
     | 
| 
      
 15929 
     | 
    
         
            +
                #   Guide*.
         
     | 
| 
       15863 
15930 
     | 
    
         
             
                #
         
     | 
| 
       15864 
15931 
     | 
    
         
             
                #
         
     | 
| 
       15865 
15932 
     | 
    
         
             
                #
         
     | 
| 
         @@ -15867,14 +15934,14 @@ module Aws::S3 
     | 
|
| 
       15867 
15934 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       15868 
15935 
     | 
    
         
             
                #
         
     | 
| 
       15869 
15936 
     | 
    
         
             
                # @!attribute [rw] checksum_sha256
         
     | 
| 
       15870 
     | 
    
         
            -
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This 
     | 
| 
       15871 
     | 
    
         
            -
                #   only  
     | 
| 
       15872 
     | 
    
         
            -
                #   use an API operation on an object that was uploaded 
     | 
| 
       15873 
     | 
    
         
            -
                #   uploads, this value may not be a direct checksum 
     | 
| 
       15874 
     | 
    
         
            -
                #   object. Instead, it's a calculation based on the 
     | 
| 
       15875 
     | 
    
         
            -
                #   each individual part. For more information about 
     | 
| 
       15876 
     | 
    
         
            -
                #   calculated with multipart uploads, see [ Checking 
     | 
| 
       15877 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
      
 15937 
     | 
    
         
            +
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This
         
     | 
| 
      
 15938 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 15939 
     | 
    
         
            +
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
      
 15940 
     | 
    
         
            +
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
      
 15941 
     | 
    
         
            +
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
      
 15942 
     | 
    
         
            +
                #   checksum values of each individual part. For more information about
         
     | 
| 
      
 15943 
     | 
    
         
            +
                #   how checksums are calculated with multipart uploads, see [ Checking
         
     | 
| 
      
 15944 
     | 
    
         
            +
                #   object integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
       15878 
15945 
     | 
    
         
             
                #
         
     | 
| 
       15879 
15946 
     | 
    
         
             
                #
         
     | 
| 
       15880 
15947 
     | 
    
         
             
                #
         
     | 
| 
         @@ -16990,21 +17057,9 @@ module Aws::S3 
     | 
|
| 
       16990 
17057 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       16991 
17058 
     | 
    
         
             
                #
         
     | 
| 
       16992 
17059 
     | 
    
         
             
                # @!attribute [rw] request_payer
         
     | 
| 
       16993 
     | 
    
         
            -
                #   Confirms that the requester knows that  
     | 
| 
       16994 
     | 
    
         
            -
                #   request. Bucket owners need not specify this 
     | 
| 
       16995 
     | 
    
         
            -
                #    
     | 
| 
       16996 
     | 
    
         
            -
                #   Requester Pays enabled, the requester will pay for corresponding
         
     | 
| 
       16997 
     | 
    
         
            -
                #   charges to copy the object. For information about downloading
         
     | 
| 
       16998 
     | 
    
         
            -
                #   objects from Requester Pays buckets, see [Downloading Objects in
         
     | 
| 
       16999 
     | 
    
         
            -
                #   Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
         
     | 
| 
       17000 
     | 
    
         
            -
                #
         
     | 
| 
       17001 
     | 
    
         
            -
                #   <note markdown="1"> This functionality is not supported for directory buckets.
         
     | 
| 
       17002 
     | 
    
         
            -
                #
         
     | 
| 
       17003 
     | 
    
         
            -
                #    </note>
         
     | 
| 
       17004 
     | 
    
         
            -
                #
         
     | 
| 
       17005 
     | 
    
         
            -
                #
         
     | 
| 
       17006 
     | 
    
         
            -
                #
         
     | 
| 
       17007 
     | 
    
         
            -
                #   [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
         
     | 
| 
      
 17060 
     | 
    
         
            +
                #   Confirms that the requester knows that she or he will be charged for
         
     | 
| 
      
 17061 
     | 
    
         
            +
                #   the tagging object request. Bucket owners need not specify this
         
     | 
| 
      
 17062 
     | 
    
         
            +
                #   parameter in their requests.
         
     | 
| 
       17008 
17063 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       17009 
17064 
     | 
    
         
             
                #
         
     | 
| 
       17010 
17065 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/PutObjectTaggingRequest AWS API Documentation
         
     | 
| 
         @@ -17198,7 +17253,7 @@ module Aws::S3 
     | 
|
| 
       17198 
17253 
     | 
    
         
             
                #   record frame. To ensure continuous streaming of data, S3 Select
         
     | 
| 
       17199 
17254 
     | 
    
         
             
                #   might split the same record across multiple record frames instead of
         
     | 
| 
       17200 
17255 
     | 
    
         
             
                #   aggregating the results in memory. Some S3 clients (for example, the
         
     | 
| 
       17201 
     | 
    
         
            -
                #    
     | 
| 
      
 17256 
     | 
    
         
            +
                #   SDKforJava) handle this behavior by creating a `ByteStream` out of
         
     | 
| 
       17202 
17257 
     | 
    
         
             
                #   the response by default. Other clients might not handle this
         
     | 
| 
       17203 
17258 
     | 
    
         
             
                #   behavior by default. In those cases, you must aggregate the results
         
     | 
| 
       17204 
17259 
     | 
    
         
             
                #   on the client side and parse the response.
         
     | 
| 
         @@ -19648,7 +19703,7 @@ module Aws::S3 
     | 
|
| 
       19648 
19703 
     | 
    
         
             
                #
         
     | 
| 
       19649 
19704 
     | 
    
         
             
                # @!attribute [rw] checksum_crc32
         
     | 
| 
       19650 
19705 
     | 
    
         
             
                #   The Base64 encoded, 32-bit `CRC32 checksum` of the object. This
         
     | 
| 
       19651 
     | 
    
         
            -
                #   checksum is only  
     | 
| 
      
 19706 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
       19652 
19707 
     | 
    
         
             
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
       19653 
19708 
     | 
    
         
             
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
       19654 
19709 
     | 
    
         
             
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
         @@ -19689,14 +19744,15 @@ module Aws::S3 
     | 
|
| 
       19689 
19744 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       19690 
19745 
     | 
    
         
             
                #
         
     | 
| 
       19691 
19746 
     | 
    
         
             
                # @!attribute [rw] checksum_sha1
         
     | 
| 
       19692 
     | 
    
         
            -
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This 
     | 
| 
       19693 
     | 
    
         
            -
                #   only  
     | 
| 
       19694 
     | 
    
         
            -
                #   use the API operation on an object that was 
     | 
| 
       19695 
     | 
    
         
            -
                #   uploads, this value may not be a direct 
     | 
| 
       19696 
     | 
    
         
            -
                #   object. Instead, it's a calculation 
     | 
| 
       19697 
     | 
    
         
            -
                #   each individual part. For more 
     | 
| 
       19698 
     | 
    
         
            -
                #    
     | 
| 
       19699 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User 
     | 
| 
      
 19747 
     | 
    
         
            +
                #   The Base64 encoded, 160-bit `SHA1` digest of the object. This
         
     | 
| 
      
 19748 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 19749 
     | 
    
         
            +
                #   object. When you use the API operation on an object that was
         
     | 
| 
      
 19750 
     | 
    
         
            +
                #   uploaded using multipart uploads, this value may not be a direct
         
     | 
| 
      
 19751 
     | 
    
         
            +
                #   checksum value of the full object. Instead, it's a calculation
         
     | 
| 
      
 19752 
     | 
    
         
            +
                #   based on the checksum values of each individual part. For more
         
     | 
| 
      
 19753 
     | 
    
         
            +
                #   information about how checksums are calculated with multipart
         
     | 
| 
      
 19754 
     | 
    
         
            +
                #   uploads, see [ Checking object integrity][1] in the *Amazon S3 User
         
     | 
| 
      
 19755 
     | 
    
         
            +
                #   Guide*.
         
     | 
| 
       19700 
19756 
     | 
    
         
             
                #
         
     | 
| 
       19701 
19757 
     | 
    
         
             
                #
         
     | 
| 
       19702 
19758 
     | 
    
         
             
                #
         
     | 
| 
         @@ -19704,14 +19760,14 @@ module Aws::S3 
     | 
|
| 
       19704 
19760 
     | 
    
         
             
                #   @return [String]
         
     | 
| 
       19705 
19761 
     | 
    
         
             
                #
         
     | 
| 
       19706 
19762 
     | 
    
         
             
                # @!attribute [rw] checksum_sha256
         
     | 
| 
       19707 
     | 
    
         
            -
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This 
     | 
| 
       19708 
     | 
    
         
            -
                #   only  
     | 
| 
       19709 
     | 
    
         
            -
                #   use an API operation on an object that was uploaded 
     | 
| 
       19710 
     | 
    
         
            -
                #   uploads, this value may not be a direct checksum 
     | 
| 
       19711 
     | 
    
         
            -
                #   object. Instead, it's a calculation based on the 
     | 
| 
       19712 
     | 
    
         
            -
                #   each individual part. For more information about 
     | 
| 
       19713 
     | 
    
         
            -
                #   calculated with multipart uploads, see [ Checking 
     | 
| 
       19714 
     | 
    
         
            -
                #   integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
      
 19763 
     | 
    
         
            +
                #   The Base64 encoded, 256-bit `SHA256` digest of the object. This
         
     | 
| 
      
 19764 
     | 
    
         
            +
                #   checksum is only present if the checksum was uploaded with the
         
     | 
| 
      
 19765 
     | 
    
         
            +
                #   object. When you use an API operation on an object that was uploaded
         
     | 
| 
      
 19766 
     | 
    
         
            +
                #   using multipart uploads, this value may not be a direct checksum
         
     | 
| 
      
 19767 
     | 
    
         
            +
                #   value of the full object. Instead, it's a calculation based on the
         
     | 
| 
      
 19768 
     | 
    
         
            +
                #   checksum values of each individual part. For more information about
         
     | 
| 
      
 19769 
     | 
    
         
            +
                #   how checksums are calculated with multipart uploads, see [ Checking
         
     | 
| 
      
 19770 
     | 
    
         
            +
                #   object integrity][1] in the *Amazon S3 User Guide*.
         
     | 
| 
       19715 
19771 
     | 
    
         
             
                #
         
     | 
| 
       19716 
19772 
     | 
    
         
             
                #
         
     | 
| 
       19717 
19773 
     | 
    
         
             
                #
         
     | 
    
        data/lib/aws-sdk-s3.rb
    CHANGED
    
    
    
        data/sig/client.rbs
    CHANGED
    
    | 
         @@ -196,6 +196,8 @@ module Aws 
     | 
|
| 
       196 
196 
     | 
    
         
             
                                     ?grant_read: ::String,
         
     | 
| 
       197 
197 
     | 
    
         
             
                                     ?grant_read_acp: ::String,
         
     | 
| 
       198 
198 
     | 
    
         
             
                                     ?grant_write_acp: ::String,
         
     | 
| 
      
 199 
     | 
    
         
            +
                                     ?if_match: ::String,
         
     | 
| 
      
 200 
     | 
    
         
            +
                                     ?if_none_match: ::String,
         
     | 
| 
       199 
201 
     | 
    
         
             
                                     key: ::String,
         
     | 
| 
       200 
202 
     | 
    
         
             
                                     ?metadata: Hash[::String, ::String],
         
     | 
| 
       201 
203 
     | 
    
         
             
                                     ?metadata_directive: ("COPY" | "REPLACE"),
         
     | 
    
        data/sig/object.rbs
    CHANGED
    
    | 
         @@ -180,6 +180,8 @@ module Aws 
     | 
|
| 
       180 
180 
     | 
    
         
             
                                   ?grant_read: ::String,
         
     | 
| 
       181 
181 
     | 
    
         
             
                                   ?grant_read_acp: ::String,
         
     | 
| 
       182 
182 
     | 
    
         
             
                                   ?grant_write_acp: ::String,
         
     | 
| 
      
 183 
     | 
    
         
            +
                                   ?if_match: ::String,
         
     | 
| 
      
 184 
     | 
    
         
            +
                                   ?if_none_match: ::String,
         
     | 
| 
       183 
185 
     | 
    
         
             
                                   ?metadata: Hash[::String, ::String],
         
     | 
| 
       184 
186 
     | 
    
         
             
                                   ?metadata_directive: ("COPY" | "REPLACE"),
         
     | 
| 
       185 
187 
     | 
    
         
             
                                   ?tagging_directive: ("COPY" | "REPLACE"),
         
     | 
    
        data/sig/object_summary.rbs
    CHANGED
    
    | 
         @@ -84,6 +84,8 @@ module Aws 
     | 
|
| 
       84 
84 
     | 
    
         
             
                                   ?grant_read: ::String,
         
     | 
| 
       85 
85 
     | 
    
         
             
                                   ?grant_read_acp: ::String,
         
     | 
| 
       86 
86 
     | 
    
         
             
                                   ?grant_write_acp: ::String,
         
     | 
| 
      
 87 
     | 
    
         
            +
                                   ?if_match: ::String,
         
     | 
| 
      
 88 
     | 
    
         
            +
                                   ?if_none_match: ::String,
         
     | 
| 
       87 
89 
     | 
    
         
             
                                   ?metadata: Hash[::String, ::String],
         
     | 
| 
       88 
90 
     | 
    
         
             
                                   ?metadata_directive: ("COPY" | "REPLACE"),
         
     | 
| 
       89 
91 
     | 
    
         
             
                                   ?tagging_directive: ("COPY" | "REPLACE"),
         
     | 
    
        data/sig/types.rbs
    CHANGED
    
    | 
         @@ -269,6 +269,8 @@ module Aws::S3 
     | 
|
| 
       269 
269 
     | 
    
         
             
                  attr_accessor grant_read: ::String
         
     | 
| 
       270 
270 
     | 
    
         
             
                  attr_accessor grant_read_acp: ::String
         
     | 
| 
       271 
271 
     | 
    
         
             
                  attr_accessor grant_write_acp: ::String
         
     | 
| 
      
 272 
     | 
    
         
            +
                  attr_accessor if_match: ::String
         
     | 
| 
      
 273 
     | 
    
         
            +
                  attr_accessor if_none_match: ::String
         
     | 
| 
       272 
274 
     | 
    
         
             
                  attr_accessor key: ::String
         
     | 
| 
       273 
275 
     | 
    
         
             
                  attr_accessor metadata: ::Hash[::String, ::String]
         
     | 
| 
       274 
276 
     | 
    
         
             
                  attr_accessor metadata_directive: ("COPY" | "REPLACE")
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: aws-sdk-s3
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.202.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Amazon Web Services
         
     | 
| 
         @@ -46,7 +46,7 @@ dependencies: 
     | 
|
| 
       46 
46 
     | 
    
         
             
                    version: '3'
         
     | 
| 
       47 
47 
     | 
    
         
             
                - - ">="
         
     | 
| 
       48 
48 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       49 
     | 
    
         
            -
                    version: 3. 
     | 
| 
      
 49 
     | 
    
         
            +
                    version: 3.234.0
         
     | 
| 
       50 
50 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       51 
51 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       52 
52 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -56,7 +56,7 @@ dependencies: 
     | 
|
| 
       56 
56 
     | 
    
         
             
                    version: '3'
         
     | 
| 
       57 
57 
     | 
    
         
             
                - - ">="
         
     | 
| 
       58 
58 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       59 
     | 
    
         
            -
                    version: 3. 
     | 
| 
      
 59 
     | 
    
         
            +
                    version: 3.234.0
         
     | 
| 
       60 
60 
     | 
    
         
             
            description: Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).
         
     | 
| 
       61 
61 
     | 
    
         
             
              This gem is part of the AWS SDK for Ruby.
         
     | 
| 
       62 
62 
     | 
    
         
             
            email:
         
     |