aws-sdk-s3 1.120.1 → 1.121.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 you use this action with Amazon S3 on Outposts, you must direct
61
+ # When using 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 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*.
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*.
69
69
  #
70
70
  #
71
71
  #
@@ -474,10 +474,7 @@ 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. The default
478
- # character is `#`.
479
- #
480
- # Default: `#`
477
+ # specify any character to indicate a comment line.
481
478
  # @return [String]
482
479
  #
483
480
  # @!attribute [rw] quote_escape_character
@@ -711,14 +708,14 @@ module Aws::S3
711
708
  # bucket name. For more information about access point ARNs, see
712
709
  # [Using access points][1] in the *Amazon S3 User Guide*.
713
710
  #
714
- # When you use this action with Amazon S3 on Outposts, you must direct
711
+ # When using this action with Amazon S3 on Outposts, you must direct
715
712
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
716
713
  # takes the form `
717
714
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
722
719
  #
723
720
  #
724
721
  #
@@ -805,8 +802,11 @@ module Aws::S3
805
802
  # @return [String]
806
803
  #
807
804
  # @!attribute [rw] server_side_encryption
808
- # The server-side encryption algorithm used when storing this object
809
- # in Amazon S3 (for example, AES256, `aws:kms`).
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.
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 encryption
820
- # customer managed key that was used for the object.
819
+ # Management Service (Amazon Web Services KMS) symmetric customer
820
+ # 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 you use this action with Amazon S3 on Outposts, you must direct
866
+ # When using 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 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*.
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*.
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 encryption
1194
- # customer managed key that was used for the object.
1193
+ # Management Service (Amazon Web Services KMS) symmetric customer
1194
+ # 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 you use this action with Amazon S3 on Outposts, you must direct
1250
+ # When using 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 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*.
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*.
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,9 +1430,7 @@ 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. 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.
1433
+ # metadata.
1436
1434
  # @return [String]
1437
1435
  #
1438
1436
  # @!attribute [rw] sse_customer_algorithm
@@ -1887,14 +1885,14 @@ module Aws::S3
1887
1885
  # bucket name. For more information about access point ARNs, see
1888
1886
  # [Using access points][1] in the *Amazon S3 User Guide*.
1889
1887
  #
1890
- # When you use this action with Amazon S3 on Outposts, you must direct
1888
+ # When using this action with Amazon S3 on Outposts, you must direct
1891
1889
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1892
1890
  # takes the form `
1893
1891
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
1898
1896
  #
1899
1897
  #
1900
1898
  #
@@ -1912,7 +1910,7 @@ module Aws::S3
1912
1910
  #
1913
1911
  # @!attribute [rw] server_side_encryption
1914
1912
  # The server-side encryption algorithm used when storing this object
1915
- # in Amazon S3 (for example, AES256, `aws:kms`).
1913
+ # in Amazon S3 (for example, AES256, aws:kms).
1916
1914
  # @return [String]
1917
1915
  #
1918
1916
  # @!attribute [rw] sse_customer_algorithm
@@ -1930,8 +1928,8 @@ module Aws::S3
1930
1928
  #
1931
1929
  # @!attribute [rw] ssekms_key_id
1932
1930
  # If present, specifies the ID of the Amazon Web Services Key
1933
- # Management Service (Amazon Web Services KMS) symmetric encryption
1934
- # customer managed key that was used for the object.
1931
+ # Management Service (Amazon Web Services KMS) symmetric customer
1932
+ # managed key that was used for the object.
1935
1933
  # @return [String]
1936
1934
  #
1937
1935
  # @!attribute [rw] ssekms_encryption_context
@@ -1993,14 +1991,14 @@ module Aws::S3
1993
1991
  # bucket name. For more information about access point ARNs, see
1994
1992
  # [Using access points][1] in the *Amazon S3 User Guide*.
1995
1993
  #
1996
- # When you use this action with Amazon S3 on Outposts, you must direct
1994
+ # When using this action with Amazon S3 on Outposts, you must direct
1997
1995
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1998
1996
  # takes the form `
1999
1997
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
2004
2002
  #
2005
2003
  #
2006
2004
  #
@@ -2069,7 +2067,7 @@ module Aws::S3
2069
2067
  #
2070
2068
  # @!attribute [rw] server_side_encryption
2071
2069
  # The server-side encryption algorithm used when storing this object
2072
- # in Amazon S3 (for example, AES256, `aws:kms`).
2070
+ # in Amazon S3 (for example, AES256, aws:kms).
2073
2071
  # @return [String]
2074
2072
  #
2075
2073
  # @!attribute [rw] storage_class
@@ -2112,13 +2110,13 @@ module Aws::S3
2112
2110
  # @return [String]
2113
2111
  #
2114
2112
  # @!attribute [rw] ssekms_key_id
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*.
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*.
2122
2120
  #
2123
2121
  #
2124
2122
  #
@@ -2415,9 +2413,7 @@ module Aws::S3
2415
2413
  # @return [String]
2416
2414
  #
2417
2415
  # @!attribute [rw] id
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.
2416
+ # The ID used to identify the metrics configuration.
2421
2417
  # @return [String]
2422
2418
  #
2423
2419
  # @!attribute [rw] expected_bucket_owner
@@ -2662,14 +2658,14 @@ module Aws::S3
2662
2658
  # bucket name. For more information about access point ARNs, see
2663
2659
  # [Using access points][1] in the *Amazon S3 User Guide*.
2664
2660
  #
2665
- # When you use this action with Amazon S3 on Outposts, you must direct
2661
+ # When using this action with Amazon S3 on Outposts, you must direct
2666
2662
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2667
2663
  # takes the form `
2668
2664
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
2673
2669
  #
2674
2670
  #
2675
2671
  #
@@ -2755,14 +2751,14 @@ module Aws::S3
2755
2751
  # bucket name. For more information about access point ARNs, see
2756
2752
  # [Using access points][1] in the *Amazon S3 User Guide*.
2757
2753
  #
2758
- # When you use this action with Amazon S3 on Outposts, you must direct
2754
+ # When using this action with Amazon S3 on Outposts, you must direct
2759
2755
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2760
2756
  # takes the form `
2761
2757
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
2766
2762
  #
2767
2763
  #
2768
2764
  #
@@ -2833,14 +2829,14 @@ module Aws::S3
2833
2829
  # bucket name. For more information about access point ARNs, see
2834
2830
  # [Using access points][1] in the *Amazon S3 User Guide*.
2835
2831
  #
2836
- # When you use this action with Amazon S3 on Outposts, you must direct
2832
+ # When using this action with Amazon S3 on Outposts, you must direct
2837
2833
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2838
2834
  # takes the form `
2839
2835
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
2844
2840
  #
2845
2841
  #
2846
2842
  #
@@ -3053,16 +3049,15 @@ module Aws::S3
3053
3049
  #
3054
3050
  # @!attribute [rw] encryption_type
3055
3051
  # The server-side encryption algorithm used when storing job results
3056
- # in Amazon S3 (for example, AES256, `aws:kms`).
3052
+ # in Amazon S3 (for example, AES256, aws:kms).
3057
3053
  # @return [String]
3058
3054
  #
3059
3055
  # @!attribute [rw] kms_key_id
3060
3056
  # If the encryption type is `aws:kms`, this optional value specifies
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*.
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*.
3066
3061
  #
3067
3062
  #
3068
3063
  #
@@ -3092,9 +3087,9 @@ module Aws::S3
3092
3087
  # Amazon Web Services KMS key stored in Amazon Web Services Key
3093
3088
  # Management Service (KMS) for the destination bucket. Amazon S3 uses
3094
3089
  # this key to encrypt replica objects. Amazon S3 only supports
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*.
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*.
3098
3093
  #
3099
3094
  #
3100
3095
  #
@@ -3860,7 +3855,7 @@ module Aws::S3
3860
3855
  #
3861
3856
  # * * *Code:* ServiceUnavailable
3862
3857
  #
3863
- # * *Description:* Service is unable to handle request.
3858
+ # * *Description:* Reduce your request rate.
3864
3859
  #
3865
3860
  # * *HTTP Status Code:* 503 Service Unavailable
3866
3861
  #
@@ -3996,8 +3991,6 @@ module Aws::S3
3996
3991
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication
3997
3992
  #
3998
3993
  # @!attribute [rw] status
3999
- # Specifies whether Amazon S3 replicates existing source bucket
4000
- # objects.
4001
3994
  # @return [String]
4002
3995
  #
4003
3996
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ExistingObjectReplication AWS API Documentation
@@ -4427,9 +4420,7 @@ module Aws::S3
4427
4420
  # @return [String]
4428
4421
  #
4429
4422
  # @!attribute [rw] id
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.
4423
+ # The ID used to identify the metrics configuration.
4433
4424
  # @return [String]
4434
4425
  #
4435
4426
  # @!attribute [rw] expected_bucket_owner
@@ -4948,14 +4939,14 @@ module Aws::S3
4948
4939
  # bucket name. For more information about access point ARNs, see
4949
4940
  # [Using access points][1] in the *Amazon S3 User Guide*.
4950
4941
  #
4951
- # When you use this action with Amazon S3 on Outposts, you must direct
4942
+ # When using this action with Amazon S3 on Outposts, you must direct
4952
4943
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
4953
4944
  # takes the form `
4954
4945
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
4959
4950
  #
4960
4951
  #
4961
4952
  #
@@ -5300,7 +5291,7 @@ module Aws::S3
5300
5291
  #
5301
5292
  # @!attribute [rw] server_side_encryption
5302
5293
  # The server-side encryption algorithm used when storing this object
5303
- # in Amazon S3 (for example, AES256, `aws:kms`).
5294
+ # in Amazon S3 (for example, AES256, aws:kms).
5304
5295
  # @return [String]
5305
5296
  #
5306
5297
  # @!attribute [rw] metadata
@@ -5322,8 +5313,8 @@ module Aws::S3
5322
5313
  #
5323
5314
  # @!attribute [rw] ssekms_key_id
5324
5315
  # If present, specifies the ID of the Amazon Web Services Key
5325
- # Management Service (Amazon Web Services KMS) symmetric encryption
5326
- # customer managed key that was used for the object.
5316
+ # Management Service (Amazon Web Services KMS) symmetric customer
5317
+ # managed key that was used for the object.
5327
5318
  # @return [String]
5328
5319
  #
5329
5320
  # @!attribute [rw] bucket_key_enabled
@@ -5430,14 +5421,14 @@ module Aws::S3
5430
5421
  # When using an Object Lambda access point the hostname takes the form
5431
5422
  # *AccessPointName*-*AccountId*.s3-object-lambda.*Region*.amazonaws.com.
5432
5423
  #
5433
- # When you use this action with Amazon S3 on Outposts, you must direct
5424
+ # When using this action with Amazon S3 on Outposts, you must direct
5434
5425
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5435
5426
  # takes the form `
5436
5427
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
5441
5432
  #
5442
5433
  #
5443
5434
  #
@@ -5472,7 +5463,7 @@ module Aws::S3
5472
5463
  # @!attribute [rw] range
5473
5464
  # Downloads the specified range bytes of an object. For more
5474
5465
  # information about the HTTP Range header, see
5475
- # [https://www.rfc-editor.org/rfc/rfc9110.html#name-range][1].
5466
+ # [https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35][1].
5476
5467
  #
5477
5468
  # <note markdown="1"> Amazon S3 doesn't support retrieving multiple ranges of data per
5478
5469
  # `GET` request.
@@ -5481,7 +5472,7 @@ module Aws::S3
5481
5472
  #
5482
5473
  #
5483
5474
  #
5484
- # [1]: https://www.rfc-editor.org/rfc/rfc9110.html#name-range
5475
+ # [1]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35
5485
5476
  # @return [String]
5486
5477
  #
5487
5478
  # @!attribute [rw] response_cache_control
@@ -5689,14 +5680,14 @@ module Aws::S3
5689
5680
  # bucket name. For more information about access point ARNs, see
5690
5681
  # [Using access points][1] in the *Amazon S3 User Guide*.
5691
5682
  #
5692
- # When you use this action with Amazon S3 on Outposts, you must direct
5683
+ # When using this action with Amazon S3 on Outposts, you must direct
5693
5684
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5694
5685
  # takes the form `
5695
5686
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
5700
5691
  #
5701
5692
  #
5702
5693
  #
@@ -5940,14 +5931,14 @@ module Aws::S3
5940
5931
  # bucket name. For more information about access point ARNs, see
5941
5932
  # [Using access points][1] in the *Amazon S3 User Guide*.
5942
5933
  #
5943
- # When you use this action with Amazon S3 on Outposts, you must direct
5934
+ # When using this action with Amazon S3 on Outposts, you must direct
5944
5935
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5945
5936
  # takes the form `
5946
5937
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
5951
5942
  #
5952
5943
  #
5953
5944
  #
@@ -6129,8 +6120,11 @@ module Aws::S3
6129
6120
  # @return [String]
6130
6121
  #
6131
6122
  # @!attribute [rw] server_side_encryption
6132
- # The server-side encryption algorithm used when storing this object
6133
- # in Amazon S3 (for example, AES256, `aws:kms`).
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).
6134
6128
  # @return [String]
6135
6129
  #
6136
6130
  # @!attribute [rw] metadata
@@ -6152,8 +6146,8 @@ module Aws::S3
6152
6146
  #
6153
6147
  # @!attribute [rw] ssekms_key_id
6154
6148
  # If present, specifies the ID of the Amazon Web Services Key
6155
- # Management Service (Amazon Web Services KMS) symmetric encryption
6156
- # customer managed key that was used for the object.
6149
+ # Management Service (Amazon Web Services KMS) symmetric customer
6150
+ # managed key that was used for the object.
6157
6151
  # @return [String]
6158
6152
  #
6159
6153
  # @!attribute [rw] bucket_key_enabled
@@ -6312,14 +6306,14 @@ module Aws::S3
6312
6306
  # bucket name. For more information about access point ARNs, see
6313
6307
  # [Using access points][1] in the *Amazon S3 User Guide*.
6314
6308
  #
6315
- # When you use this action with Amazon S3 on Outposts, you must direct
6309
+ # When using this action with Amazon S3 on Outposts, you must direct
6316
6310
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
6317
6311
  # takes the form `
6318
6312
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
6323
6317
  #
6324
6318
  #
6325
6319
  #
@@ -6352,10 +6346,8 @@ module Aws::S3
6352
6346
  # @return [String]
6353
6347
  #
6354
6348
  # @!attribute [rw] range
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.
6349
+ # Because `HeadObject` returns only the metadata for an object, this
6350
+ # parameter has no effect.
6359
6351
  # @return [String]
6360
6352
  #
6361
6353
  # @!attribute [rw] version_id
@@ -6872,13 +6864,6 @@ module Aws::S3
6872
6864
 
6873
6865
  # Container for lifecycle rules. You can add as many as 1000 rules.
6874
6866
  #
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
- #
6882
6867
  # @!attribute [rw] rules
6883
6868
  # Specifies lifecycle configuration rules for an Amazon S3 bucket.
6884
6869
  # @return [Array<Types::Rule>]
@@ -6893,13 +6878,6 @@ module Aws::S3
6893
6878
 
6894
6879
  # Container for the expiration for the lifecycle of the object.
6895
6880
  #
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
- #
6903
6881
  # @!attribute [rw] date
6904
6882
  # Indicates at what date the object is to be moved or deleted. Should
6905
6883
  # be in GMT ISO 8601 Format.
@@ -6929,13 +6907,6 @@ module Aws::S3
6929
6907
 
6930
6908
  # A lifecycle rule for individual objects in an Amazon S3 bucket.
6931
6909
  #
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
- #
6939
6910
  # @!attribute [rw] expiration
6940
6911
  # Specifies the expiration for the lifecycle of the object in the form
6941
6912
  # of date, days and, whether the object has a delete marker.
@@ -7459,14 +7430,14 @@ module Aws::S3
7459
7430
  # bucket name. For more information about access point ARNs, see
7460
7431
  # [Using access points][1] in the *Amazon S3 User Guide*.
7461
7432
  #
7462
- # When you use this action with Amazon S3 on Outposts, you must direct
7433
+ # When using this action with Amazon S3 on Outposts, you must direct
7463
7434
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
7464
7435
  # takes the form `
7465
7436
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
7470
7441
  #
7471
7442
  #
7472
7443
  #
@@ -7816,14 +7787,14 @@ module Aws::S3
7816
7787
  # bucket name. For more information about access point ARNs, see
7817
7788
  # [Using access points][1] in the *Amazon S3 User Guide*.
7818
7789
  #
7819
- # When you use this action with Amazon S3 on Outposts, you must direct
7790
+ # When using this action with Amazon S3 on Outposts, you must direct
7820
7791
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
7821
7792
  # takes the form `
7822
7793
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
7827
7798
  #
7828
7799
  #
7829
7800
  #
@@ -7909,14 +7880,14 @@ module Aws::S3
7909
7880
  # bucket name. For more information about access point ARNs, see
7910
7881
  # [Using access points][1] in the *Amazon S3 User Guide*.
7911
7882
  #
7912
- # When you use this action with Amazon S3 on Outposts, you must direct
7883
+ # When using this action with Amazon S3 on Outposts, you must direct
7913
7884
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
7914
7885
  # takes the form `
7915
7886
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
7920
7891
  #
7921
7892
  #
7922
7893
  #
@@ -7975,8 +7946,8 @@ module Aws::S3
7975
7946
  #
7976
7947
  # @!attribute [rw] key_count
7977
7948
  # KeyCount is the number of keys returned with this request. KeyCount
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.
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
7980
7951
  # @return [Integer]
7981
7952
  #
7982
7953
  # @!attribute [rw] continuation_token
@@ -8028,14 +7999,14 @@ module Aws::S3
8028
7999
  # bucket name. For more information about access point ARNs, see
8029
8000
  # [Using access points][1] in the *Amazon S3 User Guide*.
8030
8001
  #
8031
- # When you use this action with Amazon S3 on Outposts, you must direct
8002
+ # When using this action with Amazon S3 on Outposts, you must direct
8032
8003
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8033
8004
  # takes the form `
8034
8005
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
8039
8010
  #
8040
8011
  #
8041
8012
  #
@@ -8237,14 +8208,14 @@ module Aws::S3
8237
8208
  # bucket name. For more information about access point ARNs, see
8238
8209
  # [Using access points][1] in the *Amazon S3 User Guide*.
8239
8210
  #
8240
- # When you use this action with Amazon S3 on Outposts, you must direct
8211
+ # When using this action with Amazon S3 on Outposts, you must direct
8241
8212
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8242
8213
  # takes the form `
8243
8214
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
8248
8219
  #
8249
8220
  #
8250
8221
  #
@@ -8464,9 +8435,7 @@ module Aws::S3
8464
8435
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html
8465
8436
  #
8466
8437
  # @!attribute [rw] id
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.
8438
+ # The ID used to identify the metrics configuration.
8470
8439
  # @return [String]
8471
8440
  #
8472
8441
  # @!attribute [rw] filter
@@ -9104,24 +9073,7 @@ module Aws::S3
9104
9073
  # Container for the owner's display name and ID.
9105
9074
  #
9106
9075
  # @!attribute [rw] display_name
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)
9076
+ # Container for the display name of the owner.
9125
9077
  # @return [String]
9126
9078
  #
9127
9079
  # @!attribute [rw] id
@@ -9626,14 +9578,10 @@ module Aws::S3
9626
9578
 
9627
9579
  # @!attribute [rw] bucket
9628
9580
  # Specifies default encryption for a bucket using server-side
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*.
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*.
9637
9585
  #
9638
9586
  #
9639
9587
  #
@@ -9886,9 +9834,7 @@ module Aws::S3
9886
9834
  # @return [String]
9887
9835
  #
9888
9836
  # @!attribute [rw] id
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.
9837
+ # The ID used to identify the metrics configuration.
9892
9838
  # @return [String]
9893
9839
  #
9894
9840
  # @!attribute [rw] metrics_configuration
@@ -10511,14 +10457,14 @@ module Aws::S3
10511
10457
  # bucket name. For more information about access point ARNs, see
10512
10458
  # [Using access points][1] in the *Amazon S3 User Guide*.
10513
10459
  #
10514
- # When you use this action with Amazon S3 on Outposts, you must direct
10460
+ # When using this action with Amazon S3 on Outposts, you must direct
10515
10461
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
10516
10462
  # takes the form `
10517
10463
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
10522
10468
  #
10523
10469
  #
10524
10470
  #
@@ -10824,8 +10770,10 @@ module Aws::S3
10824
10770
  # @return [String]
10825
10771
  #
10826
10772
  # @!attribute [rw] server_side_encryption
10827
- # The server-side encryption algorithm used when storing this object
10828
- # in Amazon S3 (for example, AES256, `aws:kms`).
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.
10829
10777
  # @return [String]
10830
10778
  #
10831
10779
  # @!attribute [rw] version_id
@@ -10846,19 +10794,17 @@ module Aws::S3
10846
10794
  # @return [String]
10847
10795
  #
10848
10796
  # @!attribute [rw] ssekms_key_id
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.
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.
10853
10801
  # @return [String]
10854
10802
  #
10855
10803
  # @!attribute [rw] ssekms_encryption_context
10856
10804
  # If present, specifies the Amazon Web Services KMS Encryption Context
10857
10805
  # to use for object encryption. The value of this header is a
10858
10806
  # base64-encoded UTF-8 string holding JSON with the encryption context
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.
10807
+ # key-value pairs.
10862
10808
  # @return [String]
10863
10809
  #
10864
10810
  # @!attribute [rw] bucket_key_enabled
@@ -10919,14 +10865,14 @@ module Aws::S3
10919
10865
  # bucket name. For more information about access point ARNs, see
10920
10866
  # [Using access points][1] in the *Amazon S3 User Guide*.
10921
10867
  #
10922
- # When you use this action with Amazon S3 on Outposts, you must direct
10868
+ # When using this action with Amazon S3 on Outposts, you must direct
10923
10869
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
10924
10870
  # takes the form `
10925
10871
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
10930
10876
  #
10931
10877
  #
10932
10878
  #
@@ -10947,11 +10893,11 @@ module Aws::S3
10947
10893
  # @!attribute [rw] content_disposition
10948
10894
  # Specifies presentational information for the object. For more
10949
10895
  # information, see
10950
- # [https://www.rfc-editor.org/rfc/rfc6266#section-4][1].
10896
+ # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1][1].
10951
10897
  #
10952
10898
  #
10953
10899
  #
10954
- # [1]: https://www.rfc-editor.org/rfc/rfc6266#section-4
10900
+ # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1
10955
10901
  # @return [String]
10956
10902
  #
10957
10903
  # @!attribute [rw] content_encoding
@@ -10959,11 +10905,11 @@ module Aws::S3
10959
10905
  # thus what decoding mechanisms must be applied to obtain the
10960
10906
  # media-type referenced by the Content-Type header field. For more
10961
10907
  # information, see
10962
- # [https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding][1].
10908
+ # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11][1].
10963
10909
  #
10964
10910
  #
10965
10911
  #
10966
- # [1]: https://www.rfc-editor.org/rfc/rfc9110.html#field.content-encoding
10912
+ # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
10967
10913
  # @return [String]
10968
10914
  #
10969
10915
  # @!attribute [rw] content_language
@@ -10974,11 +10920,11 @@ module Aws::S3
10974
10920
  # Size of the body in bytes. This parameter is useful when the size of
10975
10921
  # the body cannot be determined automatically. For more information,
10976
10922
  # see
10977
- # [https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length][1].
10923
+ # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13][1].
10978
10924
  #
10979
10925
  #
10980
10926
  #
10981
- # [1]: https://www.rfc-editor.org/rfc/rfc9110.html#name-content-length
10927
+ # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13
10982
10928
  # @return [Integer]
10983
10929
  #
10984
10930
  # @!attribute [rw] content_md5
@@ -10998,11 +10944,11 @@ module Aws::S3
10998
10944
  # @!attribute [rw] content_type
10999
10945
  # A standard MIME type describing the format of the contents. For more
11000
10946
  # information, see
11001
- # [https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type][1].
10947
+ # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17][1].
11002
10948
  #
11003
10949
  #
11004
10950
  #
11005
- # [1]: https://www.rfc-editor.org/rfc/rfc9110.html#name-content-type
10951
+ # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17
11006
10952
  # @return [String]
11007
10953
  #
11008
10954
  # @!attribute [rw] checksum_algorithm
@@ -11073,11 +11019,11 @@ module Aws::S3
11073
11019
  # @!attribute [rw] expires
11074
11020
  # The date and time at which the object is no longer cacheable. For
11075
11021
  # more information, see
11076
- # [https://www.rfc-editor.org/rfc/rfc7234#section-5.3][1].
11022
+ # [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21][1].
11077
11023
  #
11078
11024
  #
11079
11025
  #
11080
- # [1]: https://www.rfc-editor.org/rfc/rfc7234#section-5.3
11026
+ # [1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21
11081
11027
  # @return [Time]
11082
11028
  #
11083
11029
  # @!attribute [rw] grant_full_control
@@ -11115,7 +11061,7 @@ module Aws::S3
11115
11061
  #
11116
11062
  # @!attribute [rw] server_side_encryption
11117
11063
  # The server-side encryption algorithm used when storing this object
11118
- # in Amazon S3 (for example, AES256, `aws:kms`).
11064
+ # in Amazon S3 (for example, AES256, aws:kms).
11119
11065
  # @return [String]
11120
11066
  #
11121
11067
  # @!attribute [rw] storage_class
@@ -11179,9 +11125,9 @@ module Aws::S3
11179
11125
  # @return [String]
11180
11126
  #
11181
11127
  # @!attribute [rw] ssekms_key_id
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
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
11185
11131
  # customer managed key that was used for the object. If you specify
11186
11132
  # `x-amz-server-side-encryption:aws:kms`, but do not provide`
11187
11133
  # x-amz-server-side-encryption-aws-kms-key-id`, Amazon S3 uses the
@@ -11194,9 +11140,7 @@ module Aws::S3
11194
11140
  # Specifies the Amazon Web Services KMS Encryption Context to use for
11195
11141
  # object encryption. The value of this header is a base64-encoded
11196
11142
  # UTF-8 string holding JSON with the encryption context key-value
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.
11143
+ # pairs.
11200
11144
  # @return [String]
11201
11145
  #
11202
11146
  # @!attribute [rw] bucket_key_enabled
@@ -11427,14 +11371,14 @@ module Aws::S3
11427
11371
  # bucket name. For more information about access point ARNs, see
11428
11372
  # [Using access points][1] in the *Amazon S3 User Guide*.
11429
11373
  #
11430
- # When you use this action with Amazon S3 on Outposts, you must direct
11374
+ # When using this action with Amazon S3 on Outposts, you must direct
11431
11375
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
11432
11376
  # takes the form `
11433
11377
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
11438
11382
  #
11439
11383
  #
11440
11384
  #
@@ -11863,13 +11807,6 @@ module Aws::S3
11863
11807
  # @return [Types::SourceSelectionCriteria]
11864
11808
  #
11865
11809
  # @!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
11873
11810
  # @return [Types::ExistingObjectReplication]
11874
11811
  #
11875
11812
  # @!attribute [rw] destination
@@ -12095,14 +12032,14 @@ module Aws::S3
12095
12032
  # bucket name. For more information about access point ARNs, see
12096
12033
  # [Using access points][1] in the *Amazon S3 User Guide*.
12097
12034
  #
12098
- # When you use this action with Amazon S3 on Outposts, you must direct
12035
+ # When using this action with Amazon S3 on Outposts, you must direct
12099
12036
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
12100
12037
  # takes the form `
12101
12038
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
12106
12043
  #
12107
12044
  #
12108
12045
  #
@@ -12417,8 +12354,8 @@ module Aws::S3
12417
12354
  #
12418
12355
  # @!attribute [rw] key_id
12419
12356
  # Specifies the ID of the Amazon Web Services Key Management Service
12420
- # (Amazon Web Services KMS) symmetric encryption customer managed key
12421
- # to use for encrypting inventory reports.
12357
+ # (Amazon Web Services KMS) symmetric customer managed key to use for
12358
+ # encrypting inventory reports.
12422
12359
  # @return [String]
12423
12360
  #
12424
12361
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/SSEKMS AWS API Documentation
@@ -12669,9 +12606,10 @@ module Aws::S3
12669
12606
  # * Key ARN:
12670
12607
  # `arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`
12671
12608
  #
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*.
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*.
12675
12613
  #
12676
12614
  #
12677
12615
  #
@@ -13091,7 +13029,7 @@ module Aws::S3
13091
13029
  #
13092
13030
  # @!attribute [rw] server_side_encryption
13093
13031
  # The server-side encryption algorithm used when storing this object
13094
- # in Amazon S3 (for example, AES256, `aws:kms`).
13032
+ # in Amazon S3 (for example, AES256, aws:kms).
13095
13033
  # @return [String]
13096
13034
  #
13097
13035
  # @!attribute [rw] sse_customer_algorithm
@@ -13109,8 +13047,8 @@ module Aws::S3
13109
13047
  #
13110
13048
  # @!attribute [rw] ssekms_key_id
13111
13049
  # If present, specifies the ID of the Amazon Web Services Key
13112
- # Management Service (Amazon Web Services KMS) symmetric encryption
13113
- # customer managed key that was used for the object.
13050
+ # Management Service (Amazon Web Services KMS) symmetric customer
13051
+ # managed key that was used for the object.
13114
13052
  # @return [String]
13115
13053
  #
13116
13054
  # @!attribute [rw] bucket_key_enabled
@@ -13150,14 +13088,14 @@ module Aws::S3
13150
13088
  # bucket name. For more information about access point ARNs, see
13151
13089
  # [Using access points][1] in the *Amazon S3 User Guide*.
13152
13090
  #
13153
- # When you use this action with Amazon S3 on Outposts, you must direct
13091
+ # When using this action with Amazon S3 on Outposts, you must direct
13154
13092
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
13155
13093
  # takes the form `
13156
13094
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
13161
13099
  #
13162
13100
  #
13163
13101
  #
@@ -13344,7 +13282,7 @@ module Aws::S3
13344
13282
 
13345
13283
  # @!attribute [rw] server_side_encryption
13346
13284
  # The server-side encryption algorithm used when storing this object
13347
- # in Amazon S3 (for example, AES256, `aws:kms`).
13285
+ # in Amazon S3 (for example, AES256, aws:kms).
13348
13286
  # @return [String]
13349
13287
  #
13350
13288
  # @!attribute [rw] etag
@@ -13418,8 +13356,8 @@ module Aws::S3
13418
13356
  #
13419
13357
  # @!attribute [rw] ssekms_key_id
13420
13358
  # If present, specifies the ID of the Amazon Web Services Key
13421
- # Management Service (Amazon Web Services KMS) symmetric encryption
13422
- # customer managed key was used for the object.
13359
+ # Management Service (Amazon Web Services KMS) symmetric customer
13360
+ # managed key was used for the object.
13423
13361
  # @return [String]
13424
13362
  #
13425
13363
  # @!attribute [rw] bucket_key_enabled
@@ -13466,14 +13404,14 @@ module Aws::S3
13466
13404
  # bucket name. For more information about access point ARNs, see
13467
13405
  # [Using access points][1] in the *Amazon S3 User Guide*.
13468
13406
  #
13469
- # When you use this action with Amazon S3 on Outposts, you must direct
13407
+ # When using this action with Amazon S3 on Outposts, you must direct
13470
13408
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
13471
13409
  # takes the form `
13472
13410
  # AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com`.
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*.
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*.
13477
13415
  #
13478
13416
  #
13479
13417
  #
@@ -13957,7 +13895,7 @@ module Aws::S3
13957
13895
  #
13958
13896
  # @!attribute [rw] server_side_encryption
13959
13897
  # The server-side encryption algorithm used when storing requested
13960
- # object in Amazon S3 (for example, AES256, `aws:kms`).
13898
+ # object in Amazon S3 (for example, AES256, aws:kms).
13961
13899
  # @return [String]
13962
13900
  #
13963
13901
  # @!attribute [rw] sse_customer_algorithm
@@ -13968,8 +13906,8 @@ module Aws::S3
13968
13906
  #
13969
13907
  # @!attribute [rw] ssekms_key_id
13970
13908
  # If present, specifies the ID of the Amazon Web Services Key
13971
- # Management Service (Amazon Web Services KMS) symmetric encryption
13972
- # customer managed key that was used for stored in Amazon S3 object.
13909
+ # Management Service (Amazon Web Services KMS) symmetric customer
13910
+ # managed key that was used for stored in Amazon S3 object.
13973
13911
  # @return [String]
13974
13912
  #
13975
13913
  # @!attribute [rw] sse_customer_key_md5