aws-sdk-s3 1.119.2 → 1.120.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,14 +58,14 @@ module Aws::S3
58
58
  # bucket name. For more information about access point ARNs, see
59
59
  # [Using access points][1] in the *Amazon S3 User Guide*.
60
60
  #
61
- # When using this action with Amazon S3 on Outposts, you must direct
61
+ # When you use this action with Amazon S3 on Outposts, you must direct
62
62
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
63
63
  # takes the form `
64
64
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
65
- # When using this action with S3 on Outposts through the Amazon Web
66
- # Services SDKs, you provide the Outposts bucket ARN in place of the
67
- # bucket name. For more information about S3 on Outposts ARNs, see
68
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
65
+ # When you use this action with S3 on Outposts through the Amazon Web
66
+ # Services SDKs, you provide the Outposts access point ARN in place of
67
+ # the bucket name. For more information about S3 on Outposts ARNs, see
68
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
69
69
  #
70
70
  #
71
71
  #
@@ -474,7 +474,10 @@ module Aws::S3
474
474
  # @!attribute [rw] comments
475
475
  # A single character used to indicate that a row should be ignored
476
476
  # when the character is present at the start of that row. You can
477
- # specify any character to indicate a comment line.
477
+ # specify any character to indicate a comment line. The default
478
+ # character is `#`.
479
+ #
480
+ # Default: `#`
478
481
  # @return [String]
479
482
  #
480
483
  # @!attribute [rw] quote_escape_character
@@ -708,14 +711,14 @@ module Aws::S3
708
711
  # bucket name. For more information about access point ARNs, see
709
712
  # [Using access points][1] in the *Amazon S3 User Guide*.
710
713
  #
711
- # When using this action with Amazon S3 on Outposts, you must direct
714
+ # When you use this action with Amazon S3 on Outposts, you must direct
712
715
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
713
716
  # takes the form `
714
717
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
715
- # When using this action with S3 on Outposts through the Amazon Web
716
- # Services SDKs, you provide the Outposts bucket ARN in place of the
717
- # bucket name. For more information about S3 on Outposts ARNs, see
718
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
718
+ # When you use this action with S3 on Outposts through the Amazon Web
719
+ # Services SDKs, you provide the Outposts access point ARN in place of
720
+ # the bucket name. For more information about S3 on Outposts ARNs, see
721
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
719
722
  #
720
723
  #
721
724
  #
@@ -802,11 +805,8 @@ module Aws::S3
802
805
  # @return [String]
803
806
  #
804
807
  # @!attribute [rw] server_side_encryption
805
- # If you specified server-side encryption either with an Amazon
806
- # S3-managed encryption key or an Amazon Web Services KMS key in your
807
- # initiate multipart upload request, the response includes this
808
- # header. It confirms the encryption algorithm that Amazon S3 used to
809
- # encrypt the object.
808
+ # The server-side encryption algorithm used when storing this object
809
+ # in Amazon S3 (for example, AES256, `aws:kms`).
810
810
  # @return [String]
811
811
  #
812
812
  # @!attribute [rw] version_id
@@ -816,8 +816,8 @@ module Aws::S3
816
816
  #
817
817
  # @!attribute [rw] ssekms_key_id
818
818
  # If present, specifies the ID of the Amazon Web Services Key
819
- # Management Service (Amazon Web Services KMS) symmetric customer
820
- # managed key that was used for the object.
819
+ # Management Service (Amazon Web Services KMS) symmetric encryption
820
+ # customer managed key that was used for the object.
821
821
  # @return [String]
822
822
  #
823
823
  # @!attribute [rw] bucket_key_enabled
@@ -863,14 +863,14 @@ module Aws::S3
863
863
  # bucket name. For more information about access point ARNs, see
864
864
  # [Using access points][1] in the *Amazon S3 User Guide*.
865
865
  #
866
- # When using this action with Amazon S3 on Outposts, you must direct
866
+ # When you use this action with Amazon S3 on Outposts, you must direct
867
867
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
868
868
  # takes the form `
869
869
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
870
- # When using this action with S3 on Outposts through the Amazon Web
871
- # Services SDKs, you provide the Outposts bucket ARN in place of the
872
- # bucket name. For more information about S3 on Outposts ARNs, see
873
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
870
+ # When you use this action with S3 on Outposts through the Amazon Web
871
+ # Services SDKs, you provide the Outposts access point ARN in place of
872
+ # the bucket name. For more information about S3 on Outposts ARNs, see
873
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
874
874
  #
875
875
  #
876
876
  #
@@ -1172,7 +1172,7 @@ module Aws::S3
1172
1172
  #
1173
1173
  # @!attribute [rw] server_side_encryption
1174
1174
  # The server-side encryption algorithm used when storing this object
1175
- # in Amazon S3 (for example, AES256, aws:kms).
1175
+ # in Amazon S3 (for example, AES256, `aws:kms`).
1176
1176
  # @return [String]
1177
1177
  #
1178
1178
  # @!attribute [rw] sse_customer_algorithm
@@ -1190,8 +1190,8 @@ module Aws::S3
1190
1190
  #
1191
1191
  # @!attribute [rw] ssekms_key_id
1192
1192
  # If present, specifies the ID of the Amazon Web Services Key
1193
- # Management Service (Amazon Web Services KMS) symmetric customer
1194
- # managed key that was used for the object.
1193
+ # Management Service (Amazon Web Services KMS) symmetric encryption
1194
+ # customer managed key that was used for the object.
1195
1195
  # @return [String]
1196
1196
  #
1197
1197
  # @!attribute [rw] ssekms_encryption_context
@@ -1247,14 +1247,14 @@ module Aws::S3
1247
1247
  # bucket name. For more information about access point ARNs, see
1248
1248
  # [Using access points][1] in the *Amazon S3 User Guide*.
1249
1249
  #
1250
- # When using this action with Amazon S3 on Outposts, you must direct
1250
+ # When you use this action with Amazon S3 on Outposts, you must direct
1251
1251
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1252
1252
  # takes the form `
1253
1253
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
1254
- # When using this action with S3 on Outposts through the Amazon Web
1255
- # Services SDKs, you provide the Outposts bucket ARN in place of the
1256
- # bucket name. For more information about S3 on Outposts ARNs, see
1257
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
1254
+ # When you use this action with S3 on Outposts through the Amazon Web
1255
+ # Services SDKs, you provide the Outposts access point ARN in place of
1256
+ # the bucket name. For more information about S3 on Outposts ARNs, see
1257
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
1258
1258
  #
1259
1259
  #
1260
1260
  #
@@ -1410,7 +1410,7 @@ module Aws::S3
1410
1410
  #
1411
1411
  # @!attribute [rw] server_side_encryption
1412
1412
  # The server-side encryption algorithm used when storing this object
1413
- # in Amazon S3 (for example, AES256, aws:kms).
1413
+ # in Amazon S3 (for example, AES256, `aws:kms`).
1414
1414
  # @return [String]
1415
1415
  #
1416
1416
  # @!attribute [rw] storage_class
@@ -1430,7 +1430,9 @@ module Aws::S3
1430
1430
  # If the bucket is configured as a website, redirects requests for
1431
1431
  # this object to another object in the same bucket or to an external
1432
1432
  # URL. Amazon S3 stores the value of this header in the object
1433
- # metadata.
1433
+ # metadata. This value is unique to each object and is not copied when
1434
+ # using the `x-amz-metadata-directive` header. Instead, you may opt to
1435
+ # provide this header in combination with the directive.
1434
1436
  # @return [String]
1435
1437
  #
1436
1438
  # @!attribute [rw] sse_customer_algorithm
@@ -1885,14 +1887,14 @@ module Aws::S3
1885
1887
  # bucket name. For more information about access point ARNs, see
1886
1888
  # [Using access points][1] in the *Amazon S3 User Guide*.
1887
1889
  #
1888
- # When using this action with Amazon S3 on Outposts, you must direct
1890
+ # When you use this action with Amazon S3 on Outposts, you must direct
1889
1891
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1890
1892
  # takes the form `
1891
1893
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
1892
- # When using this action with S3 on Outposts through the Amazon Web
1893
- # Services SDKs, you provide the Outposts bucket ARN in place of the
1894
- # bucket name. For more information about S3 on Outposts ARNs, see
1895
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
1894
+ # When you use this action with S3 on Outposts through the Amazon Web
1895
+ # Services SDKs, you provide the Outposts access point ARN in place of
1896
+ # the bucket name. For more information about S3 on Outposts ARNs, see
1897
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
1896
1898
  #
1897
1899
  #
1898
1900
  #
@@ -1910,7 +1912,7 @@ module Aws::S3
1910
1912
  #
1911
1913
  # @!attribute [rw] server_side_encryption
1912
1914
  # The server-side encryption algorithm used when storing this object
1913
- # in Amazon S3 (for example, AES256, aws:kms).
1915
+ # in Amazon S3 (for example, AES256, `aws:kms`).
1914
1916
  # @return [String]
1915
1917
  #
1916
1918
  # @!attribute [rw] sse_customer_algorithm
@@ -1928,8 +1930,8 @@ module Aws::S3
1928
1930
  #
1929
1931
  # @!attribute [rw] ssekms_key_id
1930
1932
  # If present, specifies the ID of the Amazon Web Services Key
1931
- # Management Service (Amazon Web Services KMS) symmetric customer
1932
- # managed key that was used for the object.
1933
+ # Management Service (Amazon Web Services KMS) symmetric encryption
1934
+ # customer managed key that was used for the object.
1933
1935
  # @return [String]
1934
1936
  #
1935
1937
  # @!attribute [rw] ssekms_encryption_context
@@ -1991,14 +1993,14 @@ module Aws::S3
1991
1993
  # bucket name. For more information about access point ARNs, see
1992
1994
  # [Using access points][1] in the *Amazon S3 User Guide*.
1993
1995
  #
1994
- # When using this action with Amazon S3 on Outposts, you must direct
1996
+ # When you use this action with Amazon S3 on Outposts, you must direct
1995
1997
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1996
1998
  # takes the form `
1997
1999
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
1998
- # When using this action with S3 on Outposts through the Amazon Web
1999
- # Services SDKs, you provide the Outposts bucket ARN in place of the
2000
- # bucket name. For more information about S3 on Outposts ARNs, see
2001
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
2000
+ # When you use this action with S3 on Outposts through the Amazon Web
2001
+ # Services SDKs, you provide the Outposts access point ARN in place of
2002
+ # the bucket name. For more information about S3 on Outposts ARNs, see
2003
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
2002
2004
  #
2003
2005
  #
2004
2006
  #
@@ -2067,7 +2069,7 @@ module Aws::S3
2067
2069
  #
2068
2070
  # @!attribute [rw] server_side_encryption
2069
2071
  # The server-side encryption algorithm used when storing this object
2070
- # in Amazon S3 (for example, AES256, aws:kms).
2072
+ # in Amazon S3 (for example, AES256, `aws:kms`).
2071
2073
  # @return [String]
2072
2074
  #
2073
2075
  # @!attribute [rw] storage_class
@@ -2110,13 +2112,13 @@ module Aws::S3
2110
2112
  # @return [String]
2111
2113
  #
2112
2114
  # @!attribute [rw] ssekms_key_id
2113
- # Specifies the ID of the symmetric customer managed key to use for
2114
- # object encryption. All GET and PUT requests for an object protected
2115
- # by Amazon Web Services KMS will fail if not made via SSL or using
2116
- # SigV4. For information about configuring using any of the officially
2117
- # supported Amazon Web Services SDKs and Amazon Web Services CLI, see
2118
- # [Specifying the Signature Version in Request Authentication][1] in
2119
- # the *Amazon S3 User Guide*.
2115
+ # Specifies the ID of the symmetric encryption customer managed key to
2116
+ # use for object encryption. All GET and PUT requests for an object
2117
+ # protected by Amazon Web Services KMS will fail if not made via SSL
2118
+ # or using SigV4. For information about configuring using any of the
2119
+ # officially supported Amazon Web Services SDKs and Amazon Web
2120
+ # Services CLI, see [Specifying the Signature Version in Request
2121
+ # Authentication][1] in the *Amazon S3 User Guide*.
2120
2122
  #
2121
2123
  #
2122
2124
  #
@@ -2413,7 +2415,9 @@ module Aws::S3
2413
2415
  # @return [String]
2414
2416
  #
2415
2417
  # @!attribute [rw] id
2416
- # The ID used to identify the metrics configuration.
2418
+ # The ID used to identify the metrics configuration. The ID has a 64
2419
+ # character limit and can only contain letters, numbers, periods,
2420
+ # dashes, and underscores.
2417
2421
  # @return [String]
2418
2422
  #
2419
2423
  # @!attribute [rw] expected_bucket_owner
@@ -2658,14 +2662,14 @@ module Aws::S3
2658
2662
  # bucket name. For more information about access point ARNs, see
2659
2663
  # [Using access points][1] in the *Amazon S3 User Guide*.
2660
2664
  #
2661
- # When using this action with Amazon S3 on Outposts, you must direct
2665
+ # When you use this action with Amazon S3 on Outposts, you must direct
2662
2666
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2663
2667
  # takes the form `
2664
2668
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
2665
- # When using this action with S3 on Outposts through the Amazon Web
2666
- # Services SDKs, you provide the Outposts bucket ARN in place of the
2667
- # bucket name. For more information about S3 on Outposts ARNs, see
2668
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
2669
+ # When you use this action with S3 on Outposts through the Amazon Web
2670
+ # Services SDKs, you provide the Outposts access point ARN in place of
2671
+ # the bucket name. For more information about S3 on Outposts ARNs, see
2672
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
2669
2673
  #
2670
2674
  #
2671
2675
  #
@@ -2751,14 +2755,14 @@ module Aws::S3
2751
2755
  # bucket name. For more information about access point ARNs, see
2752
2756
  # [Using access points][1] in the *Amazon S3 User Guide*.
2753
2757
  #
2754
- # When using this action with Amazon S3 on Outposts, you must direct
2758
+ # When you use this action with Amazon S3 on Outposts, you must direct
2755
2759
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2756
2760
  # takes the form `
2757
2761
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
2758
- # When using this action with S3 on Outposts through the Amazon Web
2759
- # Services SDKs, you provide the Outposts bucket ARN in place of the
2760
- # bucket name. For more information about S3 on Outposts ARNs, see
2761
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
2762
+ # When you use this action with S3 on Outposts through the Amazon Web
2763
+ # Services SDKs, you provide the Outposts access point ARN in place of
2764
+ # the bucket name. For more information about S3 on Outposts ARNs, see
2765
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
2762
2766
  #
2763
2767
  #
2764
2768
  #
@@ -2829,14 +2833,14 @@ module Aws::S3
2829
2833
  # bucket name. For more information about access point ARNs, see
2830
2834
  # [Using access points][1] in the *Amazon S3 User Guide*.
2831
2835
  #
2832
- # When using this action with Amazon S3 on Outposts, you must direct
2836
+ # When you use this action with Amazon S3 on Outposts, you must direct
2833
2837
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2834
2838
  # takes the form `
2835
2839
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
2836
- # When using this action with S3 on Outposts through the Amazon Web
2837
- # Services SDKs, you provide the Outposts bucket ARN in place of the
2838
- # bucket name. For more information about S3 on Outposts ARNs, see
2839
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
2840
+ # When you use this action with S3 on Outposts through the Amazon Web
2841
+ # Services SDKs, you provide the Outposts access point ARN in place of
2842
+ # the bucket name. For more information about S3 on Outposts ARNs, see
2843
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
2840
2844
  #
2841
2845
  #
2842
2846
  #
@@ -3049,15 +3053,16 @@ module Aws::S3
3049
3053
  #
3050
3054
  # @!attribute [rw] encryption_type
3051
3055
  # The server-side encryption algorithm used when storing job results
3052
- # in Amazon S3 (for example, AES256, aws:kms).
3056
+ # in Amazon S3 (for example, AES256, `aws:kms`).
3053
3057
  # @return [String]
3054
3058
  #
3055
3059
  # @!attribute [rw] kms_key_id
3056
3060
  # If the encryption type is `aws:kms`, this optional value specifies
3057
- # the ID of the symmetric customer managed key to use for encryption
3058
- # of job results. Amazon S3 only supports symmetric keys. For more
3059
- # information, see [Using symmetric and asymmetric keys][1] in the
3060
- # *Amazon Web Services Key Management Service Developer Guide*.
3061
+ # the ID of the symmetric encryption customer managed key to use for
3062
+ # encryption of job results. Amazon S3 only supports symmetric
3063
+ # encryption KMS keys. For more information, see [Asymmetric keys in
3064
+ # Amazon Web Services KMS][1] in the *Amazon Web Services Key
3065
+ # Management Service Developer Guide*.
3061
3066
  #
3062
3067
  #
3063
3068
  #
@@ -3087,9 +3092,9 @@ module Aws::S3
3087
3092
  # Amazon Web Services KMS key stored in Amazon Web Services Key
3088
3093
  # Management Service (KMS) for the destination bucket. Amazon S3 uses
3089
3094
  # this key to encrypt replica objects. Amazon S3 only supports
3090
- # symmetric, customer managed KMS keys. For more information, see
3091
- # [Using symmetric and asymmetric keys][1] in the *Amazon Web Services
3092
- # Key Management Service Developer Guide*.
3095
+ # symmetric encryption KMS keys. For more information, see [Asymmetric
3096
+ # keys in Amazon Web Services KMS][1] in the *Amazon Web Services Key
3097
+ # Management Service Developer Guide*.
3093
3098
  #
3094
3099
  #
3095
3100
  #
@@ -3855,7 +3860,7 @@ module Aws::S3
3855
3860
  #
3856
3861
  # * * *Code:* ServiceUnavailable
3857
3862
  #
3858
- # * *Description:* Reduce your request rate.
3863
+ # * *Description:* Service is unable to handle request.
3859
3864
  #
3860
3865
  # * *HTTP Status Code:* 503 Service Unavailable
3861
3866
  #
@@ -3991,6 +3996,8 @@ module Aws::S3
3991
3996
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication
3992
3997
  #
3993
3998
  # @!attribute [rw] status
3999
+ # Specifies whether Amazon S3 replicates existing source bucket
4000
+ # objects.
3994
4001
  # @return [String]
3995
4002
  #
3996
4003
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ExistingObjectReplication AWS API Documentation
@@ -4420,7 +4427,9 @@ module Aws::S3
4420
4427
  # @return [String]
4421
4428
  #
4422
4429
  # @!attribute [rw] id
4423
- # The ID used to identify the metrics configuration.
4430
+ # The ID used to identify the metrics configuration. The ID has a 64
4431
+ # character limit and can only contain letters, numbers, periods,
4432
+ # dashes, and underscores.
4424
4433
  # @return [String]
4425
4434
  #
4426
4435
  # @!attribute [rw] expected_bucket_owner
@@ -4939,14 +4948,14 @@ module Aws::S3
4939
4948
  # bucket name. For more information about access point ARNs, see
4940
4949
  # [Using access points][1] in the *Amazon S3 User Guide*.
4941
4950
  #
4942
- # When using this action with Amazon S3 on Outposts, you must direct
4951
+ # When you use this action with Amazon S3 on Outposts, you must direct
4943
4952
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
4944
4953
  # takes the form `
4945
4954
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
4946
- # When using this action with S3 on Outposts through the Amazon Web
4947
- # Services SDKs, you provide the Outposts bucket ARN in place of the
4948
- # bucket name. For more information about S3 on Outposts ARNs, see
4949
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
4955
+ # When you use this action with S3 on Outposts through the Amazon Web
4956
+ # Services SDKs, you provide the Outposts access point ARN in place of
4957
+ # the bucket name. For more information about S3 on Outposts ARNs, see
4958
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
4950
4959
  #
4951
4960
  #
4952
4961
  #
@@ -5291,7 +5300,7 @@ module Aws::S3
5291
5300
  #
5292
5301
  # @!attribute [rw] server_side_encryption
5293
5302
  # The server-side encryption algorithm used when storing this object
5294
- # in Amazon S3 (for example, AES256, aws:kms).
5303
+ # in Amazon S3 (for example, AES256, `aws:kms`).
5295
5304
  # @return [String]
5296
5305
  #
5297
5306
  # @!attribute [rw] metadata
@@ -5313,8 +5322,8 @@ module Aws::S3
5313
5322
  #
5314
5323
  # @!attribute [rw] ssekms_key_id
5315
5324
  # If present, specifies the ID of the Amazon Web Services Key
5316
- # Management Service (Amazon Web Services KMS) symmetric customer
5317
- # managed key that was used for the object.
5325
+ # Management Service (Amazon Web Services KMS) symmetric encryption
5326
+ # customer managed key that was used for the object.
5318
5327
  # @return [String]
5319
5328
  #
5320
5329
  # @!attribute [rw] bucket_key_enabled
@@ -5421,14 +5430,14 @@ module Aws::S3
5421
5430
  # When using an Object Lambda access point the hostname takes the form
5422
5431
  # *AccessPointName*-*AccountId*.s3-object-lambda.*Region*.amazonaws.com.
5423
5432
  #
5424
- # When using this action with Amazon S3 on Outposts, you must direct
5433
+ # When you use this action with Amazon S3 on Outposts, you must direct
5425
5434
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5426
5435
  # takes the form `
5427
5436
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
5428
- # When using this action with S3 on Outposts through the Amazon Web
5429
- # Services SDKs, you provide the Outposts bucket ARN in place of the
5430
- # bucket name. For more information about S3 on Outposts ARNs, see
5431
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
5437
+ # When you use this action with S3 on Outposts through the Amazon Web
5438
+ # Services SDKs, you provide the Outposts access point ARN in place of
5439
+ # the bucket name. For more information about S3 on Outposts ARNs, see
5440
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
5432
5441
  #
5433
5442
  #
5434
5443
  #
@@ -5463,7 +5472,7 @@ module Aws::S3
5463
5472
  # @!attribute [rw] range
5464
5473
  # Downloads the specified range bytes of an object. For more
5465
5474
  # information about the HTTP Range header, see
5466
- # [https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35][1].
5475
+ # [https://www.rfc-editor.org/rfc/rfc9110.html#name-range][1].
5467
5476
  #
5468
5477
  # <note markdown="1"> Amazon S3 doesn't support retrieving multiple ranges of data per
5469
5478
  # `GET` request.
@@ -5472,7 +5481,7 @@ module Aws::S3
5472
5481
  #
5473
5482
  #
5474
5483
  #
5475
- # [1]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35
5484
+ # [1]: https://www.rfc-editor.org/rfc/rfc9110.html#name-range
5476
5485
  # @return [String]
5477
5486
  #
5478
5487
  # @!attribute [rw] response_cache_control
@@ -5680,14 +5689,14 @@ module Aws::S3
5680
5689
  # bucket name. For more information about access point ARNs, see
5681
5690
  # [Using access points][1] in the *Amazon S3 User Guide*.
5682
5691
  #
5683
- # When using this action with Amazon S3 on Outposts, you must direct
5692
+ # When you use this action with Amazon S3 on Outposts, you must direct
5684
5693
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5685
5694
  # takes the form `
5686
5695
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
5687
- # When using this action with S3 on Outposts through the Amazon Web
5688
- # Services SDKs, you provide the Outposts bucket ARN in place of the
5689
- # bucket name. For more information about S3 on Outposts ARNs, see
5690
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
5696
+ # When you use this action with S3 on Outposts through the Amazon Web
5697
+ # Services SDKs, you provide the Outposts access point ARN in place of
5698
+ # the bucket name. For more information about S3 on Outposts ARNs, see
5699
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
5691
5700
  #
5692
5701
  #
5693
5702
  #
@@ -5931,14 +5940,14 @@ module Aws::S3
5931
5940
  # bucket name. For more information about access point ARNs, see
5932
5941
  # [Using access points][1] in the *Amazon S3 User Guide*.
5933
5942
  #
5934
- # When using this action with Amazon S3 on Outposts, you must direct
5943
+ # When you use this action with Amazon S3 on Outposts, you must direct
5935
5944
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5936
5945
  # takes the form `
5937
5946
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
5938
- # When using this action with S3 on Outposts through the Amazon Web
5939
- # Services SDKs, you provide the Outposts bucket ARN in place of the
5940
- # bucket name. For more information about S3 on Outposts ARNs, see
5941
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
5947
+ # When you use this action with S3 on Outposts through the Amazon Web
5948
+ # Services SDKs, you provide the Outposts access point ARN in place of
5949
+ # the bucket name. For more information about S3 on Outposts ARNs, see
5950
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
5942
5951
  #
5943
5952
  #
5944
5953
  #
@@ -6120,11 +6129,8 @@ module Aws::S3
6120
6129
  # @return [String]
6121
6130
  #
6122
6131
  # @!attribute [rw] server_side_encryption
6123
- # If the object is stored using server-side encryption either with an
6124
- # Amazon Web Services KMS key or an Amazon S3-managed encryption key,
6125
- # the response includes this header with the value of the server-side
6126
- # encryption algorithm used when storing this object in Amazon S3 (for
6127
- # example, AES256, aws:kms).
6132
+ # The server-side encryption algorithm used when storing this object
6133
+ # in Amazon S3 (for example, AES256, `aws:kms`).
6128
6134
  # @return [String]
6129
6135
  #
6130
6136
  # @!attribute [rw] metadata
@@ -6146,8 +6152,8 @@ module Aws::S3
6146
6152
  #
6147
6153
  # @!attribute [rw] ssekms_key_id
6148
6154
  # If present, specifies the ID of the Amazon Web Services Key
6149
- # Management Service (Amazon Web Services KMS) symmetric customer
6150
- # managed key that was used for the object.
6155
+ # Management Service (Amazon Web Services KMS) symmetric encryption
6156
+ # customer managed key that was used for the object.
6151
6157
  # @return [String]
6152
6158
  #
6153
6159
  # @!attribute [rw] bucket_key_enabled
@@ -6306,14 +6312,14 @@ module Aws::S3
6306
6312
  # bucket name. For more information about access point ARNs, see
6307
6313
  # [Using access points][1] in the *Amazon S3 User Guide*.
6308
6314
  #
6309
- # When using this action with Amazon S3 on Outposts, you must direct
6315
+ # When you use this action with Amazon S3 on Outposts, you must direct
6310
6316
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
6311
6317
  # takes the form `
6312
6318
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
6313
- # When using this action with S3 on Outposts through the Amazon Web
6314
- # Services SDKs, you provide the Outposts bucket ARN in place of the
6315
- # bucket name. For more information about S3 on Outposts ARNs, see
6316
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
6319
+ # When you use this action with S3 on Outposts through the Amazon Web
6320
+ # Services SDKs, you provide the Outposts access point ARN in place of
6321
+ # the bucket name. For more information about S3 on Outposts ARNs, see
6322
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
6317
6323
  #
6318
6324
  #
6319
6325
  #
@@ -6346,8 +6352,10 @@ module Aws::S3
6346
6352
  # @return [String]
6347
6353
  #
6348
6354
  # @!attribute [rw] range
6349
- # Because `HeadObject` returns only the metadata for an object, this
6350
- # parameter has no effect.
6355
+ # HeadObject returns only the metadata for an object. If the Range is
6356
+ # satisfiable, only the `ContentLength` is affected in the response.
6357
+ # If the Range is not satisfiable, S3 returns a `416 - Requested Range
6358
+ # Not Satisfiable` error.
6351
6359
  # @return [String]
6352
6360
  #
6353
6361
  # @!attribute [rw] version_id
@@ -6864,6 +6872,13 @@ module Aws::S3
6864
6872
 
6865
6873
  # Container for lifecycle rules. You can add as many as 1000 rules.
6866
6874
  #
6875
+ # For more information see, [Managing your storage lifecycle][1] in the
6876
+ # *Amazon S3 User Guide*.
6877
+ #
6878
+ #
6879
+ #
6880
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html
6881
+ #
6867
6882
  # @!attribute [rw] rules
6868
6883
  # Specifies lifecycle configuration rules for an Amazon S3 bucket.
6869
6884
  # @return [Array<Types::Rule>]
@@ -6878,6 +6893,13 @@ module Aws::S3
6878
6893
 
6879
6894
  # Container for the expiration for the lifecycle of the object.
6880
6895
  #
6896
+ # For more information see, [Managing your storage lifecycle][1] in the
6897
+ # *Amazon S3 User Guide*.
6898
+ #
6899
+ #
6900
+ #
6901
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html
6902
+ #
6881
6903
  # @!attribute [rw] date
6882
6904
  # Indicates at what date the object is to be moved or deleted. Should
6883
6905
  # be in GMT ISO 8601 Format.
@@ -6907,6 +6929,13 @@ module Aws::S3
6907
6929
 
6908
6930
  # A lifecycle rule for individual objects in an Amazon S3 bucket.
6909
6931
  #
6932
+ # For more information see, [Managing your storage lifecycle][1] in the
6933
+ # *Amazon S3 User Guide*.
6934
+ #
6935
+ #
6936
+ #
6937
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html
6938
+ #
6910
6939
  # @!attribute [rw] expiration
6911
6940
  # Specifies the expiration for the lifecycle of the object in the form
6912
6941
  # of date, days and, whether the object has a delete marker.
@@ -7430,14 +7459,14 @@ module Aws::S3
7430
7459
  # bucket name. For more information about access point ARNs, see
7431
7460
  # [Using access points][1] in the *Amazon S3 User Guide*.
7432
7461
  #
7433
- # When using this action with Amazon S3 on Outposts, you must direct
7462
+ # When you use this action with Amazon S3 on Outposts, you must direct
7434
7463
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
7435
7464
  # takes the form `
7436
7465
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
7437
- # When using this action with S3 on Outposts through the Amazon Web
7438
- # Services SDKs, you provide the Outposts bucket ARN in place of the
7439
- # bucket name. For more information about S3 on Outposts ARNs, see
7440
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
7466
+ # When you use this action with S3 on Outposts through the Amazon Web
7467
+ # Services SDKs, you provide the Outposts access point ARN in place of
7468
+ # the bucket name. For more information about S3 on Outposts ARNs, see
7469
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
7441
7470
  #
7442
7471
  #
7443
7472
  #
@@ -7787,14 +7816,14 @@ module Aws::S3
7787
7816
  # bucket name. For more information about access point ARNs, see
7788
7817
  # [Using access points][1] in the *Amazon S3 User Guide*.
7789
7818
  #
7790
- # When using this action with Amazon S3 on Outposts, you must direct
7819
+ # When you use this action with Amazon S3 on Outposts, you must direct
7791
7820
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
7792
7821
  # takes the form `
7793
7822
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
7794
- # When using this action with S3 on Outposts through the Amazon Web
7795
- # Services SDKs, you provide the Outposts bucket ARN in place of the
7796
- # bucket name. For more information about S3 on Outposts ARNs, see
7797
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
7823
+ # When you use this action with S3 on Outposts through the Amazon Web
7824
+ # Services SDKs, you provide the Outposts access point ARN in place of
7825
+ # the bucket name. For more information about S3 on Outposts ARNs, see
7826
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
7798
7827
  #
7799
7828
  #
7800
7829
  #
@@ -7880,14 +7909,14 @@ module Aws::S3
7880
7909
  # bucket name. For more information about access point ARNs, see
7881
7910
  # [Using access points][1] in the *Amazon S3 User Guide*.
7882
7911
  #
7883
- # When using this action with Amazon S3 on Outposts, you must direct
7912
+ # When you use this action with Amazon S3 on Outposts, you must direct
7884
7913
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
7885
7914
  # takes the form `
7886
7915
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
7887
- # When using this action with S3 on Outposts through the Amazon Web
7888
- # Services SDKs, you provide the Outposts bucket ARN in place of the
7889
- # bucket name. For more information about S3 on Outposts ARNs, see
7890
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
7916
+ # When you use this action with S3 on Outposts through the Amazon Web
7917
+ # Services SDKs, you provide the Outposts access point ARN in place of
7918
+ # the bucket name. For more information about S3 on Outposts ARNs, see
7919
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
7891
7920
  #
7892
7921
  #
7893
7922
  #
@@ -7946,8 +7975,8 @@ module Aws::S3
7946
7975
  #
7947
7976
  # @!attribute [rw] key_count
7948
7977
  # KeyCount is the number of keys returned with this request. KeyCount
7949
- # will always be less than or equals to MaxKeys field. Say you ask for
7950
- # 50 keys, your result will include less than equals 50 keys
7978
+ # will always be less than or equal to the `MaxKeys` field. Say you
7979
+ # ask for 50 keys, your result will include 50 keys or fewer.
7951
7980
  # @return [Integer]
7952
7981
  #
7953
7982
  # @!attribute [rw] continuation_token
@@ -7999,14 +8028,14 @@ module Aws::S3
7999
8028
  # bucket name. For more information about access point ARNs, see
8000
8029
  # [Using access points][1] in the *Amazon S3 User Guide*.
8001
8030
  #
8002
- # When using this action with Amazon S3 on Outposts, you must direct
8031
+ # When you use this action with Amazon S3 on Outposts, you must direct
8003
8032
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8004
8033
  # takes the form `
8005
8034
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
8006
- # When using this action with S3 on Outposts through the Amazon Web
8007
- # Services SDKs, you provide the Outposts bucket ARN in place of the
8008
- # bucket name. For more information about S3 on Outposts ARNs, see
8009
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
8035
+ # When you use this action with S3 on Outposts through the Amazon Web
8036
+ # Services SDKs, you provide the Outposts access point ARN in place of
8037
+ # the bucket name. For more information about S3 on Outposts ARNs, see
8038
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
8010
8039
  #
8011
8040
  #
8012
8041
  #
@@ -8208,14 +8237,14 @@ module Aws::S3
8208
8237
  # bucket name. For more information about access point ARNs, see
8209
8238
  # [Using access points][1] in the *Amazon S3 User Guide*.
8210
8239
  #
8211
- # When using this action with Amazon S3 on Outposts, you must direct
8240
+ # When you use this action with Amazon S3 on Outposts, you must direct
8212
8241
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8213
8242
  # takes the form `
8214
8243
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
8215
- # When using this action with S3 on Outposts through the Amazon Web
8216
- # Services SDKs, you provide the Outposts bucket ARN in place of the
8217
- # bucket name. For more information about S3 on Outposts ARNs, see
8218
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
8244
+ # When you use this action with S3 on Outposts through the Amazon Web
8245
+ # Services SDKs, you provide the Outposts access point ARN in place of
8246
+ # the bucket name. For more information about S3 on Outposts ARNs, see
8247
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
8219
8248
  #
8220
8249
  #
8221
8250
  #
@@ -8435,7 +8464,9 @@ module Aws::S3
8435
8464
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html
8436
8465
  #
8437
8466
  # @!attribute [rw] id
8438
- # The ID used to identify the metrics configuration.
8467
+ # The ID used to identify the metrics configuration. The ID has a 64
8468
+ # character limit and can only contain letters, numbers, periods,
8469
+ # dashes, and underscores.
8439
8470
  # @return [String]
8440
8471
  #
8441
8472
  # @!attribute [rw] filter
@@ -9073,7 +9104,24 @@ module Aws::S3
9073
9104
  # Container for the owner's display name and ID.
9074
9105
  #
9075
9106
  # @!attribute [rw] display_name
9076
- # Container for the display name of the owner.
9107
+ # Container for the display name of the owner. This value is only
9108
+ # supported in the following Amazon Web Services Regions:
9109
+ #
9110
+ # * US East (N. Virginia)
9111
+ #
9112
+ # * US West (N. California)
9113
+ #
9114
+ # * US West (Oregon)
9115
+ #
9116
+ # * Asia Pacific (Singapore)
9117
+ #
9118
+ # * Asia Pacific (Sydney)
9119
+ #
9120
+ # * Asia Pacific (Tokyo)
9121
+ #
9122
+ # * Europe (Ireland)
9123
+ #
9124
+ # * South America (São Paulo)
9077
9125
  # @return [String]
9078
9126
  #
9079
9127
  # @!attribute [rw] id
@@ -9578,10 +9626,14 @@ module Aws::S3
9578
9626
 
9579
9627
  # @!attribute [rw] bucket
9580
9628
  # Specifies default encryption for a bucket using server-side
9581
- # encryption with Amazon S3-managed keys (SSE-S3) or customer managed
9582
- # keys (SSE-KMS). For information about the Amazon S3 default
9583
- # encryption feature, see [Amazon S3 Default Bucket Encryption][1] in
9584
- # the *Amazon S3 User Guide*.
9629
+ # encryption with different key options. By default, all buckets have
9630
+ # a default encryption configuration that uses server-side encryption
9631
+ # with Amazon S3 managed keys (SSE-S3). You can optionally configure
9632
+ # default encryption for a bucket by using server-side encryption with
9633
+ # an Amazon Web Services KMS key (SSE-KMS) or a customer-provided key
9634
+ # (SSE-C). For information about the bucket default encryption
9635
+ # feature, see [Amazon S3 Bucket Default Encryption][1] in the *Amazon
9636
+ # S3 User Guide*.
9585
9637
  #
9586
9638
  #
9587
9639
  #
@@ -9834,7 +9886,9 @@ module Aws::S3
9834
9886
  # @return [String]
9835
9887
  #
9836
9888
  # @!attribute [rw] id
9837
- # The ID used to identify the metrics configuration.
9889
+ # The ID used to identify the metrics configuration. The ID has a 64
9890
+ # character limit and can only contain letters, numbers, periods,
9891
+ # dashes, and underscores.
9838
9892
  # @return [String]
9839
9893
  #
9840
9894
  # @!attribute [rw] metrics_configuration
@@ -10457,14 +10511,14 @@ module Aws::S3
10457
10511
  # bucket name. For more information about access point ARNs, see
10458
10512
  # [Using access points][1] in the *Amazon S3 User Guide*.
10459
10513
  #
10460
- # When using this action with Amazon S3 on Outposts, you must direct
10514
+ # When you use this action with Amazon S3 on Outposts, you must direct
10461
10515
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
10462
10516
  # takes the form `
10463
10517
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
10464
- # When using this action with S3 on Outposts through the Amazon Web
10465
- # Services SDKs, you provide the Outposts bucket ARN in place of the
10466
- # bucket name. For more information about S3 on Outposts ARNs, see
10467
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
10518
+ # When you use this action with S3 on Outposts through the Amazon Web
10519
+ # Services SDKs, you provide the Outposts access point ARN in place of
10520
+ # the bucket name. For more information about S3 on Outposts ARNs, see
10521
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
10468
10522
  #
10469
10523
  #
10470
10524
  #
@@ -10770,10 +10824,8 @@ module Aws::S3
10770
10824
  # @return [String]
10771
10825
  #
10772
10826
  # @!attribute [rw] server_side_encryption
10773
- # If you specified server-side encryption either with an Amazon Web
10774
- # Services KMS key or Amazon S3-managed encryption key in your PUT
10775
- # request, the response includes this header. It confirms the
10776
- # encryption algorithm that Amazon S3 used to encrypt the object.
10827
+ # The server-side encryption algorithm used when storing this object
10828
+ # in Amazon S3 (for example, AES256, `aws:kms`).
10777
10829
  # @return [String]
10778
10830
  #
10779
10831
  # @!attribute [rw] version_id
@@ -10794,17 +10846,19 @@ module Aws::S3
10794
10846
  # @return [String]
10795
10847
  #
10796
10848
  # @!attribute [rw] ssekms_key_id
10797
- # If `x-amz-server-side-encryption` is present and has the value of
10798
- # `aws:kms`, this header specifies the ID of the Amazon Web Services
10799
- # Key Management Service (Amazon Web Services KMS) symmetric customer
10800
- # managed key that was used for the object.
10849
+ # If `x-amz-server-side-encryption` is has a valid value of `aws:kms`,
10850
+ # this header specifies the ID of the Amazon Web Services Key
10851
+ # Management Service (Amazon Web Services KMS) symmetric encryption
10852
+ # customer managed key that was used for the object.
10801
10853
  # @return [String]
10802
10854
  #
10803
10855
  # @!attribute [rw] ssekms_encryption_context
10804
10856
  # If present, specifies the Amazon Web Services KMS Encryption Context
10805
10857
  # to use for object encryption. The value of this header is a
10806
10858
  # base64-encoded UTF-8 string holding JSON with the encryption context
10807
- # key-value pairs.
10859
+ # key-value pairs. This value is stored as object metadata and
10860
+ # automatically gets passed on to Amazon Web Services KMS for future
10861
+ # `GetObject` or `CopyObject` operations on this object.
10808
10862
  # @return [String]
10809
10863
  #
10810
10864
  # @!attribute [rw] bucket_key_enabled
@@ -10865,14 +10919,14 @@ module Aws::S3
10865
10919
  # bucket name. For more information about access point ARNs, see
10866
10920
  # [Using access points][1] in the *Amazon S3 User Guide*.
10867
10921
  #
10868
- # When using this action with Amazon S3 on Outposts, you must direct
10922
+ # When you use this action with Amazon S3 on Outposts, you must direct
10869
10923
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
10870
10924
  # takes the form `
10871
10925
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
10872
- # When using this action with S3 on Outposts through the Amazon Web
10873
- # Services SDKs, you provide the Outposts bucket ARN in place of the
10874
- # bucket name. For more information about S3 on Outposts ARNs, see
10875
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
10926
+ # When you use this action with S3 on Outposts through the Amazon Web
10927
+ # Services SDKs, you provide the Outposts access point ARN in place of
10928
+ # the bucket name. For more information about S3 on Outposts ARNs, see
10929
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
10876
10930
  #
10877
10931
  #
10878
10932
  #
@@ -10893,11 +10947,11 @@ module Aws::S3
10893
10947
  # @!attribute [rw] content_disposition
10894
10948
  # Specifies presentational information for the object. For more
10895
10949
  # information, see
10896
- # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1][1].
10950
+ # [https://www.rfc-editor.org/rfc/rfc6266#section-4][1].
10897
10951
  #
10898
10952
  #
10899
10953
  #
10900
- # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1
10954
+ # [1]: https://www.rfc-editor.org/rfc/rfc6266#section-4
10901
10955
  # @return [String]
10902
10956
  #
10903
10957
  # @!attribute [rw] content_encoding
@@ -10905,11 +10959,11 @@ module Aws::S3
10905
10959
  # thus what decoding mechanisms must be applied to obtain the
10906
10960
  # media-type referenced by the Content-Type header field. For more
10907
10961
  # information, see
10908
- # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11][1].
10962
+ # [https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding][1].
10909
10963
  #
10910
10964
  #
10911
10965
  #
10912
- # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
10966
+ # [1]: https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding
10913
10967
  # @return [String]
10914
10968
  #
10915
10969
  # @!attribute [rw] content_language
@@ -10920,11 +10974,11 @@ module Aws::S3
10920
10974
  # Size of the body in bytes. This parameter is useful when the size of
10921
10975
  # the body cannot be determined automatically. For more information,
10922
10976
  # see
10923
- # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13][1].
10977
+ # [https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length][1].
10924
10978
  #
10925
10979
  #
10926
10980
  #
10927
- # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13
10981
+ # [1]: https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length
10928
10982
  # @return [Integer]
10929
10983
  #
10930
10984
  # @!attribute [rw] content_md5
@@ -10944,11 +10998,11 @@ module Aws::S3
10944
10998
  # @!attribute [rw] content_type
10945
10999
  # A standard MIME type describing the format of the contents. For more
10946
11000
  # information, see
10947
- # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17][1].
11001
+ # [https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type][1].
10948
11002
  #
10949
11003
  #
10950
11004
  #
10951
- # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17
11005
+ # [1]: https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type
10952
11006
  # @return [String]
10953
11007
  #
10954
11008
  # @!attribute [rw] checksum_algorithm
@@ -11019,11 +11073,11 @@ module Aws::S3
11019
11073
  # @!attribute [rw] expires
11020
11074
  # The date and time at which the object is no longer cacheable. For
11021
11075
  # more information, see
11022
- # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21][1].
11076
+ # [https://www.rfc-editor.org/rfc/rfc7234#section-5.3][1].
11023
11077
  #
11024
11078
  #
11025
11079
  #
11026
- # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21
11080
+ # [1]: https://www.rfc-editor.org/rfc/rfc7234#section-5.3
11027
11081
  # @return [Time]
11028
11082
  #
11029
11083
  # @!attribute [rw] grant_full_control
@@ -11061,7 +11115,7 @@ module Aws::S3
11061
11115
  #
11062
11116
  # @!attribute [rw] server_side_encryption
11063
11117
  # The server-side encryption algorithm used when storing this object
11064
- # in Amazon S3 (for example, AES256, aws:kms).
11118
+ # in Amazon S3 (for example, AES256, `aws:kms`).
11065
11119
  # @return [String]
11066
11120
  #
11067
11121
  # @!attribute [rw] storage_class
@@ -11125,9 +11179,9 @@ module Aws::S3
11125
11179
  # @return [String]
11126
11180
  #
11127
11181
  # @!attribute [rw] ssekms_key_id
11128
- # If `x-amz-server-side-encryption` is present and has the value of
11129
- # `aws:kms`, this header specifies the ID of the Amazon Web Services
11130
- # Key Management Service (Amazon Web Services KMS) symmetrical
11182
+ # If `x-amz-server-side-encryption` has a valid value of `aws:kms`,
11183
+ # this header specifies the ID of the Amazon Web Services Key
11184
+ # Management Service (Amazon Web Services KMS) symmetric encryption
11131
11185
  # customer managed key that was used for the object. If you specify
11132
11186
  # `x-amz-server-side-encryption:aws:kms`, but do not provide`
11133
11187
  # x-amz-server-side-encryption-aws-kms-key-id`, Amazon S3 uses the
@@ -11140,7 +11194,9 @@ module Aws::S3
11140
11194
  # Specifies the Amazon Web Services KMS Encryption Context to use for
11141
11195
  # object encryption. The value of this header is a base64-encoded
11142
11196
  # UTF-8 string holding JSON with the encryption context key-value
11143
- # pairs.
11197
+ # pairs. This value is stored as object metadata and automatically
11198
+ # gets passed on to Amazon Web Services KMS for future `GetObject` or
11199
+ # `CopyObject` operations on this object.
11144
11200
  # @return [String]
11145
11201
  #
11146
11202
  # @!attribute [rw] bucket_key_enabled
@@ -11371,14 +11427,14 @@ module Aws::S3
11371
11427
  # bucket name. For more information about access point ARNs, see
11372
11428
  # [Using access points][1] in the *Amazon S3 User Guide*.
11373
11429
  #
11374
- # When using this action with Amazon S3 on Outposts, you must direct
11430
+ # When you use this action with Amazon S3 on Outposts, you must direct
11375
11431
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
11376
11432
  # takes the form `
11377
11433
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
11378
- # When using this action with S3 on Outposts through the Amazon Web
11379
- # Services SDKs, you provide the Outposts bucket ARN in place of the
11380
- # bucket name. For more information about S3 on Outposts ARNs, see
11381
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
11434
+ # When you use this action with S3 on Outposts through the Amazon Web
11435
+ # Services SDKs, you provide the Outposts access point ARN in place of
11436
+ # the bucket name. For more information about S3 on Outposts ARNs, see
11437
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
11382
11438
  #
11383
11439
  #
11384
11440
  #
@@ -11807,6 +11863,13 @@ module Aws::S3
11807
11863
  # @return [Types::SourceSelectionCriteria]
11808
11864
  #
11809
11865
  # @!attribute [rw] existing_object_replication
11866
+ # Optional configuration to replicate existing source bucket objects.
11867
+ # For more information, see [Replicating Existing Objects][1] in the
11868
+ # *Amazon S3 User Guide*.
11869
+ #
11870
+ #
11871
+ #
11872
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication
11810
11873
  # @return [Types::ExistingObjectReplication]
11811
11874
  #
11812
11875
  # @!attribute [rw] destination
@@ -12032,14 +12095,14 @@ module Aws::S3
12032
12095
  # bucket name. For more information about access point ARNs, see
12033
12096
  # [Using access points][1] in the *Amazon S3 User Guide*.
12034
12097
  #
12035
- # When using this action with Amazon S3 on Outposts, you must direct
12098
+ # When you use this action with Amazon S3 on Outposts, you must direct
12036
12099
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
12037
12100
  # takes the form `
12038
12101
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
12039
- # When using this action with S3 on Outposts through the Amazon Web
12040
- # Services SDKs, you provide the Outposts bucket ARN in place of the
12041
- # bucket name. For more information about S3 on Outposts ARNs, see
12042
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
12102
+ # When you use this action with S3 on Outposts through the Amazon Web
12103
+ # Services SDKs, you provide the Outposts access point ARN in place of
12104
+ # the bucket name. For more information about S3 on Outposts ARNs, see
12105
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
12043
12106
  #
12044
12107
  #
12045
12108
  #
@@ -12354,8 +12417,8 @@ module Aws::S3
12354
12417
  #
12355
12418
  # @!attribute [rw] key_id
12356
12419
  # Specifies the ID of the Amazon Web Services Key Management Service
12357
- # (Amazon Web Services KMS) symmetric customer managed key to use for
12358
- # encrypting inventory reports.
12420
+ # (Amazon Web Services KMS) symmetric encryption customer managed key
12421
+ # to use for encrypting inventory reports.
12359
12422
  # @return [String]
12360
12423
  #
12361
12424
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/SSEKMS AWS API Documentation
@@ -12606,10 +12669,9 @@ module Aws::S3
12606
12669
  # * Key ARN:
12607
12670
  # `arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`
12608
12671
  #
12609
- # Amazon S3 only supports symmetric KMS keys and not asymmetric KMS
12610
- # keys. For more information, see [Using symmetric and asymmetric
12611
- # keys][2] in the *Amazon Web Services Key Management Service
12612
- # Developer Guide*.
12672
+ # Amazon S3 only supports symmetric encryption KMS keys. For more
12673
+ # information, see [Asymmetric keys in Amazon Web Services KMS][2] in
12674
+ # the *Amazon Web Services Key Management Service Developer Guide*.
12613
12675
  #
12614
12676
  #
12615
12677
  #
@@ -13029,7 +13091,7 @@ module Aws::S3
13029
13091
  #
13030
13092
  # @!attribute [rw] server_side_encryption
13031
13093
  # The server-side encryption algorithm used when storing this object
13032
- # in Amazon S3 (for example, AES256, aws:kms).
13094
+ # in Amazon S3 (for example, AES256, `aws:kms`).
13033
13095
  # @return [String]
13034
13096
  #
13035
13097
  # @!attribute [rw] sse_customer_algorithm
@@ -13047,8 +13109,8 @@ module Aws::S3
13047
13109
  #
13048
13110
  # @!attribute [rw] ssekms_key_id
13049
13111
  # If present, specifies the ID of the Amazon Web Services Key
13050
- # Management Service (Amazon Web Services KMS) symmetric customer
13051
- # managed key that was used for the object.
13112
+ # Management Service (Amazon Web Services KMS) symmetric encryption
13113
+ # customer managed key that was used for the object.
13052
13114
  # @return [String]
13053
13115
  #
13054
13116
  # @!attribute [rw] bucket_key_enabled
@@ -13088,14 +13150,14 @@ module Aws::S3
13088
13150
  # bucket name. For more information about access point ARNs, see
13089
13151
  # [Using access points][1] in the *Amazon S3 User Guide*.
13090
13152
  #
13091
- # When using this action with Amazon S3 on Outposts, you must direct
13153
+ # When you use this action with Amazon S3 on Outposts, you must direct
13092
13154
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
13093
13155
  # takes the form `
13094
13156
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
13095
- # When using this action with S3 on Outposts through the Amazon Web
13096
- # Services SDKs, you provide the Outposts bucket ARN in place of the
13097
- # bucket name. For more information about S3 on Outposts ARNs, see
13098
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
13157
+ # When you use this action with S3 on Outposts through the Amazon Web
13158
+ # Services SDKs, you provide the Outposts access point ARN in place of
13159
+ # the bucket name. For more information about S3 on Outposts ARNs, see
13160
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
13099
13161
  #
13100
13162
  #
13101
13163
  #
@@ -13282,7 +13344,7 @@ module Aws::S3
13282
13344
 
13283
13345
  # @!attribute [rw] server_side_encryption
13284
13346
  # The server-side encryption algorithm used when storing this object
13285
- # in Amazon S3 (for example, AES256, aws:kms).
13347
+ # in Amazon S3 (for example, AES256, `aws:kms`).
13286
13348
  # @return [String]
13287
13349
  #
13288
13350
  # @!attribute [rw] etag
@@ -13356,8 +13418,8 @@ module Aws::S3
13356
13418
  #
13357
13419
  # @!attribute [rw] ssekms_key_id
13358
13420
  # If present, specifies the ID of the Amazon Web Services Key
13359
- # Management Service (Amazon Web Services KMS) symmetric customer
13360
- # managed key was used for the object.
13421
+ # Management Service (Amazon Web Services KMS) symmetric encryption
13422
+ # customer managed key was used for the object.
13361
13423
  # @return [String]
13362
13424
  #
13363
13425
  # @!attribute [rw] bucket_key_enabled
@@ -13404,14 +13466,14 @@ module Aws::S3
13404
13466
  # bucket name. For more information about access point ARNs, see
13405
13467
  # [Using access points][1] in the *Amazon S3 User Guide*.
13406
13468
  #
13407
- # When using this action with Amazon S3 on Outposts, you must direct
13469
+ # When you use this action with Amazon S3 on Outposts, you must direct
13408
13470
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
13409
13471
  # takes the form `
13410
13472
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
13411
- # When using this action with S3 on Outposts through the Amazon Web
13412
- # Services SDKs, you provide the Outposts bucket ARN in place of the
13413
- # bucket name. For more information about S3 on Outposts ARNs, see
13414
- # [Using Amazon S3 on Outposts][2] in the *Amazon S3 User Guide*.
13473
+ # When you use this action with S3 on Outposts through the Amazon Web
13474
+ # Services SDKs, you provide the Outposts access point ARN in place of
13475
+ # the bucket name. For more information about S3 on Outposts ARNs, see
13476
+ # [What is S3 on Outposts][2] in the *Amazon S3 User Guide*.
13415
13477
  #
13416
13478
  #
13417
13479
  #
@@ -13895,7 +13957,7 @@ module Aws::S3
13895
13957
  #
13896
13958
  # @!attribute [rw] server_side_encryption
13897
13959
  # The server-side encryption algorithm used when storing requested
13898
- # object in Amazon S3 (for example, AES256, aws:kms).
13960
+ # object in Amazon S3 (for example, AES256, `aws:kms`).
13899
13961
  # @return [String]
13900
13962
  #
13901
13963
  # @!attribute [rw] sse_customer_algorithm
@@ -13906,8 +13968,8 @@ module Aws::S3
13906
13968
  #
13907
13969
  # @!attribute [rw] ssekms_key_id
13908
13970
  # If present, specifies the ID of the Amazon Web Services Key
13909
- # Management Service (Amazon Web Services KMS) symmetric customer
13910
- # managed key that was used for stored in Amazon S3 object.
13971
+ # Management Service (Amazon Web Services KMS) symmetric encryption
13972
+ # customer managed key that was used for stored in Amazon S3 object.
13911
13973
  # @return [String]
13912
13974
  #
13913
13975
  # @!attribute [rw] sse_customer_key_md5