aws-sdk-s3 1.134.0 → 1.136.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +25 -16
- data/lib/aws-sdk-s3/client.rb +428 -384
- data/lib/aws-sdk-s3/multipart_upload.rb +15 -9
- data/lib/aws-sdk-s3/multipart_upload_part.rb +10 -6
- data/lib/aws-sdk-s3/object.rb +65 -47
- data/lib/aws-sdk-s3/object_acl.rb +5 -3
- data/lib/aws-sdk-s3/object_summary.rb +60 -44
- data/lib/aws-sdk-s3/object_version.rb +20 -12
- data/lib/aws-sdk-s3/types.rb +182 -119
- data/lib/aws-sdk-s3.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -84,9 +84,11 @@ module Aws::S3
|
|
84
84
|
# @!attribute [rw] request_payer
|
85
85
|
# Confirms that the requester knows that they will be charged for the
|
86
86
|
# request. Bucket owners need not specify this parameter in their
|
87
|
-
# requests.
|
88
|
-
# Pays
|
89
|
-
#
|
87
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
88
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
89
|
+
# charges to copy the object. For information about downloading
|
90
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
91
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
90
92
|
#
|
91
93
|
#
|
92
94
|
#
|
@@ -942,9 +944,11 @@ module Aws::S3
|
|
942
944
|
# @!attribute [rw] request_payer
|
943
945
|
# Confirms that the requester knows that they will be charged for the
|
944
946
|
# request. Bucket owners need not specify this parameter in their
|
945
|
-
# requests.
|
946
|
-
# Pays
|
947
|
-
#
|
947
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
948
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
949
|
+
# charges to copy the object. For information about downloading
|
950
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
951
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
948
952
|
#
|
949
953
|
#
|
950
954
|
#
|
@@ -1416,11 +1420,12 @@ module Aws::S3
|
|
1416
1420
|
# @return [String]
|
1417
1421
|
#
|
1418
1422
|
# @!attribute [rw] storage_class
|
1419
|
-
#
|
1420
|
-
#
|
1421
|
-
#
|
1422
|
-
#
|
1423
|
-
#
|
1423
|
+
# If the `x-amz-storage-class` header is not used, the copied object
|
1424
|
+
# will be stored in the STANDARD Storage Class by default. The
|
1425
|
+
# STANDARD storage class provides high durability and high
|
1426
|
+
# availability. Depending on performance needs, you can specify a
|
1427
|
+
# different Storage Class. Amazon S3 on Outposts only uses the
|
1428
|
+
# OUTPOSTS Storage Class. For more information, see [Storage
|
1424
1429
|
# Classes][1] in the *Amazon S3 User Guide*.
|
1425
1430
|
#
|
1426
1431
|
#
|
@@ -1457,12 +1462,13 @@ module Aws::S3
|
|
1457
1462
|
# @return [String]
|
1458
1463
|
#
|
1459
1464
|
# @!attribute [rw] ssekms_key_id
|
1460
|
-
# Specifies the KMS
|
1461
|
-
# PUT requests for an object protected
|
1462
|
-
# not made via SSL or using SigV4. For
|
1463
|
-
# any of the officially supported Amazon
|
1464
|
-
# Web Services CLI, see [Specifying the
|
1465
|
-
# Authentication][1] in the *Amazon S3
|
1465
|
+
# Specifies the KMS ID (Key ID, Key ARN, or Key Alias) to use for
|
1466
|
+
# object encryption. All GET and PUT requests for an object protected
|
1467
|
+
# by KMS will fail if they're not made via SSL or using SigV4. For
|
1468
|
+
# information about configuring any of the officially supported Amazon
|
1469
|
+
# Web Services SDKs and Amazon Web Services CLI, see [Specifying the
|
1470
|
+
# Signature Version in Request Authentication][1] in the *Amazon S3
|
1471
|
+
# User Guide*.
|
1466
1472
|
#
|
1467
1473
|
#
|
1468
1474
|
#
|
@@ -1506,9 +1512,11 @@ module Aws::S3
|
|
1506
1512
|
# @!attribute [rw] request_payer
|
1507
1513
|
# Confirms that the requester knows that they will be charged for the
|
1508
1514
|
# request. Bucket owners need not specify this parameter in their
|
1509
|
-
# requests.
|
1510
|
-
# Pays
|
1511
|
-
#
|
1515
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
1516
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
1517
|
+
# charges to copy the object. For information about downloading
|
1518
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
1519
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
1512
1520
|
#
|
1513
1521
|
#
|
1514
1522
|
#
|
@@ -2114,13 +2122,13 @@ module Aws::S3
|
|
2114
2122
|
# @return [String]
|
2115
2123
|
#
|
2116
2124
|
# @!attribute [rw] ssekms_key_id
|
2117
|
-
# Specifies the ID
|
2118
|
-
# use for object encryption. All
|
2119
|
-
#
|
2120
|
-
# SigV4. For information about
|
2121
|
-
#
|
2122
|
-
# [Specifying the Signature Version
|
2123
|
-
# the *Amazon S3 User Guide*.
|
2125
|
+
# Specifies the ID (Key ID, Key ARN, or Key Alias) of the symmetric
|
2126
|
+
# encryption customer managed key to use for object encryption. All
|
2127
|
+
# GET and PUT requests for an object protected by KMS will fail if
|
2128
|
+
# they're not made via SSL or using SigV4. For information about
|
2129
|
+
# configuring any of the officially supported Amazon Web Services SDKs
|
2130
|
+
# and Amazon Web Services CLI, see [Specifying the Signature Version
|
2131
|
+
# in Request Authentication][1] in the *Amazon S3 User Guide*.
|
2124
2132
|
#
|
2125
2133
|
#
|
2126
2134
|
#
|
@@ -2147,9 +2155,11 @@ module Aws::S3
|
|
2147
2155
|
# @!attribute [rw] request_payer
|
2148
2156
|
# Confirms that the requester knows that they will be charged for the
|
2149
2157
|
# request. Bucket owners need not specify this parameter in their
|
2150
|
-
# requests.
|
2151
|
-
# Pays
|
2152
|
-
#
|
2158
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
2159
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
2160
|
+
# charges to copy the object. For information about downloading
|
2161
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
2162
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
2153
2163
|
#
|
2154
2164
|
#
|
2155
2165
|
#
|
@@ -2628,8 +2638,10 @@ module Aws::S3
|
|
2628
2638
|
end
|
2629
2639
|
|
2630
2640
|
# @!attribute [rw] delete_marker
|
2631
|
-
#
|
2632
|
-
# was (true) or was not (false) a delete marker
|
2641
|
+
# Indicates whether the specified object version that was permanently
|
2642
|
+
# deleted was (true) or was not (false) a delete marker before
|
2643
|
+
# deletion. In a simple DELETE, this header indicates whether (true)
|
2644
|
+
# or not (false) the current version of the object is a delete marker.
|
2633
2645
|
# @return [Boolean]
|
2634
2646
|
#
|
2635
2647
|
# @!attribute [rw] version_id
|
@@ -2697,9 +2709,11 @@ module Aws::S3
|
|
2697
2709
|
# @!attribute [rw] request_payer
|
2698
2710
|
# Confirms that the requester knows that they will be charged for the
|
2699
2711
|
# request. Bucket owners need not specify this parameter in their
|
2700
|
-
# requests.
|
2701
|
-
# Pays
|
2702
|
-
#
|
2712
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
2713
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
2714
|
+
# charges to copy the object. For information about downloading
|
2715
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
2716
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
2703
2717
|
#
|
2704
2718
|
#
|
2705
2719
|
#
|
@@ -2864,9 +2878,11 @@ module Aws::S3
|
|
2864
2878
|
# @!attribute [rw] request_payer
|
2865
2879
|
# Confirms that the requester knows that they will be charged for the
|
2866
2880
|
# request. Bucket owners need not specify this parameter in their
|
2867
|
-
# requests.
|
2868
|
-
# Pays
|
2869
|
-
#
|
2881
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
2882
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
2883
|
+
# charges to copy the object. For information about downloading
|
2884
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
2885
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
2870
2886
|
#
|
2871
2887
|
#
|
2872
2888
|
#
|
@@ -2950,10 +2966,10 @@ module Aws::S3
|
|
2950
2966
|
# @return [String]
|
2951
2967
|
#
|
2952
2968
|
# @!attribute [rw] delete_marker
|
2953
|
-
#
|
2954
|
-
# was (true) or was not (false) a delete marker
|
2955
|
-
# this header indicates whether (true)
|
2956
|
-
#
|
2969
|
+
# Indicates whether the specified object version that was permanently
|
2970
|
+
# deleted was (true) or was not (false) a delete marker before
|
2971
|
+
# deletion. In a simple DELETE, this header indicates whether (true)
|
2972
|
+
# or not (false) the current version of the object is a delete marker.
|
2957
2973
|
# @return [Boolean]
|
2958
2974
|
#
|
2959
2975
|
# @!attribute [rw] delete_marker_version_id
|
@@ -4070,9 +4086,11 @@ module Aws::S3
|
|
4070
4086
|
# @!attribute [rw] request_payer
|
4071
4087
|
# Confirms that the requester knows that they will be charged for the
|
4072
4088
|
# request. Bucket owners need not specify this parameter in their
|
4073
|
-
# requests.
|
4074
|
-
# Pays
|
4075
|
-
#
|
4089
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
4090
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
4091
|
+
# charges to copy the object. For information about downloading
|
4092
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
4093
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
4076
4094
|
#
|
4077
4095
|
#
|
4078
4096
|
#
|
@@ -4891,9 +4909,11 @@ module Aws::S3
|
|
4891
4909
|
# @!attribute [rw] request_payer
|
4892
4910
|
# Confirms that the requester knows that they will be charged for the
|
4893
4911
|
# request. Bucket owners need not specify this parameter in their
|
4894
|
-
# requests.
|
4895
|
-
# Pays
|
4896
|
-
#
|
4912
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
4913
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
4914
|
+
# charges to copy the object. For information about downloading
|
4915
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
4916
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
4897
4917
|
#
|
4898
4918
|
#
|
4899
4919
|
#
|
@@ -5093,9 +5113,11 @@ module Aws::S3
|
|
5093
5113
|
# @!attribute [rw] request_payer
|
5094
5114
|
# Confirms that the requester knows that they will be charged for the
|
5095
5115
|
# request. Bucket owners need not specify this parameter in their
|
5096
|
-
# requests.
|
5097
|
-
# Pays
|
5098
|
-
#
|
5116
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
5117
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
5118
|
+
# charges to copy the object. For information about downloading
|
5119
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
5120
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
5099
5121
|
#
|
5100
5122
|
#
|
5101
5123
|
#
|
@@ -5174,9 +5196,11 @@ module Aws::S3
|
|
5174
5196
|
# @!attribute [rw] request_payer
|
5175
5197
|
# Confirms that the requester knows that they will be charged for the
|
5176
5198
|
# request. Bucket owners need not specify this parameter in their
|
5177
|
-
# requests.
|
5178
|
-
# Pays
|
5179
|
-
#
|
5199
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
5200
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
5201
|
+
# charges to copy the object. For information about downloading
|
5202
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
5203
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
5180
5204
|
#
|
5181
5205
|
#
|
5182
5206
|
#
|
@@ -5624,9 +5648,11 @@ module Aws::S3
|
|
5624
5648
|
# @!attribute [rw] request_payer
|
5625
5649
|
# Confirms that the requester knows that they will be charged for the
|
5626
5650
|
# request. Bucket owners need not specify this parameter in their
|
5627
|
-
# requests.
|
5628
|
-
# Pays
|
5629
|
-
#
|
5651
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
5652
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
5653
|
+
# charges to copy the object. For information about downloading
|
5654
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
5655
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
5630
5656
|
#
|
5631
5657
|
#
|
5632
5658
|
#
|
@@ -5721,9 +5747,11 @@ module Aws::S3
|
|
5721
5747
|
# @!attribute [rw] request_payer
|
5722
5748
|
# Confirms that the requester knows that they will be charged for the
|
5723
5749
|
# request. Bucket owners need not specify this parameter in their
|
5724
|
-
# requests.
|
5725
|
-
# Pays
|
5726
|
-
#
|
5750
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
5751
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
5752
|
+
# charges to copy the object. For information about downloading
|
5753
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
5754
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
5727
5755
|
#
|
5728
5756
|
#
|
5729
5757
|
#
|
@@ -5812,9 +5840,11 @@ module Aws::S3
|
|
5812
5840
|
# @!attribute [rw] request_payer
|
5813
5841
|
# Confirms that the requester knows that they will be charged for the
|
5814
5842
|
# request. Bucket owners need not specify this parameter in their
|
5815
|
-
# requests.
|
5816
|
-
# Pays
|
5817
|
-
#
|
5843
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
5844
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
5845
|
+
# charges to copy the object. For information about downloading
|
5846
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
5847
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
5818
5848
|
#
|
5819
5849
|
#
|
5820
5850
|
#
|
@@ -5863,9 +5893,11 @@ module Aws::S3
|
|
5863
5893
|
# @!attribute [rw] request_payer
|
5864
5894
|
# Confirms that the requester knows that they will be charged for the
|
5865
5895
|
# request. Bucket owners need not specify this parameter in their
|
5866
|
-
# requests.
|
5867
|
-
# Pays
|
5868
|
-
#
|
5896
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
5897
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
5898
|
+
# charges to copy the object. For information about downloading
|
5899
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
5900
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
5869
5901
|
#
|
5870
5902
|
#
|
5871
5903
|
#
|
@@ -6482,9 +6514,11 @@ module Aws::S3
|
|
6482
6514
|
# @!attribute [rw] request_payer
|
6483
6515
|
# Confirms that the requester knows that they will be charged for the
|
6484
6516
|
# request. Bucket owners need not specify this parameter in their
|
6485
|
-
# requests.
|
6486
|
-
# Pays
|
6487
|
-
#
|
6517
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
6518
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
6519
|
+
# charges to copy the object. For information about downloading
|
6520
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
6521
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
6488
6522
|
#
|
6489
6523
|
#
|
6490
6524
|
#
|
@@ -7645,9 +7679,11 @@ module Aws::S3
|
|
7645
7679
|
# @!attribute [rw] request_payer
|
7646
7680
|
# Confirms that the requester knows that they will be charged for the
|
7647
7681
|
# request. Bucket owners need not specify this parameter in their
|
7648
|
-
# requests.
|
7649
|
-
# Pays
|
7650
|
-
#
|
7682
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
7683
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
7684
|
+
# charges to copy the object. For information about downloading
|
7685
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
7686
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
7651
7687
|
#
|
7652
7688
|
#
|
7653
7689
|
#
|
@@ -7830,9 +7866,11 @@ module Aws::S3
|
|
7830
7866
|
# @!attribute [rw] request_payer
|
7831
7867
|
# Confirms that the requester knows that they will be charged for the
|
7832
7868
|
# request. Bucket owners need not specify this parameter in their
|
7833
|
-
# requests.
|
7834
|
-
# Pays
|
7835
|
-
#
|
7869
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
7870
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
7871
|
+
# charges to copy the object. For information about downloading
|
7872
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
7873
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
7836
7874
|
#
|
7837
7875
|
#
|
7838
7876
|
#
|
@@ -8447,9 +8485,11 @@ module Aws::S3
|
|
8447
8485
|
# @!attribute [rw] request_payer
|
8448
8486
|
# Confirms that the requester knows that they will be charged for the
|
8449
8487
|
# request. Bucket owners need not specify this parameter in their
|
8450
|
-
# requests.
|
8451
|
-
# Pays
|
8452
|
-
#
|
8488
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
8489
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
8490
|
+
# charges to copy the object. For information about downloading
|
8491
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
8492
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
8453
8493
|
#
|
8454
8494
|
#
|
8455
8495
|
#
|
@@ -10729,9 +10769,11 @@ module Aws::S3
|
|
10729
10769
|
# @!attribute [rw] request_payer
|
10730
10770
|
# Confirms that the requester knows that they will be charged for the
|
10731
10771
|
# request. Bucket owners need not specify this parameter in their
|
10732
|
-
# requests.
|
10733
|
-
# Pays
|
10734
|
-
#
|
10772
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
10773
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
10774
|
+
# charges to copy the object. For information about downloading
|
10775
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
10776
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
10735
10777
|
#
|
10736
10778
|
#
|
10737
10779
|
#
|
@@ -10812,9 +10854,11 @@ module Aws::S3
|
|
10812
10854
|
# @!attribute [rw] request_payer
|
10813
10855
|
# Confirms that the requester knows that they will be charged for the
|
10814
10856
|
# request. Bucket owners need not specify this parameter in their
|
10815
|
-
# requests.
|
10816
|
-
# Pays
|
10817
|
-
#
|
10857
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
10858
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
10859
|
+
# charges to copy the object. For information about downloading
|
10860
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
10861
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
10818
10862
|
#
|
10819
10863
|
#
|
10820
10864
|
#
|
@@ -10897,9 +10941,11 @@ module Aws::S3
|
|
10897
10941
|
# @!attribute [rw] request_payer
|
10898
10942
|
# Confirms that the requester knows that they will be charged for the
|
10899
10943
|
# request. Bucket owners need not specify this parameter in their
|
10900
|
-
# requests.
|
10901
|
-
# Pays
|
10902
|
-
#
|
10944
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
10945
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
10946
|
+
# charges to copy the object. For information about downloading
|
10947
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
10948
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
10903
10949
|
#
|
10904
10950
|
#
|
10905
10951
|
#
|
@@ -11381,9 +11427,9 @@ module Aws::S3
|
|
11381
11427
|
#
|
11382
11428
|
# @!attribute [rw] ssekms_key_id
|
11383
11429
|
# If `x-amz-server-side-encryption` has a valid value of `aws:kms` or
|
11384
|
-
# `aws:kms:dsse`, this header specifies the ID
|
11385
|
-
# Service (KMS) symmetric encryption
|
11386
|
-
# used for the object. If you specify
|
11430
|
+
# `aws:kms:dsse`, this header specifies the ID (Key ID, Key ARN, or
|
11431
|
+
# Key Alias) of the Key Management Service (KMS) symmetric encryption
|
11432
|
+
# customer managed key that was used for the object. If you specify
|
11387
11433
|
# `x-amz-server-side-encryption:aws:kms` or
|
11388
11434
|
# `x-amz-server-side-encryption:aws:kms:dsse`, but do not provide`
|
11389
11435
|
# x-amz-server-side-encryption-aws-kms-key-id`, Amazon S3 uses the
|
@@ -11414,9 +11460,11 @@ module Aws::S3
|
|
11414
11460
|
# @!attribute [rw] request_payer
|
11415
11461
|
# Confirms that the requester knows that they will be charged for the
|
11416
11462
|
# request. Bucket owners need not specify this parameter in their
|
11417
|
-
# requests.
|
11418
|
-
# Pays
|
11419
|
-
#
|
11463
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
11464
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
11465
|
+
# charges to copy the object. For information about downloading
|
11466
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
11467
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
11420
11468
|
#
|
11421
11469
|
#
|
11422
11470
|
#
|
@@ -11539,9 +11587,11 @@ module Aws::S3
|
|
11539
11587
|
# @!attribute [rw] request_payer
|
11540
11588
|
# Confirms that the requester knows that they will be charged for the
|
11541
11589
|
# request. Bucket owners need not specify this parameter in their
|
11542
|
-
# requests.
|
11543
|
-
# Pays
|
11544
|
-
#
|
11590
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
11591
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
11592
|
+
# charges to copy the object. For information about downloading
|
11593
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
11594
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
11545
11595
|
#
|
11546
11596
|
#
|
11547
11597
|
#
|
@@ -11690,9 +11740,11 @@ module Aws::S3
|
|
11690
11740
|
# @!attribute [rw] request_payer
|
11691
11741
|
# Confirms that the requester knows that they will be charged for the
|
11692
11742
|
# request. Bucket owners need not specify this parameter in their
|
11693
|
-
# requests.
|
11694
|
-
# Pays
|
11695
|
-
#
|
11743
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
11744
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
11745
|
+
# charges to copy the object. For information about downloading
|
11746
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
11747
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
11696
11748
|
#
|
11697
11749
|
#
|
11698
11750
|
#
|
@@ -12327,9 +12379,11 @@ module Aws::S3
|
|
12327
12379
|
# @!attribute [rw] request_payer
|
12328
12380
|
# Confirms that the requester knows that they will be charged for the
|
12329
12381
|
# request. Bucket owners need not specify this parameter in their
|
12330
|
-
# requests.
|
12331
|
-
# Pays
|
12332
|
-
#
|
12382
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
12383
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
12384
|
+
# charges to copy the object. For information about downloading
|
12385
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
12386
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
12333
12387
|
#
|
12334
12388
|
#
|
12335
12389
|
#
|
@@ -12901,20 +12955,24 @@ module Aws::S3
|
|
12901
12955
|
# parameter is allowed if and only if `SSEAlgorithm` is set to
|
12902
12956
|
# `aws:kms`.
|
12903
12957
|
#
|
12904
|
-
# You can specify the key ID or the Amazon Resource Name
|
12905
|
-
#
|
12906
|
-
# undeliverable error when creating a VPC flow log.
|
12907
|
-
#
|
12908
|
-
# If you are using encryption with cross-account or Amazon Web
|
12909
|
-
# Services service operations you must use a fully qualified KMS key
|
12910
|
-
# ARN. For more information, see [Using encryption for cross-account
|
12911
|
-
# operations][1].
|
12958
|
+
# You can specify the key ID, key alias, or the Amazon Resource Name
|
12959
|
+
# (ARN) of the KMS key.
|
12912
12960
|
#
|
12913
12961
|
# * Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
|
12914
12962
|
#
|
12915
12963
|
# * Key ARN:
|
12916
12964
|
# `arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`
|
12917
12965
|
#
|
12966
|
+
# * Key Alias: `alias/alias-name`
|
12967
|
+
#
|
12968
|
+
# If you use a key ID, you can run into a LogDestination undeliverable
|
12969
|
+
# error when creating a VPC flow log.
|
12970
|
+
#
|
12971
|
+
# If you are using encryption with cross-account or Amazon Web
|
12972
|
+
# Services service operations you must use a fully qualified KMS key
|
12973
|
+
# ARN. For more information, see [Using encryption for cross-account
|
12974
|
+
# operations][1].
|
12975
|
+
#
|
12918
12976
|
# Amazon S3 only supports symmetric encryption KMS keys. For more
|
12919
12977
|
# information, see [Asymmetric keys in Amazon Web Services KMS][2] in
|
12920
12978
|
# the *Amazon Web Services Key Management Service Developer Guide*.
|
@@ -13542,9 +13600,11 @@ module Aws::S3
|
|
13542
13600
|
# @!attribute [rw] request_payer
|
13543
13601
|
# Confirms that the requester knows that they will be charged for the
|
13544
13602
|
# request. Bucket owners need not specify this parameter in their
|
13545
|
-
# requests.
|
13546
|
-
# Pays
|
13547
|
-
#
|
13603
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
13604
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
13605
|
+
# charges to copy the object. For information about downloading
|
13606
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
13607
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
13548
13608
|
#
|
13549
13609
|
#
|
13550
13610
|
#
|
@@ -13845,9 +13905,11 @@ module Aws::S3
|
|
13845
13905
|
# @!attribute [rw] request_payer
|
13846
13906
|
# Confirms that the requester knows that they will be charged for the
|
13847
13907
|
# request. Bucket owners need not specify this parameter in their
|
13848
|
-
# requests.
|
13849
|
-
# Pays
|
13850
|
-
#
|
13908
|
+
# requests. If either the source or destination Amazon S3 bucket has
|
13909
|
+
# Requester Pays enabled, the requester will pay for corresponding
|
13910
|
+
# charges to copy the object. For information about downloading
|
13911
|
+
# objects from Requester Pays buckets, see [Downloading Objects in
|
13912
|
+
# Requester Pays Buckets][1] in the *Amazon S3 User Guide*.
|
13851
13913
|
#
|
13852
13914
|
#
|
13853
13915
|
#
|
@@ -14212,9 +14274,10 @@ module Aws::S3
|
|
14212
14274
|
# @return [String]
|
14213
14275
|
#
|
14214
14276
|
# @!attribute [rw] ssekms_key_id
|
14215
|
-
# If present, specifies the ID
|
14216
|
-
# Management Service (Amazon Web Services KMS)
|
14217
|
-
# customer managed key that was used for stored
|
14277
|
+
# If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the
|
14278
|
+
# Amazon Web Services Key Management Service (Amazon Web Services KMS)
|
14279
|
+
# symmetric encryption customer managed key that was used for stored
|
14280
|
+
# in Amazon S3 object.
|
14218
14281
|
# @return [String]
|
14219
14282
|
#
|
14220
14283
|
# @!attribute [rw] sse_customer_key_md5
|
data/lib/aws-sdk-s3.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.136.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-kms
|