aws-sdk-s3 1.176.1 → 1.180.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 +22 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +50 -39
- data/lib/aws-sdk-s3/bucket_acl.rb +6 -5
- data/lib/aws-sdk-s3/bucket_cors.rb +6 -5
- data/lib/aws-sdk-s3/bucket_lifecycle.rb +2 -2
- data/lib/aws-sdk-s3/bucket_lifecycle_configuration.rb +3 -3
- data/lib/aws-sdk-s3/bucket_logging.rb +2 -2
- data/lib/aws-sdk-s3/bucket_policy.rb +10 -9
- data/lib/aws-sdk-s3/bucket_request_payment.rb +3 -3
- data/lib/aws-sdk-s3/bucket_tagging.rb +3 -3
- data/lib/aws-sdk-s3/bucket_versioning.rb +9 -9
- data/lib/aws-sdk-s3/bucket_website.rb +3 -3
- data/lib/aws-sdk-s3/client.rb +698 -538
- data/lib/aws-sdk-s3/client_api.rb +34 -2
- data/lib/aws-sdk-s3/endpoint_provider.rb +260 -277
- data/lib/aws-sdk-s3/file_downloader.rb +4 -21
- data/lib/aws-sdk-s3/multipart_file_uploader.rb +31 -13
- data/lib/aws-sdk-s3/multipart_upload.rb +48 -6
- data/lib/aws-sdk-s3/multipart_upload_part.rb +52 -36
- data/lib/aws-sdk-s3/object.rb +142 -110
- data/lib/aws-sdk-s3/object_acl.rb +4 -4
- data/lib/aws-sdk-s3/object_summary.rb +97 -80
- data/lib/aws-sdk-s3/object_version.rb +22 -18
- data/lib/aws-sdk-s3/plugins/checksum_algorithm.rb +31 -0
- data/lib/aws-sdk-s3/plugins/express_session_auth.rb +11 -20
- data/lib/aws-sdk-s3/plugins/md5s.rb +10 -71
- data/lib/aws-sdk-s3/presigner.rb +4 -5
- data/lib/aws-sdk-s3/resource.rb +1 -1
- data/lib/aws-sdk-s3/types.rb +1017 -671
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/bucket.rbs +4 -3
- data/sig/bucket_acl.rbs +1 -1
- data/sig/bucket_cors.rbs +1 -1
- data/sig/bucket_lifecycle.rbs +1 -1
- data/sig/bucket_lifecycle_configuration.rbs +1 -1
- data/sig/bucket_logging.rbs +1 -1
- data/sig/bucket_policy.rbs +1 -1
- data/sig/bucket_request_payment.rbs +1 -1
- data/sig/bucket_tagging.rbs +1 -1
- data/sig/bucket_versioning.rbs +3 -3
- data/sig/bucket_website.rbs +1 -1
- data/sig/client.rbs +52 -31
- data/sig/multipart_upload.rbs +8 -1
- data/sig/multipart_upload_part.rbs +5 -1
- data/sig/object.rbs +13 -5
- data/sig/object_acl.rbs +1 -1
- data/sig/object_summary.rbs +11 -6
- data/sig/object_version.rbs +5 -2
- data/sig/resource.rbs +3 -1
- data/sig/types.rbs +63 -34
- metadata +5 -5
- data/lib/aws-sdk-s3/plugins/skip_whole_multipart_get_checksums.rb +0 -31
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -59,7 +59,7 @@ module Aws::S3
|
|
59
59
|
# requests are not supported. Directory bucket names must be unique in
|
60
60
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
61
61
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
62
|
-
#
|
62
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
63
63
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
64
64
|
# *Amazon S3 User Guide*.
|
65
65
|
#
|
@@ -79,14 +79,14 @@ module Aws::S3
|
|
79
79
|
#
|
80
80
|
# </note>
|
81
81
|
#
|
82
|
-
# **S3 on Outposts** - When you use this action with
|
83
|
-
#
|
84
|
-
#
|
82
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
83
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
84
|
+
# Outposts hostname takes the form `
|
85
85
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
86
|
-
# When you use this action with S3 on Outposts
|
87
|
-
#
|
88
|
-
#
|
89
|
-
#
|
86
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
87
|
+
# must be the Outposts access point ARN or the access point alias. For
|
88
|
+
# more information about S3 on Outposts, see [What is S3 on
|
89
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
90
90
|
#
|
91
91
|
#
|
92
92
|
#
|
@@ -655,14 +655,14 @@ 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
|
659
|
-
# only be present if
|
660
|
-
# API operation on an object that was uploaded
|
661
|
-
# uploads, this value may not be a direct checksum
|
662
|
-
# object. Instead, it's a calculation based on the
|
663
|
-
# each individual part. For more information about
|
664
|
-
# calculated with multipart uploads, see [ Checking
|
665
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
658
|
+
# The Base64 encoded, 32-bit `CRC-32 checksum` of the object. This
|
659
|
+
# checksum is only be present if the checksum was uploaded with the
|
660
|
+
# object. When you use an API operation on an object that was uploaded
|
661
|
+
# using multipart uploads, this value may not be a direct checksum
|
662
|
+
# value of the full object. Instead, it's a calculation based on the
|
663
|
+
# checksum values of each individual part. For more information about
|
664
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
665
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
666
666
|
#
|
667
667
|
#
|
668
668
|
#
|
@@ -670,24 +670,37 @@ module Aws::S3
|
|
670
670
|
# @return [String]
|
671
671
|
#
|
672
672
|
# @!attribute [rw] checksum_crc32c
|
673
|
-
# The
|
674
|
-
# only
|
675
|
-
# API operation on an object that was uploaded
|
676
|
-
# uploads, this value may not be a direct checksum
|
677
|
-
# object. Instead, it's a calculation based on the
|
678
|
-
# each individual part. For more information about
|
679
|
-
# calculated with multipart uploads, see [ Checking
|
680
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
673
|
+
# The Base64 encoded, 32-bit `CRC-32C` checksum of the object. This
|
674
|
+
# checksum is only present if the checksum was uploaded with the
|
675
|
+
# object. When you use an API operation on an object that was uploaded
|
676
|
+
# using multipart uploads, this value may not be a direct checksum
|
677
|
+
# value of the full object. Instead, it's a calculation based on the
|
678
|
+
# checksum values of each individual part. For more information about
|
679
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
680
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
681
681
|
#
|
682
682
|
#
|
683
683
|
#
|
684
684
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
685
685
|
# @return [String]
|
686
686
|
#
|
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`
|
690
|
+
# checksum algorithm, or if the object was uploaded without a checksum
|
691
|
+
# (and Amazon S3 added the default checksum, `CRC-64NVME`, to the
|
692
|
+
# uploaded object). For more information, see [Checking object
|
693
|
+
# integrity][1] in the *Amazon S3 User Guide*.
|
694
|
+
#
|
695
|
+
#
|
696
|
+
#
|
697
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
698
|
+
# @return [String]
|
699
|
+
#
|
687
700
|
# @!attribute [rw] checksum_sha1
|
688
|
-
# The
|
689
|
-
# only be present if
|
690
|
-
# API operation on an object that was uploaded using multipart
|
701
|
+
# The Base64 encoded, 160-bit `SHA-1` digest of the object. This will
|
702
|
+
# only be present if the object was uploaded with the object. When you
|
703
|
+
# use the API operation on an object that was uploaded using multipart
|
691
704
|
# uploads, this value may not be a direct checksum value of the full
|
692
705
|
# object. Instead, it's a calculation based on the checksum values of
|
693
706
|
# each individual part. For more information about how checksums are
|
@@ -700,27 +713,39 @@ module Aws::S3
|
|
700
713
|
# @return [String]
|
701
714
|
#
|
702
715
|
# @!attribute [rw] checksum_sha256
|
703
|
-
# The
|
704
|
-
# only be present if
|
705
|
-
# API operation on an object that was uploaded using
|
706
|
-
# uploads, this value may not be a direct checksum value of
|
707
|
-
# object. Instead, it's a calculation based on the checksum
|
708
|
-
# each individual part. For more information about how
|
709
|
-
# calculated with multipart uploads, see [ Checking
|
710
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
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*.
|
711
724
|
#
|
712
725
|
#
|
713
726
|
#
|
714
727
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
715
728
|
# @return [String]
|
716
729
|
#
|
730
|
+
# @!attribute [rw] checksum_type
|
731
|
+
# The checksum type that is used to calculate the object’s checksum
|
732
|
+
# value. For more information, see [Checking object integrity][1] in
|
733
|
+
# the *Amazon S3 User Guide*.
|
734
|
+
#
|
735
|
+
#
|
736
|
+
#
|
737
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
738
|
+
# @return [String]
|
739
|
+
#
|
717
740
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Checksum AWS API Documentation
|
718
741
|
#
|
719
742
|
class Checksum < Struct.new(
|
720
743
|
:checksum_crc32,
|
721
744
|
:checksum_crc32c,
|
745
|
+
:checksum_crc64nvme,
|
722
746
|
:checksum_sha1,
|
723
|
-
:checksum_sha256
|
747
|
+
:checksum_sha256,
|
748
|
+
:checksum_type)
|
724
749
|
SENSITIVE = []
|
725
750
|
include Aws::Structure
|
726
751
|
end
|
@@ -824,14 +849,14 @@ module Aws::S3
|
|
824
849
|
# @return [String]
|
825
850
|
#
|
826
851
|
# @!attribute [rw] checksum_crc32
|
827
|
-
# The
|
828
|
-
# only be present if
|
829
|
-
# API operation on an object that was uploaded
|
830
|
-
# uploads, this value may not be a direct checksum
|
831
|
-
# object. Instead, it's a calculation based on the
|
832
|
-
# each individual part. For more information about
|
833
|
-
# calculated with multipart uploads, see [ Checking
|
834
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
852
|
+
# The Base64 encoded, 32-bit `CRC-32 checksum` of the object. This
|
853
|
+
# checksum is only be present if the checksum was uploaded with the
|
854
|
+
# object. When you use an API operation on an object that was uploaded
|
855
|
+
# using multipart uploads, this value may not be a direct checksum
|
856
|
+
# value of the full object. Instead, it's a calculation based on the
|
857
|
+
# checksum values of each individual part. For more information about
|
858
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
859
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
835
860
|
#
|
836
861
|
#
|
837
862
|
#
|
@@ -839,24 +864,37 @@ module Aws::S3
|
|
839
864
|
# @return [String]
|
840
865
|
#
|
841
866
|
# @!attribute [rw] checksum_crc32c
|
842
|
-
# The
|
843
|
-
# only
|
844
|
-
# API operation on an object that was uploaded
|
845
|
-
# uploads, this value may not be a direct checksum
|
846
|
-
# object. Instead, it's a calculation based on the
|
847
|
-
# each individual part. For more information about
|
848
|
-
# calculated with multipart uploads, see [ Checking
|
849
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
867
|
+
# The Base64 encoded, 32-bit `CRC-32C` checksum of the object. This
|
868
|
+
# checksum is only present if the checksum was uploaded with the
|
869
|
+
# object. When you use an API operation on an object that was uploaded
|
870
|
+
# using multipart uploads, this value may not be a direct checksum
|
871
|
+
# value of the full object. Instead, it's a calculation based on the
|
872
|
+
# checksum values of each individual part. For more information about
|
873
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
874
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
850
875
|
#
|
851
876
|
#
|
852
877
|
#
|
853
878
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
854
879
|
# @return [String]
|
855
880
|
#
|
881
|
+
# @!attribute [rw] checksum_crc64nvme
|
882
|
+
# This header can be used as a data integrity check to verify that the
|
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.
|
886
|
+
# For more information, see [Checking object integrity in the Amazon
|
887
|
+
# S3 User Guide][1].
|
888
|
+
#
|
889
|
+
#
|
890
|
+
#
|
891
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
892
|
+
# @return [String]
|
893
|
+
#
|
856
894
|
# @!attribute [rw] checksum_sha1
|
857
|
-
# The
|
858
|
-
# only be present if
|
859
|
-
# API operation on an object that was uploaded using multipart
|
895
|
+
# The Base64 encoded, 160-bit `SHA-1` digest of the object. This will
|
896
|
+
# only be present if the object was uploaded with the object. When you
|
897
|
+
# use the API operation on an object that was uploaded using multipart
|
860
898
|
# uploads, this value may not be a direct checksum value of the full
|
861
899
|
# object. Instead, it's a calculation based on the checksum values of
|
862
900
|
# each individual part. For more information about how checksums are
|
@@ -869,20 +907,34 @@ module Aws::S3
|
|
869
907
|
# @return [String]
|
870
908
|
#
|
871
909
|
# @!attribute [rw] checksum_sha256
|
872
|
-
# The
|
873
|
-
# only be present if
|
874
|
-
# API operation on an object that was uploaded using
|
875
|
-
# uploads, this value may not be a direct checksum value of
|
876
|
-
# object. Instead, it's a calculation based on the checksum
|
877
|
-
# each individual part. For more information about how
|
878
|
-
# calculated with multipart uploads, see [ Checking
|
879
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
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*.
|
880
918
|
#
|
881
919
|
#
|
882
920
|
#
|
883
921
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
884
922
|
# @return [String]
|
885
923
|
#
|
924
|
+
# @!attribute [rw] checksum_type
|
925
|
+
# The checksum type, which determines how part-level checksums are
|
926
|
+
# combined to create an object-level checksum for multipart objects.
|
927
|
+
# You can use this header as a data integrity check to verify that the
|
928
|
+
# checksum type that is received is the same checksum type that was
|
929
|
+
# specified during the `CreateMultipartUpload` request. For more
|
930
|
+
# information, see [Checking object integrity in the Amazon S3 User
|
931
|
+
# Guide][1].
|
932
|
+
#
|
933
|
+
#
|
934
|
+
#
|
935
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
936
|
+
# @return [String]
|
937
|
+
#
|
886
938
|
# @!attribute [rw] server_side_encryption
|
887
939
|
# The server-side encryption algorithm used when storing this object
|
888
940
|
# in Amazon S3 (for example, `AES256`, `aws:kms`).
|
@@ -927,8 +979,10 @@ module Aws::S3
|
|
927
979
|
:etag,
|
928
980
|
:checksum_crc32,
|
929
981
|
:checksum_crc32c,
|
982
|
+
:checksum_crc64nvme,
|
930
983
|
:checksum_sha1,
|
931
984
|
:checksum_sha256,
|
985
|
+
:checksum_type,
|
932
986
|
:server_side_encryption,
|
933
987
|
:version_id,
|
934
988
|
:ssekms_key_id,
|
@@ -947,7 +1001,7 @@ module Aws::S3
|
|
947
1001
|
# requests are not supported. Directory bucket names must be unique in
|
948
1002
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
949
1003
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
950
|
-
#
|
1004
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
951
1005
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
952
1006
|
# *Amazon S3 User Guide*.
|
953
1007
|
#
|
@@ -967,14 +1021,14 @@ module Aws::S3
|
|
967
1021
|
#
|
968
1022
|
# </note>
|
969
1023
|
#
|
970
|
-
# **S3 on Outposts** - When you use this action with
|
971
|
-
#
|
972
|
-
#
|
1024
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
1025
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
1026
|
+
# Outposts hostname takes the form `
|
973
1027
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
974
|
-
# When you use this action with S3 on Outposts
|
975
|
-
#
|
976
|
-
#
|
977
|
-
#
|
1028
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
1029
|
+
# must be the Outposts access point ARN or the access point alias. For
|
1030
|
+
# more information about S3 on Outposts, see [What is S3 on
|
1031
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
978
1032
|
#
|
979
1033
|
#
|
980
1034
|
#
|
@@ -998,9 +1052,9 @@ module Aws::S3
|
|
998
1052
|
# @!attribute [rw] checksum_crc32
|
999
1053
|
# This header can be used as a data integrity check to verify that the
|
1000
1054
|
# data received is the same data that was originally sent. This header
|
1001
|
-
# specifies the
|
1002
|
-
# For more information, see [Checking object integrity][1] in
|
1003
|
-
# *Amazon S3 User Guide*.
|
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*.
|
1004
1058
|
#
|
1005
1059
|
#
|
1006
1060
|
#
|
@@ -1010,9 +1064,22 @@ module Aws::S3
|
|
1010
1064
|
# @!attribute [rw] checksum_crc32c
|
1011
1065
|
# This header can be used as a data integrity check to verify that the
|
1012
1066
|
# data received is the same data that was originally sent. This header
|
1013
|
-
# specifies the
|
1014
|
-
# For more information, see [Checking object integrity][1] in
|
1015
|
-
# *Amazon S3 User Guide*.
|
1067
|
+
# specifies the Base64 encoded, 32-bit `CRC-32C` checksum of the
|
1068
|
+
# object. For more information, see [Checking object integrity][1] in
|
1069
|
+
# the *Amazon S3 User Guide*.
|
1070
|
+
#
|
1071
|
+
#
|
1072
|
+
#
|
1073
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1074
|
+
# @return [String]
|
1075
|
+
#
|
1076
|
+
# @!attribute [rw] checksum_crc64nvme
|
1077
|
+
# This header can be used as a data integrity check to verify that the
|
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.
|
1081
|
+
# For more information, see [Checking object integrity in the Amazon
|
1082
|
+
# S3 User Guide][1].
|
1016
1083
|
#
|
1017
1084
|
#
|
1018
1085
|
#
|
@@ -1022,7 +1089,7 @@ module Aws::S3
|
|
1022
1089
|
# @!attribute [rw] checksum_sha1
|
1023
1090
|
# This header can be used as a data integrity check to verify that the
|
1024
1091
|
# data received is the same data that was originally sent. This header
|
1025
|
-
# specifies the
|
1092
|
+
# specifies the Base64 encoded, 160-bit `SHA-1` digest of the object.
|
1026
1093
|
# For more information, see [Checking object integrity][1] in the
|
1027
1094
|
# *Amazon S3 User Guide*.
|
1028
1095
|
#
|
@@ -1034,15 +1101,34 @@ module Aws::S3
|
|
1034
1101
|
# @!attribute [rw] checksum_sha256
|
1035
1102
|
# This header can be used as a data integrity check to verify that the
|
1036
1103
|
# data received is the same data that was originally sent. This header
|
1037
|
-
# specifies the
|
1038
|
-
# For more information, see [Checking object integrity][1] in
|
1039
|
-
# *Amazon S3 User Guide*.
|
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*.
|
1040
1107
|
#
|
1041
1108
|
#
|
1042
1109
|
#
|
1043
1110
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1044
1111
|
# @return [String]
|
1045
1112
|
#
|
1113
|
+
# @!attribute [rw] checksum_type
|
1114
|
+
# This header specifies the checksum type of the object, which
|
1115
|
+
# determines how part-level checksums are combined to create an
|
1116
|
+
# object-level checksum for multipart objects. You can use this header
|
1117
|
+
# as a data integrity check to verify that the checksum type that is
|
1118
|
+
# received is the same checksum that was specified. If the checksum
|
1119
|
+
# type doesn’t match the checksum type that was specified for the
|
1120
|
+
# object during the `CreateMultipartUpload` request, it’ll result in a
|
1121
|
+
# `BadDigest` error. For more information, see Checking object
|
1122
|
+
# integrity in the Amazon S3 User Guide.
|
1123
|
+
# @return [String]
|
1124
|
+
#
|
1125
|
+
# @!attribute [rw] mpu_object_size
|
1126
|
+
# The expected total object size of the multipart upload request. If
|
1127
|
+
# there’s a mismatch between the specified object size value and the
|
1128
|
+
# actual object size value, it results in an `HTTP 400 InvalidRequest`
|
1129
|
+
# error.
|
1130
|
+
# @return [Integer]
|
1131
|
+
#
|
1046
1132
|
# @!attribute [rw] request_payer
|
1047
1133
|
# Confirms that the requester knows that they will be charged for the
|
1048
1134
|
# request. Bucket owners need not specify this parameter in their
|
@@ -1166,8 +1252,11 @@ module Aws::S3
|
|
1166
1252
|
:upload_id,
|
1167
1253
|
:checksum_crc32,
|
1168
1254
|
:checksum_crc32c,
|
1255
|
+
:checksum_crc64nvme,
|
1169
1256
|
:checksum_sha1,
|
1170
1257
|
:checksum_sha256,
|
1258
|
+
:checksum_type,
|
1259
|
+
:mpu_object_size,
|
1171
1260
|
:request_payer,
|
1172
1261
|
:expected_bucket_owner,
|
1173
1262
|
:if_match,
|
@@ -1203,63 +1292,59 @@ module Aws::S3
|
|
1203
1292
|
# @return [String]
|
1204
1293
|
#
|
1205
1294
|
# @!attribute [rw] checksum_crc32
|
1206
|
-
# The
|
1207
|
-
#
|
1208
|
-
#
|
1209
|
-
#
|
1210
|
-
# object. Instead, it's a calculation based on the checksum values of
|
1211
|
-
# each individual part. For more information about how checksums are
|
1212
|
-
# calculated with multipart uploads, see [ Checking object
|
1213
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
1295
|
+
# The Base64 encoded, 32-bit `CRC-32` checksum of the part. This
|
1296
|
+
# checksum is present if the multipart upload request was created with
|
1297
|
+
# the `CRC-32` checksum algorithm. For more information, see [Checking
|
1298
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
1214
1299
|
#
|
1215
1300
|
#
|
1216
1301
|
#
|
1217
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1302
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1218
1303
|
# @return [String]
|
1219
1304
|
#
|
1220
1305
|
# @!attribute [rw] checksum_crc32c
|
1221
|
-
# The
|
1222
|
-
#
|
1223
|
-
#
|
1224
|
-
#
|
1225
|
-
# object. Instead, it's a calculation based on the checksum values of
|
1226
|
-
# each individual part. For more information about how checksums are
|
1227
|
-
# calculated with multipart uploads, see [ Checking object
|
1228
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
1306
|
+
# The Base64 encoded, 32-bit `CRC-32C` checksum of the part. This
|
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*.
|
1229
1310
|
#
|
1230
1311
|
#
|
1231
1312
|
#
|
1232
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1313
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1314
|
+
# @return [String]
|
1315
|
+
#
|
1316
|
+
# @!attribute [rw] checksum_crc64nvme
|
1317
|
+
# The Base64 encoded, 64-bit `CRC-64NVME` checksum of the part. This
|
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*.
|
1322
|
+
#
|
1323
|
+
#
|
1324
|
+
#
|
1325
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1233
1326
|
# @return [String]
|
1234
1327
|
#
|
1235
1328
|
# @!attribute [rw] checksum_sha1
|
1236
|
-
# The
|
1237
|
-
#
|
1238
|
-
#
|
1239
|
-
#
|
1240
|
-
# object. Instead, it's a calculation based on the checksum values of
|
1241
|
-
# each individual part. For more information about how checksums are
|
1242
|
-
# calculated with multipart uploads, see [ Checking object
|
1243
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
1329
|
+
# The Base64 encoded, 160-bit `SHA-1` checksum of the part. This
|
1330
|
+
# checksum is present if the multipart upload request was created with
|
1331
|
+
# the `SHA-1` checksum algorithm. For more information, see [Checking
|
1332
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
1244
1333
|
#
|
1245
1334
|
#
|
1246
1335
|
#
|
1247
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1336
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1248
1337
|
# @return [String]
|
1249
1338
|
#
|
1250
1339
|
# @!attribute [rw] checksum_sha256
|
1251
|
-
# The
|
1252
|
-
#
|
1253
|
-
#
|
1254
|
-
#
|
1255
|
-
# object. Instead, it's a calculation based on the checksum values of
|
1256
|
-
# each individual part. For more information about how checksums are
|
1257
|
-
# calculated with multipart uploads, see [ Checking object
|
1258
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
1340
|
+
# The Base64 encoded, 256-bit `SHA-256` checksum of the part. This
|
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*.
|
1259
1344
|
#
|
1260
1345
|
#
|
1261
1346
|
#
|
1262
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1347
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
1263
1348
|
# @return [String]
|
1264
1349
|
#
|
1265
1350
|
# @!attribute [rw] part_number
|
@@ -1287,6 +1372,7 @@ module Aws::S3
|
|
1287
1372
|
:etag,
|
1288
1373
|
:checksum_crc32,
|
1289
1374
|
:checksum_crc32c,
|
1375
|
+
:checksum_crc64nvme,
|
1290
1376
|
:checksum_sha1,
|
1291
1377
|
:checksum_sha256,
|
1292
1378
|
:part_number)
|
@@ -1410,8 +1496,8 @@ module Aws::S3
|
|
1410
1496
|
#
|
1411
1497
|
# @!attribute [rw] ssekms_encryption_context
|
1412
1498
|
# If present, indicates the Amazon Web Services KMS Encryption Context
|
1413
|
-
# to use for object encryption. The value of this header is a
|
1414
|
-
#
|
1499
|
+
# to use for object encryption. The value of this header is a Base64
|
1500
|
+
# encoded UTF-8 string holding JSON with the encryption context
|
1415
1501
|
# key-value pairs.
|
1416
1502
|
# @return [String]
|
1417
1503
|
#
|
@@ -1491,7 +1577,7 @@ module Aws::S3
|
|
1491
1577
|
# requests are not supported. Directory bucket names must be unique in
|
1492
1578
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
1493
1579
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
1494
|
-
#
|
1580
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
1495
1581
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
1496
1582
|
# *Amazon S3 User Guide*.
|
1497
1583
|
#
|
@@ -1519,14 +1605,19 @@ module Aws::S3
|
|
1519
1605
|
#
|
1520
1606
|
# </note>
|
1521
1607
|
#
|
1522
|
-
# **S3 on Outposts** - When you use this action with
|
1523
|
-
#
|
1524
|
-
#
|
1608
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
1609
|
+
# you must use the Outpost bucket access point ARN or the access point
|
1610
|
+
# alias for the destination bucket. You can only copy objects within
|
1611
|
+
# the same Outpost bucket. It's not supported to copy objects across
|
1612
|
+
# different Amazon Web Services Outposts, between buckets on the same
|
1613
|
+
# Outposts, or between Outposts buckets and any other bucket types.
|
1614
|
+
# For more information about S3 on Outposts, see [What is S3 on
|
1615
|
+
# Outposts?][3] in the *S3 on Outposts guide*. When you use this
|
1616
|
+
# action with S3 on Outposts through the REST API, you must direct
|
1617
|
+
# requests to the S3 on Outposts hostname, in the format `
|
1525
1618
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
1526
|
-
#
|
1527
|
-
#
|
1528
|
-
# the bucket name. For more information about S3 on Outposts ARNs, see
|
1529
|
-
# [What is S3 on Outposts?][3] in the *Amazon S3 User Guide*.
|
1619
|
+
# The hostname isn't required when you use the Amazon Web Services
|
1620
|
+
# CLI or SDKs.
|
1530
1621
|
#
|
1531
1622
|
#
|
1532
1623
|
#
|
@@ -2043,21 +2134,17 @@ module Aws::S3
|
|
2043
2134
|
# Signature Version in Request Authentication][1] in the *Amazon S3
|
2044
2135
|
# User Guide*.
|
2045
2136
|
#
|
2046
|
-
# **Directory buckets** -
|
2047
|
-
# `x-amz-server-side-encryption`
|
2048
|
-
# x-amz-server-side-encryption-aws-kms-key-id`
|
2049
|
-
#
|
2050
|
-
#
|
2051
|
-
#
|
2052
|
-
#
|
2053
|
-
#
|
2054
|
-
#
|
2055
|
-
#
|
2056
|
-
#
|
2057
|
-
# of the KMS key isn't supported. Your SSE-KMS configuration can only
|
2058
|
-
# support 1 [customer managed key][2] per directory bucket for the
|
2059
|
-
# lifetime of the bucket. The [Amazon Web Services managed key][3]
|
2060
|
-
# (`aws/s3`) isn't supported.
|
2137
|
+
# **Directory buckets** - To encrypt data using SSE-KMS, it's
|
2138
|
+
# recommended to specify the `x-amz-server-side-encryption` header to
|
2139
|
+
# `aws:kms`. Then, the `x-amz-server-side-encryption-aws-kms-key-id`
|
2140
|
+
# header implicitly uses the bucket's default KMS customer managed
|
2141
|
+
# key ID. If you want to explicitly set the `
|
2142
|
+
# x-amz-server-side-encryption-aws-kms-key-id` header, it must match
|
2143
|
+
# the bucket's default customer managed key (using key ID or ARN, not
|
2144
|
+
# alias). Your SSE-KMS configuration can only support 1 [customer
|
2145
|
+
# managed key][2] per directory bucket's lifetime. The [Amazon Web
|
2146
|
+
# Services managed key][3] (`aws/s3`) isn't supported. Incorrect key
|
2147
|
+
# specification results in an HTTP `400 Bad Request` error.
|
2061
2148
|
#
|
2062
2149
|
#
|
2063
2150
|
#
|
@@ -2331,11 +2418,21 @@ module Aws::S3
|
|
2331
2418
|
# Creation date of the object.
|
2332
2419
|
# @return [Time]
|
2333
2420
|
#
|
2421
|
+
# @!attribute [rw] checksum_type
|
2422
|
+
# The checksum type that is used to calculate the object’s checksum
|
2423
|
+
# value. For more information, see [Checking object integrity][1] in
|
2424
|
+
# the *Amazon S3 User Guide*.
|
2425
|
+
#
|
2426
|
+
#
|
2427
|
+
#
|
2428
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2429
|
+
# @return [String]
|
2430
|
+
#
|
2334
2431
|
# @!attribute [rw] checksum_crc32
|
2335
|
-
# The
|
2336
|
-
# only
|
2337
|
-
# information, see [ Checking object integrity][1] in the
|
2338
|
-
# User Guide*.
|
2432
|
+
# The Base64 encoded, 32-bit `CRC-32` checksum of the object. This
|
2433
|
+
# checksum is only present if the object was uploaded with the object.
|
2434
|
+
# For more information, see [ Checking object integrity][1] in the
|
2435
|
+
# *Amazon S3 User Guide*.
|
2339
2436
|
#
|
2340
2437
|
#
|
2341
2438
|
#
|
@@ -2343,10 +2440,23 @@ module Aws::S3
|
|
2343
2440
|
# @return [String]
|
2344
2441
|
#
|
2345
2442
|
# @!attribute [rw] checksum_crc32c
|
2346
|
-
# The
|
2347
|
-
# only be present if
|
2348
|
-
# information, see [ Checking object integrity][1] in the *Amazon
|
2349
|
-
# User Guide*.
|
2443
|
+
# The Base64 encoded, 32-bit `CRC-32C` checksum of the object. This
|
2444
|
+
# will only be present if the object was uploaded with the object. For
|
2445
|
+
# more information, see [ Checking object integrity][1] in the *Amazon
|
2446
|
+
# S3 User Guide*.
|
2447
|
+
#
|
2448
|
+
#
|
2449
|
+
#
|
2450
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2451
|
+
# @return [String]
|
2452
|
+
#
|
2453
|
+
# @!attribute [rw] checksum_crc64nvme
|
2454
|
+
# The Base64 encoded, 64-bit `CRC-64NVME` checksum of the object. This
|
2455
|
+
# checksum is present if the object being copied was uploaded with the
|
2456
|
+
# `CRC-64NVME` checksum algorithm, or if the object was uploaded
|
2457
|
+
# without a checksum (and Amazon S3 added the default checksum,
|
2458
|
+
# `CRC-64NVME`, to the uploaded object). For more information, see
|
2459
|
+
# [Checking object integrity][1] in the *Amazon S3 User Guide*.
|
2350
2460
|
#
|
2351
2461
|
#
|
2352
2462
|
#
|
@@ -2354,8 +2464,8 @@ module Aws::S3
|
|
2354
2464
|
# @return [String]
|
2355
2465
|
#
|
2356
2466
|
# @!attribute [rw] checksum_sha1
|
2357
|
-
# The
|
2358
|
-
# only be present if
|
2467
|
+
# The Base64 encoded, 160-bit `SHA-1` digest of the object. This will
|
2468
|
+
# only be present if the object was uploaded with the object. For more
|
2359
2469
|
# information, see [ Checking object integrity][1] in the *Amazon S3
|
2360
2470
|
# User Guide*.
|
2361
2471
|
#
|
@@ -2365,10 +2475,10 @@ module Aws::S3
|
|
2365
2475
|
# @return [String]
|
2366
2476
|
#
|
2367
2477
|
# @!attribute [rw] checksum_sha256
|
2368
|
-
# The
|
2369
|
-
# only be present if
|
2370
|
-
# information, see [ Checking object integrity][1] in the *Amazon
|
2371
|
-
# User Guide*.
|
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*.
|
2372
2482
|
#
|
2373
2483
|
#
|
2374
2484
|
#
|
@@ -2380,8 +2490,10 @@ module Aws::S3
|
|
2380
2490
|
class CopyObjectResult < Struct.new(
|
2381
2491
|
:etag,
|
2382
2492
|
:last_modified,
|
2493
|
+
:checksum_type,
|
2383
2494
|
:checksum_crc32,
|
2384
2495
|
:checksum_crc32c,
|
2496
|
+
:checksum_crc64nvme,
|
2385
2497
|
:checksum_sha1,
|
2386
2498
|
:checksum_sha256)
|
2387
2499
|
SENSITIVE = []
|
@@ -2399,63 +2511,63 @@ module Aws::S3
|
|
2399
2511
|
# @return [Time]
|
2400
2512
|
#
|
2401
2513
|
# @!attribute [rw] checksum_crc32
|
2402
|
-
#
|
2403
|
-
#
|
2404
|
-
#
|
2405
|
-
#
|
2406
|
-
#
|
2407
|
-
# each individual part. For more information about how checksums are
|
2408
|
-
# calculated with multipart uploads, see [ Checking object
|
2409
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
2514
|
+
# This header can be used as a data integrity check to verify that the
|
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.
|
2517
|
+
# For more information, see [Checking object integrity][1] in the
|
2518
|
+
# *Amazon S3 User Guide*.
|
2410
2519
|
#
|
2411
2520
|
#
|
2412
2521
|
#
|
2413
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2522
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2414
2523
|
# @return [String]
|
2415
2524
|
#
|
2416
2525
|
# @!attribute [rw] checksum_crc32c
|
2417
|
-
#
|
2418
|
-
#
|
2419
|
-
#
|
2420
|
-
#
|
2421
|
-
#
|
2422
|
-
# each individual part. For more information about how checksums are
|
2423
|
-
# calculated with multipart uploads, see [ Checking object
|
2424
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
2526
|
+
# This header can be used as a data integrity check to verify that the
|
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.
|
2529
|
+
# For more information, see [Checking object integrity][1] in the
|
2530
|
+
# *Amazon S3 User Guide*.
|
2425
2531
|
#
|
2426
2532
|
#
|
2427
2533
|
#
|
2428
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2534
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2535
|
+
# @return [String]
|
2536
|
+
#
|
2537
|
+
# @!attribute [rw] checksum_crc64nvme
|
2538
|
+
# The Base64 encoded, 64-bit `CRC-64NVME` checksum of the part. This
|
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*.
|
2543
|
+
#
|
2544
|
+
#
|
2545
|
+
#
|
2546
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2429
2547
|
# @return [String]
|
2430
2548
|
#
|
2431
2549
|
# @!attribute [rw] checksum_sha1
|
2432
|
-
#
|
2433
|
-
#
|
2434
|
-
#
|
2435
|
-
#
|
2436
|
-
#
|
2437
|
-
# each individual part. For more information about how checksums are
|
2438
|
-
# calculated with multipart uploads, see [ Checking object
|
2439
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
2550
|
+
# This header can be used as a data integrity check to verify that the
|
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.
|
2553
|
+
# For more information, see [Checking object integrity][1] in the
|
2554
|
+
# *Amazon S3 User Guide*.
|
2440
2555
|
#
|
2441
2556
|
#
|
2442
2557
|
#
|
2443
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2558
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2444
2559
|
# @return [String]
|
2445
2560
|
#
|
2446
2561
|
# @!attribute [rw] checksum_sha256
|
2447
|
-
#
|
2448
|
-
#
|
2449
|
-
#
|
2450
|
-
#
|
2451
|
-
#
|
2452
|
-
# each individual part. For more information about how checksums are
|
2453
|
-
# calculated with multipart uploads, see [ Checking object
|
2454
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
2562
|
+
# This header can be used as a data integrity check to verify that the
|
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*.
|
2455
2567
|
#
|
2456
2568
|
#
|
2457
2569
|
#
|
2458
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2570
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2459
2571
|
# @return [String]
|
2460
2572
|
#
|
2461
2573
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CopyPartResult AWS API Documentation
|
@@ -2465,6 +2577,7 @@ module Aws::S3
|
|
2465
2577
|
:last_modified,
|
2466
2578
|
:checksum_crc32,
|
2467
2579
|
:checksum_crc32c,
|
2580
|
+
:checksum_crc64nvme,
|
2468
2581
|
:checksum_sha1,
|
2469
2582
|
:checksum_sha256)
|
2470
2583
|
SENSITIVE = []
|
@@ -2478,11 +2591,14 @@ module Aws::S3
|
|
2478
2591
|
# choose a Region to optimize latency, minimize costs, or address
|
2479
2592
|
# regulatory requirements. For example, if you reside in Europe, you
|
2480
2593
|
# will probably find it advantageous to create buckets in the Europe
|
2481
|
-
# (Ireland) Region.
|
2482
|
-
# in the *Amazon S3 User Guide*.
|
2594
|
+
# (Ireland) Region.
|
2483
2595
|
#
|
2484
2596
|
# If you don't specify a Region, the bucket is created in the US East
|
2485
|
-
# (N. Virginia) Region (us-east-1) by default.
|
2597
|
+
# (N. Virginia) Region (us-east-1) by default. Configurations using
|
2598
|
+
# the value `EU` will create a bucket in `eu-west-1`.
|
2599
|
+
#
|
2600
|
+
# For a list of the valid values for all of the Amazon Web Services
|
2601
|
+
# Regions, see [Regions and Endpoints][1].
|
2486
2602
|
#
|
2487
2603
|
# <note markdown="1"> This functionality is not supported for directory buckets.
|
2488
2604
|
#
|
@@ -2490,17 +2606,17 @@ module Aws::S3
|
|
2490
2606
|
#
|
2491
2607
|
#
|
2492
2608
|
#
|
2493
|
-
# [1]: https://docs.aws.amazon.com/
|
2609
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
|
2494
2610
|
# @return [String]
|
2495
2611
|
#
|
2496
2612
|
# @!attribute [rw] location
|
2497
2613
|
# Specifies the location where the bucket will be created.
|
2498
2614
|
#
|
2499
2615
|
# <b>Directory buckets </b> - The location type is Availability Zone
|
2500
|
-
# or Local Zone.
|
2501
|
-
# must be
|
2502
|
-
#
|
2503
|
-
#
|
2616
|
+
# or Local Zone. To use the Local Zone location type, your account
|
2617
|
+
# must be enabled for Dedicated Local Zones. Otherwise, you get an
|
2618
|
+
# HTTP `403 Forbidden` error with the error code `AccessDenied`. To
|
2619
|
+
# learn more, see [Enable accounts for Dedicated Local Zones][1] in
|
2504
2620
|
# the *Amazon S3 User Guide*.
|
2505
2621
|
#
|
2506
2622
|
# <note markdown="1"> This functionality is only supported by directory buckets.
|
@@ -2802,8 +2918,8 @@ module Aws::S3
|
|
2802
2918
|
#
|
2803
2919
|
# @!attribute [rw] ssekms_encryption_context
|
2804
2920
|
# If present, indicates the Amazon Web Services KMS Encryption Context
|
2805
|
-
# to use for object encryption. The value of this header is a
|
2806
|
-
#
|
2921
|
+
# to use for object encryption. The value of this header is a Base64
|
2922
|
+
# encoded string of a UTF-8 encoded JSON, which contains the
|
2807
2923
|
# encryption context as key-value pairs.
|
2808
2924
|
# @return [String]
|
2809
2925
|
#
|
@@ -2826,6 +2942,16 @@ module Aws::S3
|
|
2826
2942
|
# The algorithm that was used to create a checksum of the object.
|
2827
2943
|
# @return [String]
|
2828
2944
|
#
|
2945
|
+
# @!attribute [rw] checksum_type
|
2946
|
+
# Indicates the checksum type that you want Amazon S3 to use to
|
2947
|
+
# calculate the object’s checksum value. For more information, see
|
2948
|
+
# [Checking object integrity in the Amazon S3 User Guide][1].
|
2949
|
+
#
|
2950
|
+
#
|
2951
|
+
#
|
2952
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
2953
|
+
# @return [String]
|
2954
|
+
#
|
2829
2955
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CreateMultipartUploadOutput AWS API Documentation
|
2830
2956
|
#
|
2831
2957
|
class CreateMultipartUploadOutput < Struct.new(
|
@@ -2841,7 +2967,8 @@ module Aws::S3
|
|
2841
2967
|
:ssekms_encryption_context,
|
2842
2968
|
:bucket_key_enabled,
|
2843
2969
|
:request_charged,
|
2844
|
-
:checksum_algorithm
|
2970
|
+
:checksum_algorithm,
|
2971
|
+
:checksum_type)
|
2845
2972
|
SENSITIVE = [:ssekms_key_id, :ssekms_encryption_context]
|
2846
2973
|
include Aws::Structure
|
2847
2974
|
end
|
@@ -2883,7 +3010,7 @@ module Aws::S3
|
|
2883
3010
|
# requests are not supported. Directory bucket names must be unique in
|
2884
3011
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
2885
3012
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
2886
|
-
#
|
3013
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
2887
3014
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
2888
3015
|
# *Amazon S3 User Guide*.
|
2889
3016
|
#
|
@@ -2903,14 +3030,14 @@ module Aws::S3
|
|
2903
3030
|
#
|
2904
3031
|
# </note>
|
2905
3032
|
#
|
2906
|
-
# **S3 on Outposts** - When you use this action with
|
2907
|
-
#
|
2908
|
-
#
|
3033
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
3034
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
3035
|
+
# Outposts hostname takes the form `
|
2909
3036
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
2910
|
-
# When you use this action with S3 on Outposts
|
2911
|
-
#
|
2912
|
-
#
|
2913
|
-
#
|
3037
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
3038
|
+
# must be the Outposts access point ARN or the access point alias. For
|
3039
|
+
# more information about S3 on Outposts, see [What is S3 on
|
3040
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
2914
3041
|
#
|
2915
3042
|
#
|
2916
3043
|
#
|
@@ -3348,21 +3475,17 @@ module Aws::S3
|
|
3348
3475
|
# `x-amz-server-side-encryption-aws-kms-key-id`, Amazon S3 uses the
|
3349
3476
|
# Amazon Web Services managed key (`aws/s3`) to protect the data.
|
3350
3477
|
#
|
3351
|
-
# **Directory buckets** -
|
3352
|
-
# `x-amz-server-side-encryption`
|
3353
|
-
# x-amz-server-side-encryption-aws-kms-key-id`
|
3354
|
-
#
|
3355
|
-
#
|
3356
|
-
#
|
3357
|
-
#
|
3358
|
-
#
|
3359
|
-
#
|
3360
|
-
#
|
3361
|
-
#
|
3362
|
-
# of the KMS key isn't supported. Your SSE-KMS configuration can only
|
3363
|
-
# support 1 [customer managed key][1] per directory bucket for the
|
3364
|
-
# lifetime of the bucket. The [Amazon Web Services managed key][2]
|
3365
|
-
# (`aws/s3`) isn't supported.
|
3478
|
+
# **Directory buckets** - To encrypt data using SSE-KMS, it's
|
3479
|
+
# recommended to specify the `x-amz-server-side-encryption` header to
|
3480
|
+
# `aws:kms`. Then, the `x-amz-server-side-encryption-aws-kms-key-id`
|
3481
|
+
# header implicitly uses the bucket's default KMS customer managed
|
3482
|
+
# key ID. If you want to explicitly set the `
|
3483
|
+
# x-amz-server-side-encryption-aws-kms-key-id` header, it must match
|
3484
|
+
# the bucket's default customer managed key (using key ID or ARN, not
|
3485
|
+
# alias). Your SSE-KMS configuration can only support 1 [customer
|
3486
|
+
# managed key][1] per directory bucket's lifetime. The [Amazon Web
|
3487
|
+
# Services managed key][2] (`aws/s3`) isn't supported. Incorrect key
|
3488
|
+
# specification results in an HTTP `400 Bad Request` error.
|
3366
3489
|
#
|
3367
3490
|
#
|
3368
3491
|
#
|
@@ -3372,7 +3495,7 @@ module Aws::S3
|
|
3372
3495
|
#
|
3373
3496
|
# @!attribute [rw] ssekms_encryption_context
|
3374
3497
|
# Specifies the Amazon Web Services KMS Encryption Context to use for
|
3375
|
-
# object encryption. The value of this header is a Base64
|
3498
|
+
# object encryption. The value of this header is a Base64 encoded
|
3376
3499
|
# string of a UTF-8 encoded JSON, which contains the encryption
|
3377
3500
|
# context as key-value pairs.
|
3378
3501
|
#
|
@@ -3480,6 +3603,16 @@ module Aws::S3
|
|
3480
3603
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
3481
3604
|
# @return [String]
|
3482
3605
|
#
|
3606
|
+
# @!attribute [rw] checksum_type
|
3607
|
+
# Indicates the checksum type that you want Amazon S3 to use to
|
3608
|
+
# calculate the object’s checksum value. For more information, see
|
3609
|
+
# [Checking object integrity in the Amazon S3 User Guide][1].
|
3610
|
+
#
|
3611
|
+
#
|
3612
|
+
#
|
3613
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
3614
|
+
# @return [String]
|
3615
|
+
#
|
3483
3616
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CreateMultipartUploadRequest AWS API Documentation
|
3484
3617
|
#
|
3485
3618
|
class CreateMultipartUploadRequest < Struct.new(
|
@@ -3512,7 +3645,8 @@ module Aws::S3
|
|
3512
3645
|
:object_lock_retain_until_date,
|
3513
3646
|
:object_lock_legal_hold_status,
|
3514
3647
|
:expected_bucket_owner,
|
3515
|
-
:checksum_algorithm
|
3648
|
+
:checksum_algorithm,
|
3649
|
+
:checksum_type)
|
3516
3650
|
SENSITIVE = [:sse_customer_key, :ssekms_key_id, :ssekms_encryption_context]
|
3517
3651
|
include Aws::Structure
|
3518
3652
|
end
|
@@ -3530,8 +3664,8 @@ module Aws::S3
|
|
3530
3664
|
#
|
3531
3665
|
# @!attribute [rw] ssekms_encryption_context
|
3532
3666
|
# If present, indicates the Amazon Web Services KMS Encryption Context
|
3533
|
-
# to use for object encryption. The value of this header is a
|
3534
|
-
#
|
3667
|
+
# to use for object encryption. The value of this header is a Base64
|
3668
|
+
# encoded string of a UTF-8 encoded JSON, which contains the
|
3535
3669
|
# encryption context as key-value pairs. This value is stored as
|
3536
3670
|
# object metadata and automatically gets passed on to Amazon Web
|
3537
3671
|
# Services KMS for future `GetObject` operations on this object.
|
@@ -3586,7 +3720,7 @@ module Aws::S3
|
|
3586
3720
|
#
|
3587
3721
|
#
|
3588
3722
|
#
|
3589
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
3723
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html
|
3590
3724
|
# @return [String]
|
3591
3725
|
#
|
3592
3726
|
# @!attribute [rw] ssekms_key_id
|
@@ -3600,8 +3734,8 @@ module Aws::S3
|
|
3600
3734
|
# must use the full Key ARN not the Key ID.
|
3601
3735
|
#
|
3602
3736
|
# Your SSE-KMS configuration can only support 1 [customer managed
|
3603
|
-
# key][1] per directory bucket
|
3604
|
-
#
|
3737
|
+
# key][1] per directory bucket's lifetime. The [Amazon Web Services
|
3738
|
+
# managed key][2] (`aws/s3`) isn't supported.
|
3605
3739
|
#
|
3606
3740
|
#
|
3607
3741
|
#
|
@@ -3612,7 +3746,7 @@ module Aws::S3
|
|
3612
3746
|
# @!attribute [rw] ssekms_encryption_context
|
3613
3747
|
# Specifies the Amazon Web Services KMS Encryption Context as an
|
3614
3748
|
# additional encryption context to use for object encryption. The
|
3615
|
-
# value of this header is a Base64
|
3749
|
+
# value of this header is a Base64 encoded string of a UTF-8 encoded
|
3616
3750
|
# JSON, which contains the encryption context as key-value pairs. This
|
3617
3751
|
# value is stored as object metadata and automatically gets passed on
|
3618
3752
|
# to Amazon Web Services KMS for future `GetObject` operations on this
|
@@ -4104,7 +4238,7 @@ module Aws::S3
|
|
4104
4238
|
# Information about the delete marker.
|
4105
4239
|
#
|
4106
4240
|
# @!attribute [rw] owner
|
4107
|
-
# The account that created the delete marker
|
4241
|
+
# The account that created the delete marker.
|
4108
4242
|
# @return [Types::Owner]
|
4109
4243
|
#
|
4110
4244
|
# @!attribute [rw] key
|
@@ -4180,10 +4314,16 @@ module Aws::S3
|
|
4180
4314
|
# deleted was (true) or was not (false) a delete marker before
|
4181
4315
|
# deletion. In a simple DELETE, this header indicates whether (true)
|
4182
4316
|
# or not (false) the current version of the object is a delete marker.
|
4317
|
+
# To learn more about delete markers, see [Working with delete
|
4318
|
+
# markers][1].
|
4183
4319
|
#
|
4184
4320
|
# <note markdown="1"> This functionality is not supported for directory buckets.
|
4185
4321
|
#
|
4186
4322
|
# </note>
|
4323
|
+
#
|
4324
|
+
#
|
4325
|
+
#
|
4326
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html
|
4187
4327
|
# @return [Boolean]
|
4188
4328
|
#
|
4189
4329
|
# @!attribute [rw] version_id
|
@@ -4223,7 +4363,7 @@ module Aws::S3
|
|
4223
4363
|
# requests are not supported. Directory bucket names must be unique in
|
4224
4364
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
4225
4365
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
4226
|
-
#
|
4366
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
4227
4367
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
4228
4368
|
# *Amazon S3 User Guide*.
|
4229
4369
|
#
|
@@ -4243,14 +4383,14 @@ module Aws::S3
|
|
4243
4383
|
#
|
4244
4384
|
# </note>
|
4245
4385
|
#
|
4246
|
-
# **S3 on Outposts** - When you use this action with
|
4247
|
-
#
|
4248
|
-
#
|
4386
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
4387
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
4388
|
+
# Outposts hostname takes the form `
|
4249
4389
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
4250
|
-
# When you use this action with S3 on Outposts
|
4251
|
-
#
|
4252
|
-
#
|
4253
|
-
#
|
4390
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
4391
|
+
# must be the Outposts access point ARN or the access point alias. For
|
4392
|
+
# more information about S3 on Outposts, see [What is S3 on
|
4393
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
4254
4394
|
#
|
4255
4395
|
#
|
4256
4396
|
#
|
@@ -4333,7 +4473,7 @@ module Aws::S3
|
|
4333
4473
|
#
|
4334
4474
|
#
|
4335
4475
|
#
|
4336
|
-
# [1]: https://
|
4476
|
+
# [1]: https://tools.ietf.org/html/rfc7232
|
4337
4477
|
# @return [String]
|
4338
4478
|
#
|
4339
4479
|
# @!attribute [rw] if_match_last_modified_time
|
@@ -4408,14 +4548,14 @@ module Aws::S3
|
|
4408
4548
|
# bucket name. For more information about access point ARNs, see
|
4409
4549
|
# [Using access points][1] in the *Amazon S3 User Guide*.
|
4410
4550
|
#
|
4411
|
-
# **S3 on Outposts** - When you use this action with
|
4412
|
-
#
|
4413
|
-
#
|
4551
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
4552
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
4553
|
+
# Outposts hostname takes the form `
|
4414
4554
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
4415
|
-
# When you use this action with S3 on Outposts
|
4416
|
-
#
|
4417
|
-
#
|
4418
|
-
#
|
4555
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
4556
|
+
# must be the Outposts access point ARN or the access point alias. For
|
4557
|
+
# more information about S3 on Outposts, see [What is S3 on
|
4558
|
+
# Outposts?][2] in the *Amazon S3 User Guide*.
|
4419
4559
|
#
|
4420
4560
|
#
|
4421
4561
|
#
|
@@ -4488,7 +4628,7 @@ module Aws::S3
|
|
4488
4628
|
# requests are not supported. Directory bucket names must be unique in
|
4489
4629
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
4490
4630
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
4491
|
-
#
|
4631
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
4492
4632
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
4493
4633
|
# *Amazon S3 User Guide*.
|
4494
4634
|
#
|
@@ -4508,14 +4648,14 @@ module Aws::S3
|
|
4508
4648
|
#
|
4509
4649
|
# </note>
|
4510
4650
|
#
|
4511
|
-
# **S3 on Outposts** - When you use this action with
|
4512
|
-
#
|
4513
|
-
#
|
4651
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
4652
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
4653
|
+
# Outposts hostname takes the form `
|
4514
4654
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
4515
|
-
# When you use this action with S3 on Outposts
|
4516
|
-
#
|
4517
|
-
#
|
4518
|
-
#
|
4655
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
4656
|
+
# must be the Outposts access point ARN or the access point alias. For
|
4657
|
+
# more information about S3 on Outposts, see [What is S3 on
|
4658
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
4519
4659
|
#
|
4520
4660
|
#
|
4521
4661
|
#
|
@@ -4599,23 +4739,23 @@ module Aws::S3
|
|
4599
4739
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm `
|
4600
4740
|
# with the supported algorithm from the following list:
|
4601
4741
|
#
|
4602
|
-
# * `
|
4742
|
+
# * `CRC-32`
|
4743
|
+
#
|
4744
|
+
# * `CRC-32C`
|
4603
4745
|
#
|
4604
|
-
# * `
|
4746
|
+
# * `CRC-64NVME`
|
4605
4747
|
#
|
4606
|
-
# * `
|
4748
|
+
# * `SHA-1`
|
4607
4749
|
#
|
4608
|
-
# * `
|
4750
|
+
# * `SHA-256`
|
4609
4751
|
#
|
4610
4752
|
# For more information, see [Checking object integrity][1] in the
|
4611
4753
|
# *Amazon S3 User Guide*.
|
4612
4754
|
#
|
4613
4755
|
# If the individual checksum value you provide through
|
4614
4756
|
# `x-amz-checksum-algorithm ` doesn't match the checksum algorithm
|
4615
|
-
# you set through `x-amz-sdk-checksum-algorithm`, Amazon S3
|
4616
|
-
#
|
4617
|
-
# algorithm that matches the provided value in
|
4618
|
-
# `x-amz-checksum-algorithm `.
|
4757
|
+
# you set through `x-amz-sdk-checksum-algorithm`, Amazon S3 fails the
|
4758
|
+
# request with a `BadDigest` error.
|
4619
4759
|
#
|
4620
4760
|
# If you provide an individual checksum, Amazon S3 ignores any
|
4621
4761
|
# provided `ChecksumAlgorithm` parameter.
|
@@ -4679,10 +4819,16 @@ module Aws::S3
|
|
4679
4819
|
# deleted was (true) or was not (false) a delete marker before
|
4680
4820
|
# deletion. In a simple DELETE, this header indicates whether (true)
|
4681
4821
|
# or not (false) the current version of the object is a delete marker.
|
4822
|
+
# To learn more about delete markers, see [Working with delete
|
4823
|
+
# markers][1].
|
4682
4824
|
#
|
4683
4825
|
# <note markdown="1"> This functionality is not supported for directory buckets.
|
4684
4826
|
#
|
4685
4827
|
# </note>
|
4828
|
+
#
|
4829
|
+
#
|
4830
|
+
#
|
4831
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html
|
4686
4832
|
# @return [Boolean]
|
4687
4833
|
#
|
4688
4834
|
# @!attribute [rw] delete_marker_version_id
|
@@ -6141,7 +6287,7 @@ module Aws::S3
|
|
6141
6287
|
# Indicates which default minimum object size behavior is applied to
|
6142
6288
|
# the lifecycle configuration.
|
6143
6289
|
#
|
6144
|
-
# <note markdown="1"> This parameter applies to general purpose buckets only. It
|
6290
|
+
# <note markdown="1"> This parameter applies to general purpose buckets only. It isn't
|
6145
6291
|
# supported for directory bucket lifecycle configurations.
|
6146
6292
|
#
|
6147
6293
|
# </note>
|
@@ -6229,8 +6375,10 @@ module Aws::S3
|
|
6229
6375
|
# @!attribute [rw] location_constraint
|
6230
6376
|
# Specifies the Region where the bucket resides. For a list of all the
|
6231
6377
|
# Amazon S3 supported location constraints by Region, see [Regions and
|
6232
|
-
# Endpoints][1].
|
6233
|
-
#
|
6378
|
+
# Endpoints][1].
|
6379
|
+
#
|
6380
|
+
# Buckets in Region `us-east-1` have a LocationConstraint of `null`.
|
6381
|
+
# Buckets with a LocationConstraint of `EU` reside in `eu-west-1`.
|
6234
6382
|
#
|
6235
6383
|
#
|
6236
6384
|
#
|
@@ -6884,11 +7032,16 @@ module Aws::S3
|
|
6884
7032
|
# @!attribute [rw] delete_marker
|
6885
7033
|
# Specifies whether the object retrieved was (`true`) or was not
|
6886
7034
|
# (`false`) a delete marker. If `false`, this response header does not
|
6887
|
-
# appear in the response.
|
7035
|
+
# appear in the response. To learn more about delete markers, see
|
7036
|
+
# [Working with delete markers][1].
|
6888
7037
|
#
|
6889
7038
|
# <note markdown="1"> This functionality is not supported for directory buckets.
|
6890
7039
|
#
|
6891
7040
|
# </note>
|
7041
|
+
#
|
7042
|
+
#
|
7043
|
+
#
|
7044
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html
|
6892
7045
|
# @return [Boolean]
|
6893
7046
|
#
|
6894
7047
|
# @!attribute [rw] last_modified
|
@@ -7028,7 +7181,7 @@ module Aws::S3
|
|
7028
7181
|
# requests are not supported. Directory bucket names must be unique in
|
7029
7182
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
7030
7183
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
7031
|
-
#
|
7184
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
7032
7185
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
7033
7186
|
# *Amazon S3 User Guide*.
|
7034
7187
|
#
|
@@ -7048,14 +7201,14 @@ module Aws::S3
|
|
7048
7201
|
#
|
7049
7202
|
# </note>
|
7050
7203
|
#
|
7051
|
-
# **S3 on Outposts** - When you use this action with
|
7052
|
-
#
|
7053
|
-
#
|
7204
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
7205
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
7206
|
+
# Outposts hostname takes the form `
|
7054
7207
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
7055
|
-
# When you use this action with S3 on Outposts
|
7056
|
-
#
|
7057
|
-
#
|
7058
|
-
#
|
7208
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
7209
|
+
# must be the Outposts access point ARN or the access point alias. For
|
7210
|
+
# more information about S3 on Outposts, see [What is S3 on
|
7211
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
7059
7212
|
#
|
7060
7213
|
#
|
7061
7214
|
#
|
@@ -7365,10 +7518,10 @@ module Aws::S3
|
|
7365
7518
|
# @return [String]
|
7366
7519
|
#
|
7367
7520
|
# @!attribute [rw] checksum_crc32
|
7368
|
-
# The
|
7369
|
-
# only
|
7370
|
-
# information, see [ Checking object integrity][1] in the
|
7371
|
-
# User Guide*.
|
7521
|
+
# The Base64 encoded, 32-bit `CRC-32` checksum of the object. This
|
7522
|
+
# checksum is only present if the object was uploaded with the object.
|
7523
|
+
# For more information, see [ Checking object integrity][1] in the
|
7524
|
+
# *Amazon S3 User Guide*.
|
7372
7525
|
#
|
7373
7526
|
#
|
7374
7527
|
#
|
@@ -7376,10 +7529,20 @@ module Aws::S3
|
|
7376
7529
|
# @return [String]
|
7377
7530
|
#
|
7378
7531
|
# @!attribute [rw] checksum_crc32c
|
7379
|
-
# The
|
7380
|
-
# only be present if
|
7381
|
-
# information, see [ Checking object integrity][1] in the *Amazon
|
7382
|
-
# User Guide*.
|
7532
|
+
# The Base64 encoded, 32-bit `CRC-32C` checksum of the object. This
|
7533
|
+
# will only be present if the object was uploaded with the object. For
|
7534
|
+
# more information, see [ Checking object integrity][1] in the *Amazon
|
7535
|
+
# S3 User Guide*.
|
7536
|
+
#
|
7537
|
+
#
|
7538
|
+
#
|
7539
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
7540
|
+
# @return [String]
|
7541
|
+
#
|
7542
|
+
# @!attribute [rw] checksum_crc64nvme
|
7543
|
+
# The Base64 encoded, 64-bit `CRC-64NVME` checksum of the object. For
|
7544
|
+
# more information, see [Checking object integrity in the Amazon S3
|
7545
|
+
# User Guide][1].
|
7383
7546
|
#
|
7384
7547
|
#
|
7385
7548
|
#
|
@@ -7387,8 +7550,8 @@ module Aws::S3
|
|
7387
7550
|
# @return [String]
|
7388
7551
|
#
|
7389
7552
|
# @!attribute [rw] checksum_sha1
|
7390
|
-
# The
|
7391
|
-
# only be present if
|
7553
|
+
# The Base64 encoded, 160-bit `SHA-1` digest of the object. This will
|
7554
|
+
# only be present if the object was uploaded with the object. For more
|
7392
7555
|
# information, see [ Checking object integrity][1] in the *Amazon S3
|
7393
7556
|
# User Guide*.
|
7394
7557
|
#
|
@@ -7398,10 +7561,23 @@ module Aws::S3
|
|
7398
7561
|
# @return [String]
|
7399
7562
|
#
|
7400
7563
|
# @!attribute [rw] checksum_sha256
|
7401
|
-
# The
|
7402
|
-
# only be present if
|
7403
|
-
# information, see [ Checking object integrity][1] in the *Amazon
|
7404
|
-
# User Guide*.
|
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*.
|
7568
|
+
#
|
7569
|
+
#
|
7570
|
+
#
|
7571
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
7572
|
+
# @return [String]
|
7573
|
+
#
|
7574
|
+
# @!attribute [rw] checksum_type
|
7575
|
+
# The checksum type, which determines how part-level checksums are
|
7576
|
+
# combined to create an object-level checksum for multipart objects.
|
7577
|
+
# You can use this header response to verify that the checksum type
|
7578
|
+
# that is received is the same checksum type that was specified in the
|
7579
|
+
# `CreateMultipartUpload` request. For more information, see [Checking
|
7580
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
7405
7581
|
#
|
7406
7582
|
#
|
7407
7583
|
#
|
@@ -7602,8 +7778,10 @@ module Aws::S3
|
|
7602
7778
|
:etag,
|
7603
7779
|
:checksum_crc32,
|
7604
7780
|
:checksum_crc32c,
|
7781
|
+
:checksum_crc64nvme,
|
7605
7782
|
:checksum_sha1,
|
7606
7783
|
:checksum_sha256,
|
7784
|
+
:checksum_type,
|
7607
7785
|
:missing_meta,
|
7608
7786
|
:version_id,
|
7609
7787
|
:cache_control,
|
@@ -7642,7 +7820,7 @@ module Aws::S3
|
|
7642
7820
|
# requests are not supported. Directory bucket names must be unique in
|
7643
7821
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
7644
7822
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
7645
|
-
#
|
7823
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
7646
7824
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
7647
7825
|
# *Amazon S3 User Guide*.
|
7648
7826
|
#
|
@@ -7668,14 +7846,14 @@ module Aws::S3
|
|
7668
7846
|
#
|
7669
7847
|
# </note>
|
7670
7848
|
#
|
7671
|
-
# **S3 on Outposts** - When you use this action with
|
7672
|
-
#
|
7673
|
-
#
|
7849
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
7850
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
7851
|
+
# Outposts hostname takes the form `
|
7674
7852
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
7675
|
-
# When you use this action with S3 on Outposts
|
7676
|
-
#
|
7677
|
-
#
|
7678
|
-
#
|
7853
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
7854
|
+
# must be the Outposts access point ARN or the access point alias. For
|
7855
|
+
# more information about S3 on Outposts, see [What is S3 on
|
7856
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
7679
7857
|
#
|
7680
7858
|
#
|
7681
7859
|
#
|
@@ -7949,15 +8127,6 @@ module Aws::S3
|
|
7949
8127
|
#
|
7950
8128
|
# @!attribute [rw] checksum_mode
|
7951
8129
|
# To retrieve the checksum, this mode must be enabled.
|
7952
|
-
#
|
7953
|
-
# **General purpose buckets** - In addition, if you enable checksum
|
7954
|
-
# mode and the object is uploaded with a [checksum][1] and encrypted
|
7955
|
-
# with an Key Management Service (KMS) key, you must have permission
|
7956
|
-
# to use the `kms:Decrypt` action to retrieve the checksum.
|
7957
|
-
#
|
7958
|
-
#
|
7959
|
-
#
|
7960
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html
|
7961
8130
|
# @return [String]
|
7962
8131
|
#
|
7963
8132
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetObjectRequest AWS API Documentation
|
@@ -8100,14 +8269,14 @@ module Aws::S3
|
|
8100
8269
|
# bucket name. For more information about access point ARNs, see
|
8101
8270
|
# [Using access points][1] in the *Amazon S3 User Guide*.
|
8102
8271
|
#
|
8103
|
-
# **S3 on Outposts** - When you use this action with
|
8104
|
-
#
|
8105
|
-
#
|
8272
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
8273
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
8274
|
+
# Outposts hostname takes the form `
|
8106
8275
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
8107
|
-
# When you use this action with S3 on Outposts
|
8108
|
-
#
|
8109
|
-
#
|
8110
|
-
#
|
8276
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
8277
|
+
# must be the Outposts access point ARN or the access point alias. For
|
8278
|
+
# more information about S3 on Outposts, see [What is S3 on
|
8279
|
+
# Outposts?][2] in the *Amazon S3 User Guide*.
|
8111
8280
|
#
|
8112
8281
|
#
|
8113
8282
|
#
|
@@ -8411,7 +8580,7 @@ module Aws::S3
|
|
8411
8580
|
# requests are not supported. Directory bucket names must be unique in
|
8412
8581
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
8413
8582
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
8414
|
-
#
|
8583
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
8415
8584
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
8416
8585
|
# *Amazon S3 User Guide*.
|
8417
8586
|
#
|
@@ -8438,14 +8607,14 @@ module Aws::S3
|
|
8438
8607
|
#
|
8439
8608
|
# </note>
|
8440
8609
|
#
|
8441
|
-
# **S3 on Outposts** - When you use this action with
|
8442
|
-
#
|
8443
|
-
#
|
8610
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
8611
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
8612
|
+
# Outposts hostname takes the form `
|
8444
8613
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
8445
|
-
# When you use this action with S3 on Outposts
|
8446
|
-
#
|
8447
|
-
#
|
8448
|
-
#
|
8614
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
8615
|
+
# must be the Outposts access point ARN or the access point alias. For
|
8616
|
+
# more information about S3 on Outposts, see [What is S3 on
|
8617
|
+
# Outposts?][4] in the *Amazon S3 User Guide*.
|
8449
8618
|
#
|
8450
8619
|
#
|
8451
8620
|
#
|
@@ -8550,14 +8719,14 @@ module Aws::S3
|
|
8550
8719
|
# @return [Integer]
|
8551
8720
|
#
|
8552
8721
|
# @!attribute [rw] checksum_crc32
|
8553
|
-
# The
|
8554
|
-
# only be present if
|
8555
|
-
# API operation on an object that was uploaded
|
8556
|
-
# uploads, this value may not be a direct checksum
|
8557
|
-
# object. Instead, it's a calculation based on the
|
8558
|
-
# each individual part. For more information about
|
8559
|
-
# calculated with multipart uploads, see [ Checking
|
8560
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
8722
|
+
# The Base64 encoded, 32-bit `CRC-32 checksum` of the object. This
|
8723
|
+
# checksum is only be present if the checksum was uploaded with the
|
8724
|
+
# object. When you use an API operation on an object that was uploaded
|
8725
|
+
# using multipart uploads, this value may not be a direct checksum
|
8726
|
+
# value of the full object. Instead, it's a calculation based on the
|
8727
|
+
# checksum values of each individual part. For more information about
|
8728
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
8729
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
8561
8730
|
#
|
8562
8731
|
#
|
8563
8732
|
#
|
@@ -8565,24 +8734,34 @@ module Aws::S3
|
|
8565
8734
|
# @return [String]
|
8566
8735
|
#
|
8567
8736
|
# @!attribute [rw] checksum_crc32c
|
8568
|
-
# The
|
8569
|
-
# only
|
8570
|
-
# API operation on an object that was uploaded
|
8571
|
-
# uploads, this value may not be a direct checksum
|
8572
|
-
# object. Instead, it's a calculation based on the
|
8573
|
-
# each individual part. For more information about
|
8574
|
-
# calculated with multipart uploads, see [ Checking
|
8575
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
8737
|
+
# The Base64 encoded, 32-bit `CRC-32C` checksum of the object. This
|
8738
|
+
# checksum is only present if the checksum was uploaded with the
|
8739
|
+
# object. When you use an API operation on an object that was uploaded
|
8740
|
+
# using multipart uploads, this value may not be a direct checksum
|
8741
|
+
# value of the full object. Instead, it's a calculation based on the
|
8742
|
+
# checksum values of each individual part. For more information about
|
8743
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
8744
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
8576
8745
|
#
|
8577
8746
|
#
|
8578
8747
|
#
|
8579
8748
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
8580
8749
|
# @return [String]
|
8581
8750
|
#
|
8751
|
+
# @!attribute [rw] checksum_crc64nvme
|
8752
|
+
# The Base64 encoded, 64-bit `CRC-64NVME` checksum of the object. For
|
8753
|
+
# more information, see [Checking object integrity in the Amazon S3
|
8754
|
+
# User Guide][1].
|
8755
|
+
#
|
8756
|
+
#
|
8757
|
+
#
|
8758
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
8759
|
+
# @return [String]
|
8760
|
+
#
|
8582
8761
|
# @!attribute [rw] checksum_sha1
|
8583
|
-
# The
|
8584
|
-
# only be present if
|
8585
|
-
# API operation on an object that was uploaded using multipart
|
8762
|
+
# The Base64 encoded, 160-bit `SHA-1` digest of the object. This will
|
8763
|
+
# only be present if the object was uploaded with the object. When you
|
8764
|
+
# use the API operation on an object that was uploaded using multipart
|
8586
8765
|
# uploads, this value may not be a direct checksum value of the full
|
8587
8766
|
# object. Instead, it's a calculation based on the checksum values of
|
8588
8767
|
# each individual part. For more information about how checksums are
|
@@ -8594,19 +8773,32 @@ module Aws::S3
|
|
8594
8773
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
8595
8774
|
# @return [String]
|
8596
8775
|
#
|
8597
|
-
# @!attribute [rw] checksum_sha256
|
8598
|
-
# The
|
8599
|
-
# only be present if
|
8600
|
-
# API operation on an object that was uploaded using
|
8601
|
-
# uploads, this value may not be a direct checksum value of
|
8602
|
-
# object. Instead, it's a calculation based on the checksum
|
8603
|
-
# each individual part. For more information about how
|
8604
|
-
# calculated with multipart uploads, see [ Checking
|
8605
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
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*.
|
8785
|
+
#
|
8786
|
+
#
|
8787
|
+
#
|
8788
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
8789
|
+
# @return [String]
|
8790
|
+
#
|
8791
|
+
# @!attribute [rw] checksum_type
|
8792
|
+
# The checksum type, which determines how part-level checksums are
|
8793
|
+
# combined to create an object-level checksum for multipart objects.
|
8794
|
+
# You can use this header response to verify that the checksum type
|
8795
|
+
# that is received is the same checksum type that was specified in
|
8796
|
+
# `CreateMultipartUpload` request. For more information, see [Checking
|
8797
|
+
# object integrity in the Amazon S3 User Guide][1].
|
8606
8798
|
#
|
8607
8799
|
#
|
8608
8800
|
#
|
8609
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
8801
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
8610
8802
|
# @return [String]
|
8611
8803
|
#
|
8612
8804
|
# @!attribute [rw] etag
|
@@ -8848,8 +9040,10 @@ module Aws::S3
|
|
8848
9040
|
:content_length,
|
8849
9041
|
:checksum_crc32,
|
8850
9042
|
:checksum_crc32c,
|
9043
|
+
:checksum_crc64nvme,
|
8851
9044
|
:checksum_sha1,
|
8852
9045
|
:checksum_sha256,
|
9046
|
+
:checksum_type,
|
8853
9047
|
:etag,
|
8854
9048
|
:missing_meta,
|
8855
9049
|
:version_id,
|
@@ -8887,7 +9081,7 @@ module Aws::S3
|
|
8887
9081
|
# requests are not supported. Directory bucket names must be unique in
|
8888
9082
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
8889
9083
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
8890
|
-
#
|
9084
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
8891
9085
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
8892
9086
|
# *Amazon S3 User Guide*.
|
8893
9087
|
#
|
@@ -8907,14 +9101,14 @@ module Aws::S3
|
|
8907
9101
|
#
|
8908
9102
|
# </note>
|
8909
9103
|
#
|
8910
|
-
# **S3 on Outposts** - When you use this action with
|
8911
|
-
#
|
8912
|
-
#
|
9104
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
9105
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
9106
|
+
# Outposts hostname takes the form `
|
8913
9107
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
8914
|
-
# When you use this action with S3 on Outposts
|
8915
|
-
#
|
8916
|
-
#
|
8917
|
-
#
|
9108
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
9109
|
+
# must be the Outposts access point ARN or the access point alias. For
|
9110
|
+
# more information about S3 on Outposts, see [What is S3 on
|
9111
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
8918
9112
|
#
|
8919
9113
|
#
|
8920
9114
|
#
|
@@ -10421,7 +10615,7 @@ module Aws::S3
|
|
10421
10615
|
# requests are not supported. Directory bucket names must be unique in
|
10422
10616
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
10423
10617
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
10424
|
-
#
|
10618
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
10425
10619
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
10426
10620
|
# *Amazon S3 User Guide*.
|
10427
10621
|
#
|
@@ -10441,14 +10635,14 @@ module Aws::S3
|
|
10441
10635
|
#
|
10442
10636
|
# </note>
|
10443
10637
|
#
|
10444
|
-
# **S3 on Outposts** - When you use this action with
|
10445
|
-
#
|
10446
|
-
#
|
10638
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
10639
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
10640
|
+
# Outposts hostname takes the form `
|
10447
10641
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
10448
|
-
# When you use this action with S3 on Outposts
|
10449
|
-
#
|
10450
|
-
#
|
10451
|
-
#
|
10642
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
10643
|
+
# must be the Outposts access point ARN or the access point alias. For
|
10644
|
+
# more information about S3 on Outposts, see [What is S3 on
|
10645
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
10452
10646
|
#
|
10453
10647
|
#
|
10454
10648
|
#
|
@@ -10634,7 +10828,12 @@ module Aws::S3
|
|
10634
10828
|
# @return [Array<Types::ObjectVersion>]
|
10635
10829
|
#
|
10636
10830
|
# @!attribute [rw] delete_markers
|
10637
|
-
# Container for an object that is a delete marker.
|
10831
|
+
# Container for an object that is a delete marker. To learn more about
|
10832
|
+
# delete markers, see [Working with delete markers][1].
|
10833
|
+
#
|
10834
|
+
#
|
10835
|
+
#
|
10836
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html
|
10638
10837
|
# @return [Array<Types::DeleteMarkerEntry>]
|
10639
10838
|
#
|
10640
10839
|
# @!attribute [rw] name
|
@@ -10943,7 +11142,7 @@ module Aws::S3
|
|
10943
11142
|
# requests are not supported. Directory bucket names must be unique in
|
10944
11143
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
10945
11144
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
10946
|
-
#
|
11145
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
10947
11146
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
10948
11147
|
# *Amazon S3 User Guide*.
|
10949
11148
|
#
|
@@ -10963,14 +11162,14 @@ module Aws::S3
|
|
10963
11162
|
#
|
10964
11163
|
# </note>
|
10965
11164
|
#
|
10966
|
-
# **S3 on Outposts** - When you use this action with
|
10967
|
-
#
|
10968
|
-
#
|
11165
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
11166
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
11167
|
+
# Outposts hostname takes the form `
|
10969
11168
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
10970
|
-
# When you use this action with S3 on Outposts
|
10971
|
-
#
|
10972
|
-
#
|
10973
|
-
#
|
11169
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
11170
|
+
# must be the Outposts access point ARN or the access point alias. For
|
11171
|
+
# more information about S3 on Outposts, see [What is S3 on
|
11172
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
10974
11173
|
#
|
10975
11174
|
#
|
10976
11175
|
#
|
@@ -11214,7 +11413,7 @@ module Aws::S3
|
|
11214
11413
|
# requests are not supported. Directory bucket names must be unique in
|
11215
11414
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
11216
11415
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
11217
|
-
#
|
11416
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
11218
11417
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
11219
11418
|
# *Amazon S3 User Guide*.
|
11220
11419
|
#
|
@@ -11234,14 +11433,14 @@ module Aws::S3
|
|
11234
11433
|
#
|
11235
11434
|
# </note>
|
11236
11435
|
#
|
11237
|
-
# **S3 on Outposts** - When you use this action with
|
11238
|
-
#
|
11239
|
-
#
|
11436
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
11437
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
11438
|
+
# Outposts hostname takes the form `
|
11240
11439
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
11241
|
-
# When you use this action with S3 on Outposts
|
11242
|
-
#
|
11243
|
-
#
|
11244
|
-
#
|
11440
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
11441
|
+
# must be the Outposts access point ARN or the access point alias. For
|
11442
|
+
# more information about S3 on Outposts, see [What is S3 on
|
11443
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
11245
11444
|
#
|
11246
11445
|
#
|
11247
11446
|
#
|
@@ -11494,6 +11693,19 @@ module Aws::S3
|
|
11494
11693
|
# The algorithm that was used to create a checksum of the object.
|
11495
11694
|
# @return [String]
|
11496
11695
|
#
|
11696
|
+
# @!attribute [rw] checksum_type
|
11697
|
+
# The checksum type, which determines how part-level checksums are
|
11698
|
+
# combined to create an object-level checksum for multipart objects.
|
11699
|
+
# You can use this header response to verify that the checksum type
|
11700
|
+
# that is received is the same checksum type that was specified in
|
11701
|
+
# `CreateMultipartUpload` request. For more information, see [Checking
|
11702
|
+
# object integrity in the Amazon S3 User Guide][1].
|
11703
|
+
#
|
11704
|
+
#
|
11705
|
+
#
|
11706
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
11707
|
+
# @return [String]
|
11708
|
+
#
|
11497
11709
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListPartsOutput AWS API Documentation
|
11498
11710
|
#
|
11499
11711
|
class ListPartsOutput < Struct.new(
|
@@ -11511,7 +11723,8 @@ module Aws::S3
|
|
11511
11723
|
:owner,
|
11512
11724
|
:storage_class,
|
11513
11725
|
:request_charged,
|
11514
|
-
:checksum_algorithm
|
11726
|
+
:checksum_algorithm,
|
11727
|
+
:checksum_type)
|
11515
11728
|
SENSITIVE = []
|
11516
11729
|
include Aws::Structure
|
11517
11730
|
end
|
@@ -11525,7 +11738,7 @@ module Aws::S3
|
|
11525
11738
|
# requests are not supported. Directory bucket names must be unique in
|
11526
11739
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
11527
11740
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
11528
|
-
#
|
11741
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
11529
11742
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
11530
11743
|
# *Amazon S3 User Guide*.
|
11531
11744
|
#
|
@@ -11545,14 +11758,14 @@ module Aws::S3
|
|
11545
11758
|
#
|
11546
11759
|
# </note>
|
11547
11760
|
#
|
11548
|
-
# **S3 on Outposts** - When you use this action with
|
11549
|
-
#
|
11550
|
-
#
|
11761
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
11762
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
11763
|
+
# Outposts hostname takes the form `
|
11551
11764
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
11552
|
-
# When you use this action with S3 on Outposts
|
11553
|
-
#
|
11554
|
-
#
|
11555
|
-
#
|
11765
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
11766
|
+
# must be the Outposts access point ARN or the access point alias. For
|
11767
|
+
# more information about S3 on Outposts, see [What is S3 on
|
11768
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
11556
11769
|
#
|
11557
11770
|
#
|
11558
11771
|
#
|
@@ -11669,8 +11882,8 @@ module Aws::S3
|
|
11669
11882
|
# Specifies the location where the bucket will be created.
|
11670
11883
|
#
|
11671
11884
|
# For directory buckets, the location type is Availability Zone or Local
|
11672
|
-
# Zone. For more information about directory buckets, see [
|
11673
|
-
# buckets][1] in the *Amazon S3 User Guide*.
|
11885
|
+
# Zone. For more information about directory buckets, see [Working with
|
11886
|
+
# directory buckets][1] in the *Amazon S3 User Guide*.
|
11674
11887
|
#
|
11675
11888
|
# <note markdown="1"> This functionality is only supported by directory buckets.
|
11676
11889
|
#
|
@@ -11974,6 +12187,16 @@ module Aws::S3
|
|
11974
12187
|
# The algorithm that was used to create a checksum of the object.
|
11975
12188
|
# @return [String]
|
11976
12189
|
#
|
12190
|
+
# @!attribute [rw] checksum_type
|
12191
|
+
# The checksum type that is used to calculate the object’s checksum
|
12192
|
+
# value. For more information, see [Checking object integrity][1] in
|
12193
|
+
# the *Amazon S3 User Guide*.
|
12194
|
+
#
|
12195
|
+
#
|
12196
|
+
#
|
12197
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12198
|
+
# @return [String]
|
12199
|
+
#
|
11977
12200
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/MultipartUpload AWS API Documentation
|
11978
12201
|
#
|
11979
12202
|
class MultipartUpload < Struct.new(
|
@@ -11983,7 +12206,8 @@ module Aws::S3
|
|
11983
12206
|
:storage_class,
|
11984
12207
|
:owner,
|
11985
12208
|
:initiator,
|
11986
|
-
:checksum_algorithm
|
12209
|
+
:checksum_algorithm,
|
12210
|
+
:checksum_type)
|
11987
12211
|
SENSITIVE = []
|
11988
12212
|
include Aws::Structure
|
11989
12213
|
end
|
@@ -12234,6 +12458,16 @@ module Aws::S3
|
|
12234
12458
|
# The algorithm that was used to create a checksum of the object.
|
12235
12459
|
# @return [Array<String>]
|
12236
12460
|
#
|
12461
|
+
# @!attribute [rw] checksum_type
|
12462
|
+
# The checksum type that is used to calculate the object’s checksum
|
12463
|
+
# value. For more information, see [Checking object integrity][1] in
|
12464
|
+
# the *Amazon S3 User Guide*.
|
12465
|
+
#
|
12466
|
+
#
|
12467
|
+
#
|
12468
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12469
|
+
# @return [String]
|
12470
|
+
#
|
12237
12471
|
# @!attribute [rw] size
|
12238
12472
|
# Size in bytes of the object
|
12239
12473
|
# @return [Integer]
|
@@ -12281,6 +12515,7 @@ module Aws::S3
|
|
12281
12515
|
:last_modified,
|
12282
12516
|
:etag,
|
12283
12517
|
:checksum_algorithm,
|
12518
|
+
:checksum_type,
|
12284
12519
|
:size,
|
12285
12520
|
:storage_class,
|
12286
12521
|
:owner,
|
@@ -12453,11 +12688,10 @@ module Aws::S3
|
|
12453
12688
|
# @return [Integer]
|
12454
12689
|
#
|
12455
12690
|
# @!attribute [rw] checksum_crc32
|
12456
|
-
#
|
12457
|
-
#
|
12458
|
-
#
|
12459
|
-
#
|
12460
|
-
# *Amazon S3 User Guide*.
|
12691
|
+
# The Base64 encoded, 32-bit `CRC-32` checksum of the part. This
|
12692
|
+
# checksum is present if the multipart upload request was created with
|
12693
|
+
# the `CRC-32` checksum algorithm. For more information, see [Checking
|
12694
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
12461
12695
|
#
|
12462
12696
|
#
|
12463
12697
|
#
|
@@ -12465,48 +12699,49 @@ module Aws::S3
|
|
12465
12699
|
# @return [String]
|
12466
12700
|
#
|
12467
12701
|
# @!attribute [rw] checksum_crc32c
|
12468
|
-
# The
|
12469
|
-
#
|
12470
|
-
#
|
12471
|
-
#
|
12472
|
-
# object. Instead, it's a calculation based on the checksum values of
|
12473
|
-
# each individual part. For more information about how checksums are
|
12474
|
-
# calculated with multipart uploads, see [ Checking object
|
12475
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
12702
|
+
# The Base64 encoded, 32-bit `CRC-32C` checksum of the part. This
|
12703
|
+
# 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*.
|
12476
12706
|
#
|
12477
12707
|
#
|
12478
12708
|
#
|
12479
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12709
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12710
|
+
# @return [String]
|
12711
|
+
#
|
12712
|
+
# @!attribute [rw] checksum_crc64nvme
|
12713
|
+
# The Base64 encoded, 64-bit `CRC-64NVME` checksum of the part. This
|
12714
|
+
# checksum is present if the multipart upload request was created with
|
12715
|
+
# the `CRC-64NVME` checksum algorithm, or if the object was uploaded
|
12716
|
+
# without a checksum (and Amazon S3 added the default checksum,
|
12717
|
+
# `CRC-64NVME`, to the uploaded object). For more information, see
|
12718
|
+
# [Checking object integrity][1] in the *Amazon S3 User Guide*.
|
12719
|
+
#
|
12720
|
+
#
|
12721
|
+
#
|
12722
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12480
12723
|
# @return [String]
|
12481
12724
|
#
|
12482
12725
|
# @!attribute [rw] checksum_sha1
|
12483
|
-
# The
|
12484
|
-
#
|
12485
|
-
#
|
12486
|
-
#
|
12487
|
-
# object. Instead, it's a calculation based on the checksum values of
|
12488
|
-
# each individual part. For more information about how checksums are
|
12489
|
-
# calculated with multipart uploads, see [ Checking object
|
12490
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
12726
|
+
# The Base64 encoded, 160-bit `SHA-1` checksum of the part. This
|
12727
|
+
# checksum is present if the multipart upload request was created with
|
12728
|
+
# the `SHA-1` checksum algorithm. For more information, see [Checking
|
12729
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
12491
12730
|
#
|
12492
12731
|
#
|
12493
12732
|
#
|
12494
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12733
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12495
12734
|
# @return [String]
|
12496
12735
|
#
|
12497
12736
|
# @!attribute [rw] checksum_sha256
|
12498
|
-
# The
|
12499
|
-
#
|
12500
|
-
#
|
12501
|
-
#
|
12502
|
-
# object. Instead, it's a calculation based on the checksum values of
|
12503
|
-
# each individual part. For more information about how checksums are
|
12504
|
-
# calculated with multipart uploads, see [ Checking object
|
12505
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
12737
|
+
# The Base64 encoded, 256-bit `SHA-256` checksum of the part. This
|
12738
|
+
# 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*.
|
12506
12741
|
#
|
12507
12742
|
#
|
12508
12743
|
#
|
12509
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12744
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12510
12745
|
# @return [String]
|
12511
12746
|
#
|
12512
12747
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ObjectPart AWS API Documentation
|
@@ -12516,6 +12751,7 @@ module Aws::S3
|
|
12516
12751
|
:size,
|
12517
12752
|
:checksum_crc32,
|
12518
12753
|
:checksum_crc32c,
|
12754
|
+
:checksum_crc64nvme,
|
12519
12755
|
:checksum_sha1,
|
12520
12756
|
:checksum_sha256)
|
12521
12757
|
SENSITIVE = []
|
@@ -12532,6 +12768,16 @@ module Aws::S3
|
|
12532
12768
|
# The algorithm that was used to create a checksum of the object.
|
12533
12769
|
# @return [Array<String>]
|
12534
12770
|
#
|
12771
|
+
# @!attribute [rw] checksum_type
|
12772
|
+
# The checksum type that is used to calculate the object’s checksum
|
12773
|
+
# value. For more information, see [Checking object integrity][1] in
|
12774
|
+
# the *Amazon S3 User Guide*.
|
12775
|
+
#
|
12776
|
+
#
|
12777
|
+
#
|
12778
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12779
|
+
# @return [String]
|
12780
|
+
#
|
12535
12781
|
# @!attribute [rw] size
|
12536
12782
|
# Size in bytes of the object.
|
12537
12783
|
# @return [Integer]
|
@@ -12578,6 +12824,7 @@ module Aws::S3
|
|
12578
12824
|
class ObjectVersion < Struct.new(
|
12579
12825
|
:etag,
|
12580
12826
|
:checksum_algorithm,
|
12827
|
+
:checksum_type,
|
12581
12828
|
:size,
|
12582
12829
|
:storage_class,
|
12583
12830
|
:key,
|
@@ -12753,11 +13000,10 @@ module Aws::S3
|
|
12753
13000
|
# @return [Integer]
|
12754
13001
|
#
|
12755
13002
|
# @!attribute [rw] checksum_crc32
|
12756
|
-
#
|
12757
|
-
#
|
12758
|
-
#
|
12759
|
-
#
|
12760
|
-
# *Amazon S3 User Guide*.
|
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`
|
13005
|
+
# checksum algorithm. For more information, see [Checking object
|
13006
|
+
# integrity][1] in the *Amazon S3 User Guide*.
|
12761
13007
|
#
|
12762
13008
|
#
|
12763
13009
|
#
|
@@ -12765,41 +13011,45 @@ module Aws::S3
|
|
12765
13011
|
# @return [String]
|
12766
13012
|
#
|
12767
13013
|
# @!attribute [rw] checksum_crc32c
|
12768
|
-
# The
|
12769
|
-
#
|
12770
|
-
#
|
12771
|
-
# uploads, this value may not be a direct checksum value of the full
|
12772
|
-
# object. Instead, it's a calculation based on the checksum values of
|
12773
|
-
# each individual part. For more information about how checksums are
|
12774
|
-
# calculated with multipart uploads, see [ Checking object
|
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`
|
13016
|
+
# checksum algorithm. For more information, see [Checking object
|
12775
13017
|
# integrity][1] in the *Amazon S3 User Guide*.
|
12776
13018
|
#
|
12777
13019
|
#
|
12778
13020
|
#
|
12779
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
13021
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
13022
|
+
# @return [String]
|
13023
|
+
#
|
13024
|
+
# @!attribute [rw] checksum_crc64nvme
|
13025
|
+
# The Base64 encoded, 64-bit `CRC-64NVME` checksum of the part. This
|
13026
|
+
# checksum is present if the multipart upload request was created with
|
13027
|
+
# the `CRC-64NVME` checksum algorithm, or if the object was uploaded
|
13028
|
+
# without a checksum (and Amazon S3 added the default checksum,
|
13029
|
+
# `CRC-64NVME`, to the uploaded object). For more information, see
|
13030
|
+
# [Checking object integrity][1] in the *Amazon S3 User Guide*.
|
13031
|
+
#
|
13032
|
+
#
|
13033
|
+
#
|
13034
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12780
13035
|
# @return [String]
|
12781
13036
|
#
|
12782
13037
|
# @!attribute [rw] checksum_sha1
|
12783
|
-
# The
|
12784
|
-
#
|
12785
|
-
#
|
12786
|
-
# uploads, this value may not be a direct checksum value of the full
|
12787
|
-
# object. Instead, it's a calculation based on the checksum values of
|
12788
|
-
# each individual part. For more information about how checksums are
|
12789
|
-
# calculated with multipart uploads, see [ Checking object
|
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`
|
13040
|
+
# checksum algorithm. For more information, see [Checking object
|
12790
13041
|
# integrity][1] in the *Amazon S3 User Guide*.
|
12791
13042
|
#
|
12792
13043
|
#
|
12793
13044
|
#
|
12794
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
13045
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
12795
13046
|
# @return [String]
|
12796
13047
|
#
|
12797
13048
|
# @!attribute [rw] checksum_sha256
|
12798
|
-
#
|
12799
|
-
#
|
12800
|
-
#
|
12801
|
-
#
|
12802
|
-
# *Amazon S3 User Guide*.
|
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`
|
13051
|
+
# checksum algorithm. For more information, see [Checking object
|
13052
|
+
# integrity][1] in the *Amazon S3 User Guide*.
|
12803
13053
|
#
|
12804
13054
|
#
|
12805
13055
|
#
|
@@ -12815,6 +13065,7 @@ module Aws::S3
|
|
12815
13065
|
:size,
|
12816
13066
|
:checksum_crc32,
|
12817
13067
|
:checksum_crc32c,
|
13068
|
+
:checksum_crc64nvme,
|
12818
13069
|
:checksum_sha1,
|
12819
13070
|
:checksum_sha256)
|
12820
13071
|
SENSITIVE = []
|
@@ -12990,7 +13241,7 @@ module Aws::S3
|
|
12990
13241
|
# @return [String]
|
12991
13242
|
#
|
12992
13243
|
# @!attribute [rw] checksum_algorithm
|
12993
|
-
# Indicates the algorithm used to create the checksum for the
|
13244
|
+
# Indicates the algorithm used to create the checksum for the request
|
12994
13245
|
# when you use the SDK. This header will not provide any additional
|
12995
13246
|
# functionality if you don't use the SDK. When you send this header,
|
12996
13247
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13031,9 +13282,9 @@ module Aws::S3
|
|
13031
13282
|
# @return [String]
|
13032
13283
|
#
|
13033
13284
|
# @!attribute [rw] content_md5
|
13034
|
-
# The
|
13035
|
-
# be used as a message integrity check to verify that the request
|
13036
|
-
# was not corrupted in transit. For more information, go to [RFC
|
13285
|
+
# The Base64 encoded 128-bit `MD5` digest of the data. This header
|
13286
|
+
# must be used as a message integrity check to verify that the request
|
13287
|
+
# body was not corrupted in transit. For more information, go to [RFC
|
13037
13288
|
# 1864.][1]
|
13038
13289
|
#
|
13039
13290
|
# For requests made using the Amazon Web Services Command Line
|
@@ -13046,7 +13297,7 @@ module Aws::S3
|
|
13046
13297
|
# @return [String]
|
13047
13298
|
#
|
13048
13299
|
# @!attribute [rw] checksum_algorithm
|
13049
|
-
# Indicates the algorithm used to create the checksum for the
|
13300
|
+
# Indicates the algorithm used to create the checksum for the request
|
13050
13301
|
# when you use the SDK. This header will not provide any additional
|
13051
13302
|
# functionality if you don't use the SDK. When you send this header,
|
13052
13303
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13157,9 +13408,9 @@ module Aws::S3
|
|
13157
13408
|
# @return [Types::CORSConfiguration]
|
13158
13409
|
#
|
13159
13410
|
# @!attribute [rw] content_md5
|
13160
|
-
# The
|
13161
|
-
# be used as a message integrity check to verify that the request
|
13162
|
-
# was not corrupted in transit. For more information, go to [RFC
|
13411
|
+
# The Base64 encoded 128-bit `MD5` digest of the data. This header
|
13412
|
+
# must be used as a message integrity check to verify that the request
|
13413
|
+
# body was not corrupted in transit. For more information, go to [RFC
|
13163
13414
|
# 1864.][1]
|
13164
13415
|
#
|
13165
13416
|
# For requests made using the Amazon Web Services Command Line
|
@@ -13172,7 +13423,7 @@ module Aws::S3
|
|
13172
13423
|
# @return [String]
|
13173
13424
|
#
|
13174
13425
|
# @!attribute [rw] checksum_algorithm
|
13175
|
-
# Indicates the algorithm used to create the checksum for the
|
13426
|
+
# Indicates the algorithm used to create the checksum for the request
|
13176
13427
|
# when you use the SDK. This header will not provide any additional
|
13177
13428
|
# functionality if you don't use the SDK. When you send this header,
|
13178
13429
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13228,8 +13479,8 @@ module Aws::S3
|
|
13228
13479
|
# @return [String]
|
13229
13480
|
#
|
13230
13481
|
# @!attribute [rw] content_md5
|
13231
|
-
# The
|
13232
|
-
# configuration.
|
13482
|
+
# The Base64 encoded 128-bit `MD5` digest of the server-side
|
13483
|
+
# encryption configuration.
|
13233
13484
|
#
|
13234
13485
|
# For requests made using the Amazon Web Services Command Line
|
13235
13486
|
# Interface (CLI) or Amazon Web Services SDKs, this field is
|
@@ -13241,7 +13492,7 @@ module Aws::S3
|
|
13241
13492
|
# @return [String]
|
13242
13493
|
#
|
13243
13494
|
# @!attribute [rw] checksum_algorithm
|
13244
|
-
# Indicates the algorithm used to create the checksum for the
|
13495
|
+
# Indicates the algorithm used to create the checksum for the request
|
13245
13496
|
# when you use the SDK. This header will not provide any additional
|
13246
13497
|
# functionality if you don't use the SDK. When you send this header,
|
13247
13498
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13382,7 +13633,7 @@ module Aws::S3
|
|
13382
13633
|
# @return [String]
|
13383
13634
|
#
|
13384
13635
|
# @!attribute [rw] checksum_algorithm
|
13385
|
-
# Indicates the algorithm used to create the checksum for the
|
13636
|
+
# Indicates the algorithm used to create the checksum for the request
|
13386
13637
|
# when you use the SDK. This header will not provide any additional
|
13387
13638
|
# functionality if you don't use the SDK. When you send this header,
|
13388
13639
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13459,7 +13710,7 @@ module Aws::S3
|
|
13459
13710
|
# @return [String]
|
13460
13711
|
#
|
13461
13712
|
# @!attribute [rw] checksum_algorithm
|
13462
|
-
# Indicates the algorithm used to create the checksum for the
|
13713
|
+
# Indicates the algorithm used to create the checksum for the request
|
13463
13714
|
# when you use the SDK. This header will not provide any additional
|
13464
13715
|
# functionality if you don't use the SDK. When you send this header,
|
13465
13716
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13514,7 +13765,7 @@ module Aws::S3
|
|
13514
13765
|
# @return [String]
|
13515
13766
|
#
|
13516
13767
|
# @!attribute [rw] checksum_algorithm
|
13517
|
-
# Indicates the algorithm used to create the checksum for the
|
13768
|
+
# Indicates the algorithm used to create the checksum for the request
|
13518
13769
|
# when you use the SDK. This header will not provide any additional
|
13519
13770
|
# functionality if you don't use the SDK. When you send this header,
|
13520
13771
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13627,7 +13878,7 @@ module Aws::S3
|
|
13627
13878
|
# @return [String]
|
13628
13879
|
#
|
13629
13880
|
# @!attribute [rw] checksum_algorithm
|
13630
|
-
# Indicates the algorithm used to create the checksum for the
|
13881
|
+
# Indicates the algorithm used to create the checksum for the request
|
13631
13882
|
# when you use the SDK. This header will not provide any additional
|
13632
13883
|
# functionality if you don't use the SDK. When you send this header,
|
13633
13884
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13734,7 +13985,7 @@ module Aws::S3
|
|
13734
13985
|
# @return [String]
|
13735
13986
|
#
|
13736
13987
|
# @!attribute [rw] checksum_algorithm
|
13737
|
-
# Indicates the algorithm used to create the checksum for the
|
13988
|
+
# Indicates the algorithm used to create the checksum for the request
|
13738
13989
|
# when you use the SDK. This header will not provide any additional
|
13739
13990
|
# functionality if you don't use the SDK. When you send this header,
|
13740
13991
|
# there must be a corresponding `x-amz-checksum-algorithm ` or
|
@@ -13744,23 +13995,23 @@ module Aws::S3
|
|
13744
13995
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm `
|
13745
13996
|
# with the supported algorithm from the following list:
|
13746
13997
|
#
|
13747
|
-
# * `
|
13998
|
+
# * `CRC-32`
|
13748
13999
|
#
|
13749
|
-
# * `
|
14000
|
+
# * `CRC-32C`
|
13750
14001
|
#
|
13751
|
-
# * `
|
14002
|
+
# * `CRC-64NVME`
|
13752
14003
|
#
|
13753
|
-
# * `
|
14004
|
+
# * `SHA-1`
|
14005
|
+
#
|
14006
|
+
# * `SHA-256`
|
13754
14007
|
#
|
13755
14008
|
# For more information, see [Checking object integrity][1] in the
|
13756
14009
|
# *Amazon S3 User Guide*.
|
13757
14010
|
#
|
13758
14011
|
# If the individual checksum value you provide through
|
13759
14012
|
# `x-amz-checksum-algorithm ` doesn't match the checksum algorithm
|
13760
|
-
# you set through `x-amz-sdk-checksum-algorithm`, Amazon S3
|
13761
|
-
#
|
13762
|
-
# algorithm that matches the provided value in
|
13763
|
-
# `x-amz-checksum-algorithm `.
|
14013
|
+
# you set through `x-amz-sdk-checksum-algorithm`, Amazon S3 fails the
|
14014
|
+
# request with a `BadDigest` error.
|
13764
14015
|
#
|
13765
14016
|
# <note markdown="1"> For directory buckets, when you use Amazon Web Services SDKs,
|
13766
14017
|
# `CRC32` is the default checksum algorithm that's used for
|
@@ -13820,9 +14071,9 @@ module Aws::S3
|
|
13820
14071
|
# @return [String]
|
13821
14072
|
#
|
13822
14073
|
# @!attribute [rw] content_md5
|
13823
|
-
# The
|
13824
|
-
# header as a message integrity check to verify that the request
|
13825
|
-
# was not corrupted in transit. For more information, see [RFC
|
14074
|
+
# The Base64 encoded 128-bit `MD5` digest of the data. You must use
|
14075
|
+
# this header as a message integrity check to verify that the request
|
14076
|
+
# body was not corrupted in transit. For more information, see [RFC
|
13826
14077
|
# 1864][1].
|
13827
14078
|
#
|
13828
14079
|
# For requests made using the Amazon Web Services Command Line
|
@@ -13835,7 +14086,7 @@ module Aws::S3
|
|
13835
14086
|
# @return [String]
|
13836
14087
|
#
|
13837
14088
|
# @!attribute [rw] checksum_algorithm
|
13838
|
-
# Indicates the algorithm used to create the checksum for the
|
14089
|
+
# Indicates the algorithm used to create the checksum for the request
|
13839
14090
|
# when you use the SDK. This header will not provide any additional
|
13840
14091
|
# functionality if you don't use the SDK. When you send this header,
|
13841
14092
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13885,9 +14136,9 @@ module Aws::S3
|
|
13885
14136
|
# @return [String]
|
13886
14137
|
#
|
13887
14138
|
# @!attribute [rw] content_md5
|
13888
|
-
# The
|
13889
|
-
# header as a message integrity check to verify that the request
|
13890
|
-
# was not corrupted in transit. For more information, see [RFC
|
14139
|
+
# The Base64 encoded 128-bit `MD5` digest of the data. You must use
|
14140
|
+
# this header as a message integrity check to verify that the request
|
14141
|
+
# body was not corrupted in transit. For more information, see [RFC
|
13891
14142
|
# 1864][1].
|
13892
14143
|
#
|
13893
14144
|
# For requests made using the Amazon Web Services Command Line
|
@@ -13900,7 +14151,7 @@ module Aws::S3
|
|
13900
14151
|
# @return [String]
|
13901
14152
|
#
|
13902
14153
|
# @!attribute [rw] checksum_algorithm
|
13903
|
-
# Indicates the algorithm used to create the checksum for the
|
14154
|
+
# Indicates the algorithm used to create the checksum for the request
|
13904
14155
|
# when you use the SDK. This header will not provide any additional
|
13905
14156
|
# functionality if you don't use the SDK. When you send this header,
|
13906
14157
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -13944,9 +14195,9 @@ module Aws::S3
|
|
13944
14195
|
# @return [String]
|
13945
14196
|
#
|
13946
14197
|
# @!attribute [rw] content_md5
|
13947
|
-
# The
|
13948
|
-
# header as a message integrity check to verify that the request
|
13949
|
-
# was not corrupted in transit. For more information, see [RFC
|
14198
|
+
# The Base64 encoded 128-bit `MD5` digest of the data. You must use
|
14199
|
+
# this header as a message integrity check to verify that the request
|
14200
|
+
# body was not corrupted in transit. For more information, see [RFC
|
13950
14201
|
# 1864][1].
|
13951
14202
|
#
|
13952
14203
|
# For requests made using the Amazon Web Services Command Line
|
@@ -13959,7 +14210,7 @@ module Aws::S3
|
|
13959
14210
|
# @return [String]
|
13960
14211
|
#
|
13961
14212
|
# @!attribute [rw] checksum_algorithm
|
13962
|
-
# Indicates the algorithm used to create the checksum for the
|
14213
|
+
# Indicates the algorithm used to create the checksum for the request
|
13963
14214
|
# when you use the SDK. This header will not provide any additional
|
13964
14215
|
# functionality if you don't use the SDK. When you send this header,
|
13965
14216
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -14003,10 +14254,10 @@ module Aws::S3
|
|
14003
14254
|
# @return [String]
|
14004
14255
|
#
|
14005
14256
|
# @!attribute [rw] content_md5
|
14006
|
-
# >The
|
14007
|
-
# this header as a message integrity check to verify that the
|
14008
|
-
# body was not corrupted in transit. For more information, see
|
14009
|
-
# 1864][1].
|
14257
|
+
# >The Base64 encoded 128-bit `MD5` digest of the data. You must
|
14258
|
+
# use this header as a message integrity check to verify that the
|
14259
|
+
# request body was not corrupted in transit. For more information, see
|
14260
|
+
# [RFC 1864][1].
|
14010
14261
|
#
|
14011
14262
|
# For requests made using the Amazon Web Services Command Line
|
14012
14263
|
# Interface (CLI) or Amazon Web Services SDKs, this field is
|
@@ -14018,7 +14269,7 @@ module Aws::S3
|
|
14018
14269
|
# @return [String]
|
14019
14270
|
#
|
14020
14271
|
# @!attribute [rw] checksum_algorithm
|
14021
|
-
# Indicates the algorithm used to create the checksum for the
|
14272
|
+
# Indicates the algorithm used to create the checksum for the request
|
14022
14273
|
# when you use the SDK. This header will not provide any additional
|
14023
14274
|
# functionality if you don't use the SDK. When you send this header,
|
14024
14275
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -14069,9 +14320,9 @@ module Aws::S3
|
|
14069
14320
|
# @return [String]
|
14070
14321
|
#
|
14071
14322
|
# @!attribute [rw] content_md5
|
14072
|
-
# The
|
14073
|
-
# header as a message integrity check to verify that the request
|
14074
|
-
# was not corrupted in transit. For more information, see [RFC
|
14323
|
+
# The Base64 encoded 128-bit `MD5` digest of the data. You must use
|
14324
|
+
# this header as a message integrity check to verify that the request
|
14325
|
+
# body was not corrupted in transit. For more information, see [RFC
|
14075
14326
|
# 1864][1].
|
14076
14327
|
#
|
14077
14328
|
# For requests made using the Amazon Web Services Command Line
|
@@ -14084,7 +14335,7 @@ module Aws::S3
|
|
14084
14335
|
# @return [String]
|
14085
14336
|
#
|
14086
14337
|
# @!attribute [rw] checksum_algorithm
|
14087
|
-
# Indicates the algorithm used to create the checksum for the
|
14338
|
+
# Indicates the algorithm used to create the checksum for the request
|
14088
14339
|
# when you use the SDK. This header will not provide any additional
|
14089
14340
|
# functionality if you don't use the SDK. When you send this header,
|
14090
14341
|
# there must be a corresponding `x-amz-checksum` or `x-amz-trailer`
|
@@ -14169,14 +14420,14 @@ module Aws::S3
|
|
14169
14420
|
# bucket name. For more information about access point ARNs, see
|
14170
14421
|
# [Using access points][1] in the *Amazon S3 User Guide*.
|
14171
14422
|
#
|
14172
|
-
# **S3 on Outposts** - When you use this action with
|
14173
|
-
#
|
14174
|
-
#
|
14423
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
14424
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
14425
|
+
# Outposts hostname takes the form `
|
14175
14426
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
14176
|
-
# When you use this action with S3 on Outposts
|
14177
|
-
#
|
14178
|
-
#
|
14179
|
-
#
|
14427
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
14428
|
+
# must be the Outposts access point ARN or the access point alias. For
|
14429
|
+
# more information about S3 on Outposts, see [What is S3 on
|
14430
|
+
# Outposts?][2] in the *Amazon S3 User Guide*.
|
14180
14431
|
#
|
14181
14432
|
#
|
14182
14433
|
#
|
@@ -14185,9 +14436,9 @@ module Aws::S3
|
|
14185
14436
|
# @return [String]
|
14186
14437
|
#
|
14187
14438
|
# @!attribute [rw] content_md5
|
14188
|
-
# The
|
14189
|
-
# be used as a message integrity check to verify that the request
|
14190
|
-
# was not corrupted in transit. For more information, go to [RFC
|
14439
|
+
# The Base64 encoded 128-bit `MD5` digest of the data. This header
|
14440
|
+
# must be used as a message integrity check to verify that the request
|
14441
|
+
# body was not corrupted in transit. For more information, go to [RFC
|
14191
14442
|
# 1864.>][1]
|
14192
14443
|
#
|
14193
14444
|
# For requests made using the Amazon Web Services Command Line
|
@@ -14548,14 +14799,14 @@ module Aws::S3
|
|
14548
14799
|
# @return [String]
|
14549
14800
|
#
|
14550
14801
|
# @!attribute [rw] checksum_crc32
|
14551
|
-
# The
|
14552
|
-
# only be present if
|
14553
|
-
# API operation on an object that was uploaded
|
14554
|
-
# uploads, this value may not be a direct checksum
|
14555
|
-
# object. Instead, it's a calculation based on the
|
14556
|
-
# each individual part. For more information about
|
14557
|
-
# calculated with multipart uploads, see [ Checking
|
14558
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
14802
|
+
# The Base64 encoded, 32-bit `CRC-32 checksum` of the object. This
|
14803
|
+
# checksum is only be present if the checksum was uploaded with the
|
14804
|
+
# object. When you use an API operation on an object that was uploaded
|
14805
|
+
# using multipart uploads, this value may not be a direct checksum
|
14806
|
+
# value of the full object. Instead, it's a calculation based on the
|
14807
|
+
# checksum values of each individual part. For more information about
|
14808
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
14809
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
14559
14810
|
#
|
14560
14811
|
#
|
14561
14812
|
#
|
@@ -14563,24 +14814,38 @@ module Aws::S3
|
|
14563
14814
|
# @return [String]
|
14564
14815
|
#
|
14565
14816
|
# @!attribute [rw] checksum_crc32c
|
14566
|
-
# The
|
14567
|
-
# only
|
14568
|
-
# API operation on an object that was uploaded
|
14569
|
-
# uploads, this value may not be a direct checksum
|
14570
|
-
# object. Instead, it's a calculation based on the
|
14571
|
-
# each individual part. For more information about
|
14572
|
-
# calculated with multipart uploads, see [ Checking
|
14573
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
14817
|
+
# The Base64 encoded, 32-bit `CRC-32C` checksum of the object. This
|
14818
|
+
# checksum is only present if the checksum was uploaded with the
|
14819
|
+
# object. When you use an API operation on an object that was uploaded
|
14820
|
+
# using multipart uploads, this value may not be a direct checksum
|
14821
|
+
# value of the full object. Instead, it's a calculation based on the
|
14822
|
+
# checksum values of each individual part. For more information about
|
14823
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
14824
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
14574
14825
|
#
|
14575
14826
|
#
|
14576
14827
|
#
|
14577
14828
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
14578
14829
|
# @return [String]
|
14579
14830
|
#
|
14831
|
+
# @!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`
|
14834
|
+
# checksum algorithm, or if it was uploaded without a checksum (and
|
14835
|
+
# Amazon S3 added the default checksum, `CRC-64NVME`, to the uploaded
|
14836
|
+
# object). For more information about how checksums are calculated
|
14837
|
+
# with multipart uploads, see [Checking object integrity in the Amazon
|
14838
|
+
# S3 User Guide][1].
|
14839
|
+
#
|
14840
|
+
#
|
14841
|
+
#
|
14842
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
14843
|
+
# @return [String]
|
14844
|
+
#
|
14580
14845
|
# @!attribute [rw] checksum_sha1
|
14581
|
-
# The
|
14582
|
-
# only be present if
|
14583
|
-
# API operation on an object that was uploaded using multipart
|
14846
|
+
# The Base64 encoded, 160-bit `SHA-1` digest of the object. This will
|
14847
|
+
# only be present if the object was uploaded with the object. When you
|
14848
|
+
# use the API operation on an object that was uploaded using multipart
|
14584
14849
|
# uploads, this value may not be a direct checksum value of the full
|
14585
14850
|
# object. Instead, it's a calculation based on the checksum values of
|
14586
14851
|
# each individual part. For more information about how checksums are
|
@@ -14593,20 +14858,35 @@ module Aws::S3
|
|
14593
14858
|
# @return [String]
|
14594
14859
|
#
|
14595
14860
|
# @!attribute [rw] checksum_sha256
|
14596
|
-
# The
|
14597
|
-
# only be present if
|
14598
|
-
# API operation on an object that was uploaded using
|
14599
|
-
# uploads, this value may not be a direct checksum value of
|
14600
|
-
# object. Instead, it's a calculation based on the checksum
|
14601
|
-
# each individual part. For more information about how
|
14602
|
-
# calculated with multipart uploads, see [ Checking
|
14603
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
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*.
|
14604
14869
|
#
|
14605
14870
|
#
|
14606
14871
|
#
|
14607
14872
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
14608
14873
|
# @return [String]
|
14609
14874
|
#
|
14875
|
+
# @!attribute [rw] checksum_type
|
14876
|
+
# This header specifies the checksum type of the object, which
|
14877
|
+
# determines how part-level checksums are combined to create an
|
14878
|
+
# object-level checksum for multipart objects. For `PutObject`
|
14879
|
+
# uploads, the checksum type is always `FULL_OBJECT`. You can use this
|
14880
|
+
# header as a data integrity check to verify that the checksum type
|
14881
|
+
# that is received is the same checksum that was specified. For more
|
14882
|
+
# information, see [Checking object integrity][1] in the *Amazon S3
|
14883
|
+
# User Guide*.
|
14884
|
+
#
|
14885
|
+
#
|
14886
|
+
#
|
14887
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
14888
|
+
# @return [String]
|
14889
|
+
#
|
14610
14890
|
# @!attribute [rw] server_side_encryption
|
14611
14891
|
# The server-side encryption algorithm used when you store this object
|
14612
14892
|
# in Amazon S3.
|
@@ -14663,8 +14943,8 @@ module Aws::S3
|
|
14663
14943
|
#
|
14664
14944
|
# @!attribute [rw] ssekms_encryption_context
|
14665
14945
|
# If present, indicates the Amazon Web Services KMS Encryption Context
|
14666
|
-
# to use for object encryption. The value of this header is a
|
14667
|
-
#
|
14946
|
+
# to use for object encryption. The value of this header is a Base64
|
14947
|
+
# encoded string of a UTF-8 encoded JSON, which contains the
|
14668
14948
|
# encryption context as key-value pairs. This value is stored as
|
14669
14949
|
# object metadata and automatically gets passed on to Amazon Web
|
14670
14950
|
# Services KMS for future `GetObject` operations on this object.
|
@@ -14677,8 +14957,8 @@ module Aws::S3
|
|
14677
14957
|
# @return [Boolean]
|
14678
14958
|
#
|
14679
14959
|
# @!attribute [rw] size
|
14680
|
-
# The size of the object in bytes. This
|
14681
|
-
# append to an object.
|
14960
|
+
# The size of the object in bytes. This value is only be present if
|
14961
|
+
# you append to an object.
|
14682
14962
|
#
|
14683
14963
|
# <note markdown="1"> This functionality is only supported for objects in the Amazon S3
|
14684
14964
|
# Express One Zone storage class in directory buckets.
|
@@ -14702,8 +14982,10 @@ module Aws::S3
|
|
14702
14982
|
:etag,
|
14703
14983
|
:checksum_crc32,
|
14704
14984
|
:checksum_crc32c,
|
14985
|
+
:checksum_crc64nvme,
|
14705
14986
|
:checksum_sha1,
|
14706
14987
|
:checksum_sha256,
|
14988
|
+
:checksum_type,
|
14707
14989
|
:server_side_encryption,
|
14708
14990
|
:version_id,
|
14709
14991
|
:sse_customer_algorithm,
|
@@ -14769,7 +15051,7 @@ module Aws::S3
|
|
14769
15051
|
# requests are not supported. Directory bucket names must be unique in
|
14770
15052
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
14771
15053
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
14772
|
-
#
|
15054
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
14773
15055
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
14774
15056
|
# *Amazon S3 User Guide*.
|
14775
15057
|
#
|
@@ -14789,14 +15071,14 @@ module Aws::S3
|
|
14789
15071
|
#
|
14790
15072
|
# </note>
|
14791
15073
|
#
|
14792
|
-
# **S3 on Outposts** - When you use this action with
|
14793
|
-
#
|
14794
|
-
#
|
15074
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
15075
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
15076
|
+
# Outposts hostname takes the form `
|
14795
15077
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
14796
|
-
# When you use this action with S3 on Outposts
|
14797
|
-
#
|
14798
|
-
#
|
14799
|
-
#
|
15078
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
15079
|
+
# must be the Outposts access point ARN or the access point alias. For
|
15080
|
+
# more information about S3 on Outposts, see [What is S3 on
|
15081
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
14800
15082
|
#
|
14801
15083
|
#
|
14802
15084
|
#
|
@@ -14853,7 +15135,7 @@ module Aws::S3
|
|
14853
15135
|
# @return [Integer]
|
14854
15136
|
#
|
14855
15137
|
# @!attribute [rw] content_md5
|
14856
|
-
# The
|
15138
|
+
# The Base64 encoded 128-bit `MD5` digest of the message (without the
|
14857
15139
|
# headers) according to RFC 1864. This header can be used as a message
|
14858
15140
|
# integrity check to verify that the data is the same data that was
|
14859
15141
|
# originally sent. Although it is optional, we recommend using the
|
@@ -14900,23 +15182,23 @@ module Aws::S3
|
|
14900
15182
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm `
|
14901
15183
|
# with the supported algorithm from the following list:
|
14902
15184
|
#
|
14903
|
-
# * `
|
15185
|
+
# * `CRC-32`
|
15186
|
+
#
|
15187
|
+
# * `CRC-32C`
|
14904
15188
|
#
|
14905
|
-
# * `
|
15189
|
+
# * `CRC-64NVME`
|
14906
15190
|
#
|
14907
|
-
# * `
|
15191
|
+
# * `SHA-1`
|
14908
15192
|
#
|
14909
|
-
# * `
|
15193
|
+
# * `SHA-256`
|
14910
15194
|
#
|
14911
15195
|
# For more information, see [Checking object integrity][1] in the
|
14912
15196
|
# *Amazon S3 User Guide*.
|
14913
15197
|
#
|
14914
15198
|
# If the individual checksum value you provide through
|
14915
15199
|
# `x-amz-checksum-algorithm ` doesn't match the checksum algorithm
|
14916
|
-
# you set through `x-amz-sdk-checksum-algorithm`, Amazon S3
|
14917
|
-
#
|
14918
|
-
# algorithm that matches the provided value in
|
14919
|
-
# `x-amz-checksum-algorithm `.
|
15200
|
+
# you set through `x-amz-sdk-checksum-algorithm`, Amazon S3 fails the
|
15201
|
+
# request with a `BadDigest` error.
|
14920
15202
|
#
|
14921
15203
|
# <note markdown="1"> The `Content-MD5` or `x-amz-sdk-checksum-algorithm` header is
|
14922
15204
|
# required for any request to upload an object with a retention period
|
@@ -14939,9 +15221,9 @@ module Aws::S3
|
|
14939
15221
|
# @!attribute [rw] checksum_crc32
|
14940
15222
|
# This header can be used as a data integrity check to verify that the
|
14941
15223
|
# data received is the same data that was originally sent. This header
|
14942
|
-
# specifies the
|
14943
|
-
# For more information, see [Checking object integrity][1] in
|
14944
|
-
# *Amazon S3 User Guide*.
|
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*.
|
14945
15227
|
#
|
14946
15228
|
#
|
14947
15229
|
#
|
@@ -14951,9 +15233,22 @@ module Aws::S3
|
|
14951
15233
|
# @!attribute [rw] checksum_crc32c
|
14952
15234
|
# This header can be used as a data integrity check to verify that the
|
14953
15235
|
# data received is the same data that was originally sent. This header
|
14954
|
-
# specifies the
|
14955
|
-
# For more information, see [Checking object integrity][1] in
|
14956
|
-
# *Amazon S3 User Guide*.
|
15236
|
+
# specifies the Base64 encoded, 32-bit `CRC-32C` checksum of the
|
15237
|
+
# object. For more information, see [Checking object integrity][1] in
|
15238
|
+
# the *Amazon S3 User Guide*.
|
15239
|
+
#
|
15240
|
+
#
|
15241
|
+
#
|
15242
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
15243
|
+
# @return [String]
|
15244
|
+
#
|
15245
|
+
# @!attribute [rw] checksum_crc64nvme
|
15246
|
+
# This header can be used as a data integrity check to verify that the
|
15247
|
+
# 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.
|
15250
|
+
# For more information, see [Checking object integrity in the Amazon
|
15251
|
+
# S3 User Guide][1].
|
14957
15252
|
#
|
14958
15253
|
#
|
14959
15254
|
#
|
@@ -14963,7 +15258,7 @@ module Aws::S3
|
|
14963
15258
|
# @!attribute [rw] checksum_sha1
|
14964
15259
|
# This header can be used as a data integrity check to verify that the
|
14965
15260
|
# data received is the same data that was originally sent. This header
|
14966
|
-
# specifies the
|
15261
|
+
# specifies the Base64 encoded, 160-bit `SHA-1` digest of the object.
|
14967
15262
|
# For more information, see [Checking object integrity][1] in the
|
14968
15263
|
# *Amazon S3 User Guide*.
|
14969
15264
|
#
|
@@ -14975,9 +15270,9 @@ module Aws::S3
|
|
14975
15270
|
# @!attribute [rw] checksum_sha256
|
14976
15271
|
# This header can be used as a data integrity check to verify that the
|
14977
15272
|
# data received is the same data that was originally sent. This header
|
14978
|
-
# specifies the
|
14979
|
-
# For more information, see [Checking object integrity][1] in
|
14980
|
-
# *Amazon S3 User Guide*.
|
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*.
|
14981
15276
|
#
|
14982
15277
|
#
|
14983
15278
|
#
|
@@ -15260,21 +15555,17 @@ module Aws::S3
|
|
15260
15555
|
# `x-amz-server-side-encryption-aws-kms-key-id`, Amazon S3 uses the
|
15261
15556
|
# Amazon Web Services managed key (`aws/s3`) to protect the data.
|
15262
15557
|
#
|
15263
|
-
# **Directory buckets** -
|
15264
|
-
# `x-amz-server-side-encryption`
|
15265
|
-
# x-amz-server-side-encryption-aws-kms-key-id`
|
15266
|
-
#
|
15267
|
-
#
|
15268
|
-
#
|
15269
|
-
#
|
15270
|
-
#
|
15271
|
-
#
|
15272
|
-
#
|
15273
|
-
#
|
15274
|
-
# of the KMS key isn't supported. Your SSE-KMS configuration can only
|
15275
|
-
# support 1 [customer managed key][1] per directory bucket for the
|
15276
|
-
# lifetime of the bucket. The [Amazon Web Services managed key][2]
|
15277
|
-
# (`aws/s3`) isn't supported.
|
15558
|
+
# **Directory buckets** - To encrypt data using SSE-KMS, it's
|
15559
|
+
# recommended to specify the `x-amz-server-side-encryption` header to
|
15560
|
+
# `aws:kms`. Then, the `x-amz-server-side-encryption-aws-kms-key-id`
|
15561
|
+
# header implicitly uses the bucket's default KMS customer managed
|
15562
|
+
# key ID. If you want to explicitly set the `
|
15563
|
+
# x-amz-server-side-encryption-aws-kms-key-id` header, it must match
|
15564
|
+
# the bucket's default customer managed key (using key ID or ARN, not
|
15565
|
+
# alias). Your SSE-KMS configuration can only support 1 [customer
|
15566
|
+
# managed key][1] per directory bucket's lifetime. The [Amazon Web
|
15567
|
+
# Services managed key][2] (`aws/s3`) isn't supported. Incorrect key
|
15568
|
+
# specification results in an HTTP `400 Bad Request` error.
|
15278
15569
|
#
|
15279
15570
|
#
|
15280
15571
|
#
|
@@ -15285,7 +15576,7 @@ module Aws::S3
|
|
15285
15576
|
# @!attribute [rw] ssekms_encryption_context
|
15286
15577
|
# Specifies the Amazon Web Services KMS Encryption Context as an
|
15287
15578
|
# additional encryption context to use for object encryption. The
|
15288
|
-
# value of this header is a Base64
|
15579
|
+
# value of this header is a Base64 encoded string of a UTF-8 encoded
|
15289
15580
|
# JSON, which contains the encryption context as key-value pairs. This
|
15290
15581
|
# value is stored as object metadata and automatically gets passed on
|
15291
15582
|
# to Amazon Web Services KMS for future `GetObject` operations on this
|
@@ -15415,6 +15706,7 @@ module Aws::S3
|
|
15415
15706
|
:checksum_algorithm,
|
15416
15707
|
:checksum_crc32,
|
15417
15708
|
:checksum_crc32c,
|
15709
|
+
:checksum_crc64nvme,
|
15418
15710
|
:checksum_sha1,
|
15419
15711
|
:checksum_sha256,
|
15420
15712
|
:expires,
|
@@ -15594,14 +15886,14 @@ module Aws::S3
|
|
15594
15886
|
# bucket name. For more information about access point ARNs, see
|
15595
15887
|
# [Using access points][1] in the *Amazon S3 User Guide*.
|
15596
15888
|
#
|
15597
|
-
# **S3 on Outposts** - When you use this action with
|
15598
|
-
#
|
15599
|
-
#
|
15889
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
15890
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
15891
|
+
# Outposts hostname takes the form `
|
15600
15892
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
15601
|
-
# When you use this action with S3 on Outposts
|
15602
|
-
#
|
15603
|
-
#
|
15604
|
-
#
|
15893
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
15894
|
+
# must be the Outposts access point ARN or the access point alias. For
|
15895
|
+
# more information about S3 on Outposts, see [What is S3 on
|
15896
|
+
# Outposts?][2] in the *Amazon S3 User Guide*.
|
15605
15897
|
#
|
15606
15898
|
#
|
15607
15899
|
#
|
@@ -16288,14 +16580,14 @@ module Aws::S3
|
|
16288
16580
|
# bucket name. For more information about access point ARNs, see
|
16289
16581
|
# [Using access points][1] in the *Amazon S3 User Guide*.
|
16290
16582
|
#
|
16291
|
-
# **S3 on Outposts** - When you use this action with
|
16292
|
-
#
|
16293
|
-
#
|
16583
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
16584
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
16585
|
+
# Outposts hostname takes the form `
|
16294
16586
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
16295
|
-
# When you use this action with S3 on Outposts
|
16296
|
-
#
|
16297
|
-
#
|
16298
|
-
#
|
16587
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
16588
|
+
# must be the Outposts access point ARN or the access point alias. For
|
16589
|
+
# more information about S3 on Outposts, see [What is S3 on
|
16590
|
+
# Outposts?][2] in the *Amazon S3 User Guide*.
|
16299
16591
|
#
|
16300
16592
|
#
|
16301
16593
|
#
|
@@ -17015,9 +17307,8 @@ module Aws::S3
|
|
17015
17307
|
# to a bucket. By default, Amazon S3 uses this KMS key for SSE-KMS.
|
17016
17308
|
#
|
17017
17309
|
# * **Directory buckets** - Your SSE-KMS configuration can only support
|
17018
|
-
# 1 [customer managed key][2] per directory bucket
|
17019
|
-
#
|
17020
|
-
# isn't supported.
|
17310
|
+
# 1 [customer managed key][2] per directory bucket's lifetime. The
|
17311
|
+
# [Amazon Web Services managed key][3] (`aws/s3`) isn't supported.
|
17021
17312
|
#
|
17022
17313
|
# * **Directory buckets** - For directory buckets, there are only two
|
17023
17314
|
# supported options for server-side encryption: SSE-S3 and SSE-KMS.
|
@@ -17595,8 +17886,19 @@ module Aws::S3
|
|
17595
17886
|
#
|
17596
17887
|
# @!attribute [rw] days
|
17597
17888
|
# Indicates the number of days after creation when objects are
|
17598
|
-
# transitioned to the specified storage class.
|
17599
|
-
#
|
17889
|
+
# transitioned to the specified storage class. If the specified
|
17890
|
+
# storage class is `INTELLIGENT_TIERING`, `GLACIER_IR`, `GLACIER`, or
|
17891
|
+
# `DEEP_ARCHIVE`, valid values are `0` or positive integers. If the
|
17892
|
+
# specified storage class is `STANDARD_IA` or `ONEZONE_IA`, valid
|
17893
|
+
# values are positive integers greater than `30`. Be aware that some
|
17894
|
+
# storage classes have a minimum storage duration and that you're
|
17895
|
+
# charged for transitioning objects before their minimum storage
|
17896
|
+
# duration. For more information, see [ Constraints and considerations
|
17897
|
+
# for transitions][1] in the *Amazon S3 User Guide*.
|
17898
|
+
#
|
17899
|
+
#
|
17900
|
+
#
|
17901
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html#lifecycle-configuration-constraints
|
17600
17902
|
# @return [Integer]
|
17601
17903
|
#
|
17602
17904
|
# @!attribute [rw] storage_class
|
@@ -17697,7 +17999,7 @@ module Aws::S3
|
|
17697
17999
|
# requests are not supported. Directory bucket names must be unique in
|
17698
18000
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
17699
18001
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
17700
|
-
#
|
18002
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
17701
18003
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
17702
18004
|
# *Amazon S3 User Guide*.
|
17703
18005
|
#
|
@@ -17725,14 +18027,14 @@ module Aws::S3
|
|
17725
18027
|
#
|
17726
18028
|
# </note>
|
17727
18029
|
#
|
17728
|
-
# **S3 on Outposts** - When you use this action with
|
17729
|
-
#
|
17730
|
-
#
|
18030
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
18031
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
18032
|
+
# Outposts hostname takes the form `
|
17731
18033
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
17732
|
-
# When you use this action with S3 on Outposts
|
17733
|
-
#
|
17734
|
-
#
|
17735
|
-
#
|
18034
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
18035
|
+
# must be the Outposts access point ARN or the access point alias. For
|
18036
|
+
# more information about S3 on Outposts, see [What is S3 on
|
18037
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
17736
18038
|
#
|
17737
18039
|
#
|
17738
18040
|
#
|
@@ -18027,14 +18329,14 @@ module Aws::S3
|
|
18027
18329
|
# @return [String]
|
18028
18330
|
#
|
18029
18331
|
# @!attribute [rw] checksum_crc32
|
18030
|
-
# The
|
18031
|
-
# only be present if
|
18032
|
-
# API operation on an object that was uploaded
|
18033
|
-
# uploads, this value may not be a direct checksum
|
18034
|
-
# object. Instead, it's a calculation based on the
|
18035
|
-
# each individual part. For more information about
|
18036
|
-
# calculated with multipart uploads, see [ Checking
|
18037
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
18332
|
+
# The Base64 encoded, 32-bit `CRC-32 checksum` of the object. This
|
18333
|
+
# checksum is only be present if the checksum was uploaded with the
|
18334
|
+
# object. When you use an API operation on an object that was uploaded
|
18335
|
+
# using multipart uploads, this value may not be a direct checksum
|
18336
|
+
# value of the full object. Instead, it's a calculation based on the
|
18337
|
+
# checksum values of each individual part. For more information about
|
18338
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
18339
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
18038
18340
|
#
|
18039
18341
|
#
|
18040
18342
|
#
|
@@ -18042,24 +18344,36 @@ module Aws::S3
|
|
18042
18344
|
# @return [String]
|
18043
18345
|
#
|
18044
18346
|
# @!attribute [rw] checksum_crc32c
|
18045
|
-
# The
|
18046
|
-
# only
|
18047
|
-
# API operation on an object that was uploaded
|
18048
|
-
# uploads, this value may not be a direct checksum
|
18049
|
-
# object. Instead, it's a calculation based on the
|
18050
|
-
# each individual part. For more information about
|
18051
|
-
# calculated with multipart uploads, see [ Checking
|
18052
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
18347
|
+
# The Base64 encoded, 32-bit `CRC-32C` checksum of the object. This
|
18348
|
+
# checksum is only present if the checksum was uploaded with the
|
18349
|
+
# object. When you use an API operation on an object that was uploaded
|
18350
|
+
# using multipart uploads, this value may not be a direct checksum
|
18351
|
+
# value of the full object. Instead, it's a calculation based on the
|
18352
|
+
# checksum values of each individual part. For more information about
|
18353
|
+
# how checksums are calculated with multipart uploads, see [ Checking
|
18354
|
+
# object integrity][1] in the *Amazon S3 User Guide*.
|
18053
18355
|
#
|
18054
18356
|
#
|
18055
18357
|
#
|
18056
18358
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums
|
18057
18359
|
# @return [String]
|
18058
18360
|
#
|
18361
|
+
# @!attribute [rw] checksum_crc64nvme
|
18362
|
+
# This header can be used as a data integrity check to verify that the
|
18363
|
+
# data received is the same data that was originally sent. This header
|
18364
|
+
# specifies the Base64 encoded, 64-bit `CRC-64NVME` checksum of the
|
18365
|
+
# part. For more information, see [Checking object integrity][1] in
|
18366
|
+
# the *Amazon S3 User Guide*.
|
18367
|
+
#
|
18368
|
+
#
|
18369
|
+
#
|
18370
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
18371
|
+
# @return [String]
|
18372
|
+
#
|
18059
18373
|
# @!attribute [rw] checksum_sha1
|
18060
|
-
# The
|
18061
|
-
# only be present if
|
18062
|
-
# API operation on an object that was uploaded using multipart
|
18374
|
+
# The Base64 encoded, 160-bit `SHA-1` digest of the object. This will
|
18375
|
+
# only be present if the object was uploaded with the object. When you
|
18376
|
+
# use the API operation on an object that was uploaded using multipart
|
18063
18377
|
# uploads, this value may not be a direct checksum value of the full
|
18064
18378
|
# object. Instead, it's a calculation based on the checksum values of
|
18065
18379
|
# each individual part. For more information about how checksums are
|
@@ -18072,14 +18386,14 @@ module Aws::S3
|
|
18072
18386
|
# @return [String]
|
18073
18387
|
#
|
18074
18388
|
# @!attribute [rw] checksum_sha256
|
18075
|
-
# The
|
18076
|
-
# only be present if
|
18077
|
-
# API operation on an object that was uploaded using
|
18078
|
-
# uploads, this value may not be a direct checksum value of
|
18079
|
-
# object. Instead, it's a calculation based on the checksum
|
18080
|
-
# each individual part. For more information about how
|
18081
|
-
# calculated with multipart uploads, see [ Checking
|
18082
|
-
# integrity][1] in the *Amazon S3 User Guide*.
|
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*.
|
18083
18397
|
#
|
18084
18398
|
#
|
18085
18399
|
#
|
@@ -18134,6 +18448,7 @@ module Aws::S3
|
|
18134
18448
|
:etag,
|
18135
18449
|
:checksum_crc32,
|
18136
18450
|
:checksum_crc32c,
|
18451
|
+
:checksum_crc64nvme,
|
18137
18452
|
:checksum_sha1,
|
18138
18453
|
:checksum_sha256,
|
18139
18454
|
:sse_customer_algorithm,
|
@@ -18158,7 +18473,7 @@ module Aws::S3
|
|
18158
18473
|
# requests are not supported. Directory bucket names must be unique in
|
18159
18474
|
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
18160
18475
|
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
18161
|
-
#
|
18476
|
+
# amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
18162
18477
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
18163
18478
|
# *Amazon S3 User Guide*.
|
18164
18479
|
#
|
@@ -18178,14 +18493,14 @@ module Aws::S3
|
|
18178
18493
|
#
|
18179
18494
|
# </note>
|
18180
18495
|
#
|
18181
|
-
# **S3 on Outposts** - When you use this action with
|
18182
|
-
#
|
18183
|
-
#
|
18496
|
+
# **S3 on Outposts** - When you use this action with S3 on Outposts,
|
18497
|
+
# you must direct requests to the S3 on Outposts hostname. The S3 on
|
18498
|
+
# Outposts hostname takes the form `
|
18184
18499
|
# AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
|
18185
|
-
# When you use this action with S3 on Outposts
|
18186
|
-
#
|
18187
|
-
#
|
18188
|
-
#
|
18500
|
+
# When you use this action with S3 on Outposts, the destination bucket
|
18501
|
+
# must be the Outposts access point ARN or the access point alias. For
|
18502
|
+
# more information about S3 on Outposts, see [What is S3 on
|
18503
|
+
# Outposts?][3] in the *Amazon S3 User Guide*.
|
18189
18504
|
#
|
18190
18505
|
#
|
18191
18506
|
#
|
@@ -18200,7 +18515,7 @@ module Aws::S3
|
|
18200
18515
|
# @return [Integer]
|
18201
18516
|
#
|
18202
18517
|
# @!attribute [rw] content_md5
|
18203
|
-
# The
|
18518
|
+
# The Base64 encoded 128-bit MD5 digest of the part data. This
|
18204
18519
|
# parameter is auto-populated when using the command from the CLI.
|
18205
18520
|
# This parameter is required if object lock parameters are specified.
|
18206
18521
|
#
|
@@ -18232,9 +18547,9 @@ module Aws::S3
|
|
18232
18547
|
# @!attribute [rw] checksum_crc32
|
18233
18548
|
# This header can be used as a data integrity check to verify that the
|
18234
18549
|
# data received is the same data that was originally sent. This header
|
18235
|
-
# specifies the
|
18236
|
-
# For more information, see [Checking object integrity][1] in
|
18237
|
-
# *Amazon S3 User Guide*.
|
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*.
|
18238
18553
|
#
|
18239
18554
|
#
|
18240
18555
|
#
|
@@ -18244,9 +18559,21 @@ module Aws::S3
|
|
18244
18559
|
# @!attribute [rw] checksum_crc32c
|
18245
18560
|
# This header can be used as a data integrity check to verify that the
|
18246
18561
|
# data received is the same data that was originally sent. This header
|
18247
|
-
# specifies the
|
18248
|
-
# For more information, see [Checking object integrity][1] in
|
18249
|
-
# *Amazon S3 User Guide*.
|
18562
|
+
# specifies the Base64 encoded, 32-bit `CRC-32C` checksum of the
|
18563
|
+
# object. For more information, see [Checking object integrity][1] in
|
18564
|
+
# the *Amazon S3 User Guide*.
|
18565
|
+
#
|
18566
|
+
#
|
18567
|
+
#
|
18568
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
18569
|
+
# @return [String]
|
18570
|
+
#
|
18571
|
+
# @!attribute [rw] checksum_crc64nvme
|
18572
|
+
# This header can be used as a data integrity check to verify that the
|
18573
|
+
# data received is the same data that was originally sent. This header
|
18574
|
+
# specifies the Base64 encoded, 64-bit `CRC-64NVME` checksum of the
|
18575
|
+
# part. For more information, see [Checking object integrity][1] in
|
18576
|
+
# the *Amazon S3 User Guide*.
|
18250
18577
|
#
|
18251
18578
|
#
|
18252
18579
|
#
|
@@ -18256,7 +18583,7 @@ module Aws::S3
|
|
18256
18583
|
# @!attribute [rw] checksum_sha1
|
18257
18584
|
# This header can be used as a data integrity check to verify that the
|
18258
18585
|
# data received is the same data that was originally sent. This header
|
18259
|
-
# specifies the
|
18586
|
+
# specifies the Base64 encoded, 160-bit `SHA-1` digest of the object.
|
18260
18587
|
# For more information, see [Checking object integrity][1] in the
|
18261
18588
|
# *Amazon S3 User Guide*.
|
18262
18589
|
#
|
@@ -18268,9 +18595,9 @@ module Aws::S3
|
|
18268
18595
|
# @!attribute [rw] checksum_sha256
|
18269
18596
|
# This header can be used as a data integrity check to verify that the
|
18270
18597
|
# data received is the same data that was originally sent. This header
|
18271
|
-
# specifies the
|
18272
|
-
# For more information, see [Checking object integrity][1] in
|
18273
|
-
# *Amazon S3 User Guide*.
|
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*.
|
18274
18601
|
#
|
18275
18602
|
#
|
18276
18603
|
#
|
@@ -18359,6 +18686,7 @@ module Aws::S3
|
|
18359
18686
|
:checksum_algorithm,
|
18360
18687
|
:checksum_crc32,
|
18361
18688
|
:checksum_crc32c,
|
18689
|
+
:checksum_crc64nvme,
|
18362
18690
|
:checksum_sha1,
|
18363
18691
|
:checksum_sha256,
|
18364
18692
|
:key,
|
@@ -18534,7 +18862,7 @@ module Aws::S3
|
|
18534
18862
|
# @!attribute [rw] checksum_crc32
|
18535
18863
|
# This header can be used as a data integrity check to verify that the
|
18536
18864
|
# data received is the same data that was originally sent. This
|
18537
|
-
# specifies the
|
18865
|
+
# specifies the Base64 encoded, 32-bit `CRC-32` checksum of the object
|
18538
18866
|
# returned by the Object Lambda function. This may not match the
|
18539
18867
|
# checksum for the object stored in Amazon S3. Amazon S3 will perform
|
18540
18868
|
# validation of the checksum values only when the original `GetObject`
|
@@ -18555,13 +18883,13 @@ module Aws::S3
|
|
18555
18883
|
# @!attribute [rw] checksum_crc32c
|
18556
18884
|
# This header can be used as a data integrity check to verify that the
|
18557
18885
|
# data received is the same data that was originally sent. This
|
18558
|
-
# specifies the
|
18559
|
-
# returned by the Object Lambda function. This may not match
|
18560
|
-
# checksum for the object stored in Amazon S3. Amazon S3 will
|
18561
|
-
# validation of the checksum values only when the original
|
18562
|
-
# request required checksum validation. For more
|
18563
|
-
# checksums, see [Checking object integrity][1] in
|
18564
|
-
# Guide*.
|
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*.
|
18565
18893
|
#
|
18566
18894
|
# Only one checksum header can be specified at a time. If you supply
|
18567
18895
|
# multiple checksum headers, this request will fail.
|
@@ -18571,10 +18899,22 @@ module Aws::S3
|
|
18571
18899
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
18572
18900
|
# @return [String]
|
18573
18901
|
#
|
18902
|
+
# @!attribute [rw] checksum_crc64nvme
|
18903
|
+
# This header can be used as a data integrity check to verify that the
|
18904
|
+
# data received is the same data that was originally sent. This header
|
18905
|
+
# specifies the Base64 encoded, 64-bit `CRC-64NVME` checksum of the
|
18906
|
+
# part. For more information, see [Checking object integrity][1] in
|
18907
|
+
# the *Amazon S3 User Guide*.
|
18908
|
+
#
|
18909
|
+
#
|
18910
|
+
#
|
18911
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
18912
|
+
# @return [String]
|
18913
|
+
#
|
18574
18914
|
# @!attribute [rw] checksum_sha1
|
18575
18915
|
# This header can be used as a data integrity check to verify that the
|
18576
18916
|
# data received is the same data that was originally sent. This
|
18577
|
-
# specifies the
|
18917
|
+
# specifies the Base64 encoded, 160-bit `SHA-1` digest of the object
|
18578
18918
|
# returned by the Object Lambda function. This may not match the
|
18579
18919
|
# checksum for the object stored in Amazon S3. Amazon S3 will perform
|
18580
18920
|
# validation of the checksum values only when the original `GetObject`
|
@@ -18593,7 +18933,7 @@ module Aws::S3
|
|
18593
18933
|
# @!attribute [rw] checksum_sha256
|
18594
18934
|
# This header can be used as a data integrity check to verify that the
|
18595
18935
|
# data received is the same data that was originally sent. This
|
18596
|
-
# specifies the
|
18936
|
+
# specifies the Base64 encoded, 256-bit `SHA-256` digest of the object
|
18597
18937
|
# returned by the Object Lambda function. This may not match the
|
18598
18938
|
# checksum for the object stored in Amazon S3. Amazon S3 will perform
|
18599
18939
|
# validation of the checksum values only when the original `GetObject`
|
@@ -18611,7 +18951,12 @@ module Aws::S3
|
|
18611
18951
|
#
|
18612
18952
|
# @!attribute [rw] delete_marker
|
18613
18953
|
# Specifies whether an object stored in Amazon S3 is (`true`) or is
|
18614
|
-
# not (`false`) a delete marker.
|
18954
|
+
# not (`false`) a delete marker. To learn more about delete markers,
|
18955
|
+
# see [Working with delete markers][1].
|
18956
|
+
#
|
18957
|
+
#
|
18958
|
+
#
|
18959
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html
|
18615
18960
|
# @return [Boolean]
|
18616
18961
|
#
|
18617
18962
|
# @!attribute [rw] etag
|
@@ -18767,6 +19112,7 @@ module Aws::S3
|
|
18767
19112
|
:content_type,
|
18768
19113
|
:checksum_crc32,
|
18769
19114
|
:checksum_crc32c,
|
19115
|
+
:checksum_crc64nvme,
|
18770
19116
|
:checksum_sha1,
|
18771
19117
|
:checksum_sha256,
|
18772
19118
|
:delete_marker,
|