aws-sdk-s3 1.182.0 → 1.183.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +3 -2
- data/lib/aws-sdk-s3/client.rb +338 -296
- data/lib/aws-sdk-s3/endpoint_provider.rb +149 -44
- data/lib/aws-sdk-s3/multipart_upload.rb +4 -2
- data/lib/aws-sdk-s3/object.rb +20 -13
- data/lib/aws-sdk-s3/object_summary.rb +20 -13
- data/lib/aws-sdk-s3/types.rb +297 -210
- data/lib/aws-sdk-s3.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-s3/client.rb
CHANGED
@@ -669,19 +669,20 @@ module Aws::S3
|
|
669
669
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
670
670
|
# *Amazon S3 User Guide*.
|
671
671
|
#
|
672
|
-
# **Access points** - When you use this action with an access point
|
673
|
-
# must provide the alias of the access
|
674
|
-
#
|
675
|
-
#
|
676
|
-
#
|
672
|
+
# **Access points** - When you use this action with an access point for
|
673
|
+
# general purpose buckets, you must provide the alias of the access
|
674
|
+
# point in place of the bucket name or specify the access point ARN.
|
675
|
+
# When you use this action with an access point for directory buckets,
|
676
|
+
# you must provide the access point name in place of the bucket name.
|
677
|
+
# When using the access point ARN, you must direct requests to the
|
678
|
+
# access point hostname. The access point hostname takes the form
|
677
679
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
678
680
|
# When using this action with an access point through the Amazon Web
|
679
681
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
680
682
|
# name. For more information about access point ARNs, see [Using access
|
681
683
|
# points][2] in the *Amazon S3 User Guide*.
|
682
684
|
#
|
683
|
-
# <note markdown="1">
|
684
|
-
# directory buckets.
|
685
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
685
686
|
#
|
686
687
|
# </note>
|
687
688
|
#
|
@@ -946,19 +947,20 @@ module Aws::S3
|
|
946
947
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
947
948
|
# *Amazon S3 User Guide*.
|
948
949
|
#
|
949
|
-
# **Access points** - When you use this action with an access point
|
950
|
-
# must provide the alias of the access
|
951
|
-
#
|
952
|
-
#
|
953
|
-
#
|
950
|
+
# **Access points** - When you use this action with an access point for
|
951
|
+
# general purpose buckets, you must provide the alias of the access
|
952
|
+
# point in place of the bucket name or specify the access point ARN.
|
953
|
+
# When you use this action with an access point for directory buckets,
|
954
|
+
# you must provide the access point name in place of the bucket name.
|
955
|
+
# When using the access point ARN, you must direct requests to the
|
956
|
+
# access point hostname. The access point hostname takes the form
|
954
957
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
955
958
|
# When using this action with an access point through the Amazon Web
|
956
959
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
957
960
|
# name. For more information about access point ARNs, see [Using access
|
958
961
|
# points][2] in the *Amazon S3 User Guide*.
|
959
962
|
#
|
960
|
-
# <note markdown="1">
|
961
|
-
# directory buckets.
|
963
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
962
964
|
#
|
963
965
|
# </note>
|
964
966
|
#
|
@@ -1516,19 +1518,20 @@ module Aws::S3
|
|
1516
1518
|
#
|
1517
1519
|
# </note>
|
1518
1520
|
#
|
1519
|
-
# **Access points** - When you use this action with an access point
|
1520
|
-
# must provide the alias of the access
|
1521
|
-
#
|
1522
|
-
#
|
1523
|
-
#
|
1521
|
+
# **Access points** - When you use this action with an access point for
|
1522
|
+
# general purpose buckets, you must provide the alias of the access
|
1523
|
+
# point in place of the bucket name or specify the access point ARN.
|
1524
|
+
# When you use this action with an access point for directory buckets,
|
1525
|
+
# you must provide the access point name in place of the bucket name.
|
1526
|
+
# When using the access point ARN, you must direct requests to the
|
1527
|
+
# access point hostname. The access point hostname takes the form
|
1524
1528
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
1525
1529
|
# When using this action with an access point through the Amazon Web
|
1526
1530
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
1527
1531
|
# name. For more information about access point ARNs, see [Using access
|
1528
1532
|
# points][2] in the *Amazon S3 User Guide*.
|
1529
1533
|
#
|
1530
|
-
# <note markdown="1">
|
1531
|
-
# directory buckets.
|
1534
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
1532
1535
|
#
|
1533
1536
|
# </note>
|
1534
1537
|
#
|
@@ -1927,10 +1930,12 @@ module Aws::S3
|
|
1927
1930
|
# availability. Depending on performance needs, you can specify a
|
1928
1931
|
# different Storage Class.
|
1929
1932
|
#
|
1930
|
-
# <note markdown="1"> * <b>Directory buckets </b> -
|
1931
|
-
# Express One Zone storage class
|
1932
|
-
#
|
1933
|
-
#
|
1933
|
+
# <note markdown="1"> * <b>Directory buckets </b> - Directory buckets only support
|
1934
|
+
# `EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in
|
1935
|
+
# Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent
|
1936
|
+
# Access storage class) in Dedicated Local Zones. Unsupported storage
|
1937
|
+
# class values won't write a destination object and will respond with
|
1938
|
+
# the HTTP status code `400 Bad Request`.
|
1934
1939
|
#
|
1935
1940
|
# * <b>Amazon S3 on Outposts </b> - S3 on Outposts only uses the
|
1936
1941
|
# `OUTPOSTS` Storage Class.
|
@@ -3047,19 +3052,20 @@ module Aws::S3
|
|
3047
3052
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
3048
3053
|
# *Amazon S3 User Guide*.
|
3049
3054
|
#
|
3050
|
-
# **Access points** - When you use this action with an access point
|
3051
|
-
# must provide the alias of the access
|
3052
|
-
#
|
3053
|
-
#
|
3054
|
-
#
|
3055
|
+
# **Access points** - When you use this action with an access point for
|
3056
|
+
# general purpose buckets, you must provide the alias of the access
|
3057
|
+
# point in place of the bucket name or specify the access point ARN.
|
3058
|
+
# When you use this action with an access point for directory buckets,
|
3059
|
+
# you must provide the access point name in place of the bucket name.
|
3060
|
+
# When using the access point ARN, you must direct requests to the
|
3061
|
+
# access point hostname. The access point hostname takes the form
|
3055
3062
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
3056
3063
|
# When using this action with an access point through the Amazon Web
|
3057
3064
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
3058
3065
|
# name. For more information about access point ARNs, see [Using access
|
3059
3066
|
# points][2] in the *Amazon S3 User Guide*.
|
3060
3067
|
#
|
3061
|
-
# <note markdown="1">
|
3062
|
-
# directory buckets.
|
3068
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
3063
3069
|
#
|
3064
3070
|
# </note>
|
3065
3071
|
#
|
@@ -3423,8 +3429,9 @@ module Aws::S3
|
|
3423
3429
|
# a different Storage Class. For more information, see [Storage
|
3424
3430
|
# Classes][1] in the *Amazon S3 User Guide*.
|
3425
3431
|
#
|
3426
|
-
# <note markdown="1"> *
|
3427
|
-
#
|
3432
|
+
# <note markdown="1"> * Directory buckets only support `EXPRESS_ONEZONE` (the S3 Express One
|
3433
|
+
# Zone storage class) in Availability Zones and `ONEZONE_IA` (the S3
|
3434
|
+
# One Zone-Infrequent Access storage class) in Dedicated Local Zones.
|
3428
3435
|
#
|
3429
3436
|
# * Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.
|
3430
3437
|
#
|
@@ -5213,19 +5220,20 @@ module Aws::S3
|
|
5213
5220
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
5214
5221
|
# *Amazon S3 User Guide*.
|
5215
5222
|
#
|
5216
|
-
# **Access points** - When you use this action with an access point
|
5217
|
-
# must provide the alias of the access
|
5218
|
-
#
|
5219
|
-
#
|
5220
|
-
#
|
5223
|
+
# **Access points** - When you use this action with an access point for
|
5224
|
+
# general purpose buckets, you must provide the alias of the access
|
5225
|
+
# point in place of the bucket name or specify the access point ARN.
|
5226
|
+
# When you use this action with an access point for directory buckets,
|
5227
|
+
# you must provide the access point name in place of the bucket name.
|
5228
|
+
# When using the access point ARN, you must direct requests to the
|
5229
|
+
# access point hostname. The access point hostname takes the form
|
5221
5230
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
5222
5231
|
# When using this action with an access point through the Amazon Web
|
5223
5232
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
5224
5233
|
# name. For more information about access point ARNs, see [Using access
|
5225
5234
|
# points][2] in the *Amazon S3 User Guide*.
|
5226
5235
|
#
|
5227
|
-
# <note markdown="1">
|
5228
|
-
# directory buckets.
|
5236
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
5229
5237
|
#
|
5230
5238
|
# </note>
|
5231
5239
|
#
|
@@ -5346,6 +5354,15 @@ module Aws::S3
|
|
5346
5354
|
# * {Types::DeleteObjectOutput#request_charged #request_charged} => String
|
5347
5355
|
#
|
5348
5356
|
#
|
5357
|
+
# @example Example: To delete an object (from a non-versioned bucket)
|
5358
|
+
#
|
5359
|
+
# # The following example deletes an object from a non-versioned bucket.
|
5360
|
+
#
|
5361
|
+
# resp = client.delete_object({
|
5362
|
+
# bucket: "ExampleBucket",
|
5363
|
+
# key: "HappyFace.jpg",
|
5364
|
+
# })
|
5365
|
+
#
|
5349
5366
|
# @example Example: To delete an object
|
5350
5367
|
#
|
5351
5368
|
# # The following example deletes an object from an S3 bucket.
|
@@ -5359,15 +5376,6 @@ module Aws::S3
|
|
5359
5376
|
# {
|
5360
5377
|
# }
|
5361
5378
|
#
|
5362
|
-
# @example Example: To delete an object (from a non-versioned bucket)
|
5363
|
-
#
|
5364
|
-
# # The following example deletes an object from a non-versioned bucket.
|
5365
|
-
#
|
5366
|
-
# resp = client.delete_object({
|
5367
|
-
# bucket: "ExampleBucket",
|
5368
|
-
# key: "HappyFace.jpg",
|
5369
|
-
# })
|
5370
|
-
#
|
5371
5379
|
# @example Request syntax with placeholder values
|
5372
5380
|
#
|
5373
5381
|
# resp = client.delete_object({
|
@@ -5427,11 +5435,13 @@ module Aws::S3
|
|
5427
5435
|
# @option params [required, String] :bucket
|
5428
5436
|
# The bucket name containing the objects from which to remove the tags.
|
5429
5437
|
#
|
5430
|
-
# **Access points** - When you use this action with an access point
|
5431
|
-
# must provide the alias of the access
|
5432
|
-
#
|
5433
|
-
#
|
5434
|
-
#
|
5438
|
+
# **Access points** - When you use this action with an access point for
|
5439
|
+
# general purpose buckets, you must provide the alias of the access
|
5440
|
+
# point in place of the bucket name or specify the access point ARN.
|
5441
|
+
# When you use this action with an access point for directory buckets,
|
5442
|
+
# you must provide the access point name in place of the bucket name.
|
5443
|
+
# When using the access point ARN, you must direct requests to the
|
5444
|
+
# access point hostname. The access point hostname takes the form
|
5435
5445
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
5436
5446
|
# When using this action with an access point through the Amazon Web
|
5437
5447
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -5655,19 +5665,20 @@ module Aws::S3
|
|
5655
5665
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
5656
5666
|
# *Amazon S3 User Guide*.
|
5657
5667
|
#
|
5658
|
-
# **Access points** - When you use this action with an access point
|
5659
|
-
# must provide the alias of the access
|
5660
|
-
#
|
5661
|
-
#
|
5662
|
-
#
|
5668
|
+
# **Access points** - When you use this action with an access point for
|
5669
|
+
# general purpose buckets, you must provide the alias of the access
|
5670
|
+
# point in place of the bucket name or specify the access point ARN.
|
5671
|
+
# When you use this action with an access point for directory buckets,
|
5672
|
+
# you must provide the access point name in place of the bucket name.
|
5673
|
+
# When using the access point ARN, you must direct requests to the
|
5674
|
+
# access point hostname. The access point hostname takes the form
|
5663
5675
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
5664
5676
|
# When using this action with an access point through the Amazon Web
|
5665
5677
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
5666
5678
|
# name. For more information about access point ARNs, see [Using access
|
5667
5679
|
# points][2] in the *Amazon S3 User Guide*.
|
5668
5680
|
#
|
5669
|
-
# <note markdown="1">
|
5670
|
-
# directory buckets.
|
5681
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
5671
5682
|
#
|
5672
5683
|
# </note>
|
5673
5684
|
#
|
@@ -7659,8 +7670,7 @@ module Aws::S3
|
|
7659
7670
|
# `InvalidAccessPointAliasError` is returned. For more information about
|
7660
7671
|
# `InvalidAccessPointAliasError`, see [List of Error Codes][2].
|
7661
7672
|
#
|
7662
|
-
# <note markdown="1">
|
7663
|
-
# directory buckets.
|
7673
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
7664
7674
|
#
|
7665
7675
|
# </note>
|
7666
7676
|
#
|
@@ -8316,10 +8326,12 @@ module Aws::S3
|
|
8316
8326
|
# objects, see [Restoring Archived Objects][7] in the *Amazon S3 User
|
8317
8327
|
# Guide*.
|
8318
8328
|
#
|
8319
|
-
# <b>Directory buckets </b> -
|
8320
|
-
# Express One Zone storage class
|
8321
|
-
#
|
8322
|
-
#
|
8329
|
+
# <b>Directory buckets </b> - Directory buckets only support
|
8330
|
+
# `EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in
|
8331
|
+
# Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent
|
8332
|
+
# Access storage class) in Dedicated Local Zones. Unsupported storage
|
8333
|
+
# class values won't write a destination object and will respond with
|
8334
|
+
# the HTTP status code `400 Bad Request`.
|
8323
8335
|
#
|
8324
8336
|
# Encryption
|
8325
8337
|
#
|
@@ -8417,11 +8429,13 @@ module Aws::S3
|
|
8417
8429
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
8418
8430
|
# *Amazon S3 User Guide*.
|
8419
8431
|
#
|
8420
|
-
# **Access points** - When you use this action with an access point
|
8421
|
-
# must provide the alias of the access
|
8422
|
-
#
|
8423
|
-
#
|
8424
|
-
#
|
8432
|
+
# **Access points** - When you use this action with an access point for
|
8433
|
+
# general purpose buckets, you must provide the alias of the access
|
8434
|
+
# point in place of the bucket name or specify the access point ARN.
|
8435
|
+
# When you use this action with an access point for directory buckets,
|
8436
|
+
# you must provide the access point name in place of the bucket name.
|
8437
|
+
# When using the access point ARN, you must direct requests to the
|
8438
|
+
# access point hostname. The access point hostname takes the form
|
8425
8439
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
8426
8440
|
# When using this action with an access point through the Amazon Web
|
8427
8441
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -8434,8 +8448,7 @@ module Aws::S3
|
|
8434
8448
|
# takes the form
|
8435
8449
|
# *AccessPointName*-*AccountId*.s3-object-lambda.*Region*.amazonaws.com.
|
8436
8450
|
#
|
8437
|
-
# <note markdown="1">
|
8438
|
-
# directory buckets.
|
8451
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
8439
8452
|
#
|
8440
8453
|
# </note>
|
8441
8454
|
#
|
@@ -8939,11 +8952,13 @@ module Aws::S3
|
|
8939
8952
|
# The bucket name that contains the object for which to get the ACL
|
8940
8953
|
# information.
|
8941
8954
|
#
|
8942
|
-
# **Access points** - When you use this action with an access point
|
8943
|
-
# must provide the alias of the access
|
8944
|
-
#
|
8945
|
-
#
|
8946
|
-
#
|
8955
|
+
# **Access points** - When you use this action with an access point for
|
8956
|
+
# general purpose buckets, you must provide the alias of the access
|
8957
|
+
# point in place of the bucket name or specify the access point ARN.
|
8958
|
+
# When you use this action with an access point for directory buckets,
|
8959
|
+
# you must provide the access point name in place of the bucket name.
|
8960
|
+
# When using the access point ARN, you must direct requests to the
|
8961
|
+
# access point hostname. The access point hostname takes the form
|
8947
8962
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
8948
8963
|
# When using this action with an access point through the Amazon Web
|
8949
8964
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -9272,19 +9287,20 @@ module Aws::S3
|
|
9272
9287
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
9273
9288
|
# *Amazon S3 User Guide*.
|
9274
9289
|
#
|
9275
|
-
# **Access points** - When you use this action with an access point
|
9276
|
-
# must provide the alias of the access
|
9277
|
-
#
|
9278
|
-
#
|
9279
|
-
#
|
9290
|
+
# **Access points** - When you use this action with an access point for
|
9291
|
+
# general purpose buckets, you must provide the alias of the access
|
9292
|
+
# point in place of the bucket name or specify the access point ARN.
|
9293
|
+
# When you use this action with an access point for directory buckets,
|
9294
|
+
# you must provide the access point name in place of the bucket name.
|
9295
|
+
# When using the access point ARN, you must direct requests to the
|
9296
|
+
# access point hostname. The access point hostname takes the form
|
9280
9297
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
9281
9298
|
# When using this action with an access point through the Amazon Web
|
9282
9299
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
9283
9300
|
# name. For more information about access point ARNs, see [Using access
|
9284
9301
|
# points][2] in the *Amazon S3 User Guide*.
|
9285
9302
|
#
|
9286
|
-
# <note markdown="1">
|
9287
|
-
# directory buckets.
|
9303
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
9288
9304
|
#
|
9289
9305
|
# </note>
|
9290
9306
|
#
|
@@ -9467,11 +9483,13 @@ module Aws::S3
|
|
9467
9483
|
# The bucket name containing the object whose legal hold status you want
|
9468
9484
|
# to retrieve.
|
9469
9485
|
#
|
9470
|
-
# **Access points** - When you use this action with an access point
|
9471
|
-
# must provide the alias of the access
|
9472
|
-
#
|
9473
|
-
#
|
9474
|
-
#
|
9486
|
+
# **Access points** - When you use this action with an access point for
|
9487
|
+
# general purpose buckets, you must provide the alias of the access
|
9488
|
+
# point in place of the bucket name or specify the access point ARN.
|
9489
|
+
# When you use this action with an access point for directory buckets,
|
9490
|
+
# you must provide the access point name in place of the bucket name.
|
9491
|
+
# When using the access point ARN, you must direct requests to the
|
9492
|
+
# access point hostname. The access point hostname takes the form
|
9475
9493
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
9476
9494
|
# When using this action with an access point through the Amazon Web
|
9477
9495
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -9562,11 +9580,13 @@ module Aws::S3
|
|
9562
9580
|
# @option params [required, String] :bucket
|
9563
9581
|
# The bucket whose Object Lock configuration you want to retrieve.
|
9564
9582
|
#
|
9565
|
-
# **Access points** - When you use this action with an access point
|
9566
|
-
# must provide the alias of the access
|
9567
|
-
#
|
9568
|
-
#
|
9569
|
-
#
|
9583
|
+
# **Access points** - When you use this action with an access point for
|
9584
|
+
# general purpose buckets, you must provide the alias of the access
|
9585
|
+
# point in place of the bucket name or specify the access point ARN.
|
9586
|
+
# When you use this action with an access point for directory buckets,
|
9587
|
+
# you must provide the access point name in place of the bucket name.
|
9588
|
+
# When using the access point ARN, you must direct requests to the
|
9589
|
+
# access point hostname. The access point hostname takes the form
|
9570
9590
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
9571
9591
|
# When using this action with an access point through the Amazon Web
|
9572
9592
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -9633,11 +9653,13 @@ module Aws::S3
|
|
9633
9653
|
# The bucket name containing the object whose retention settings you
|
9634
9654
|
# want to retrieve.
|
9635
9655
|
#
|
9636
|
-
# **Access points** - When you use this action with an access point
|
9637
|
-
# must provide the alias of the access
|
9638
|
-
#
|
9639
|
-
#
|
9640
|
-
#
|
9656
|
+
# **Access points** - When you use this action with an access point for
|
9657
|
+
# general purpose buckets, you must provide the alias of the access
|
9658
|
+
# point in place of the bucket name or specify the access point ARN.
|
9659
|
+
# When you use this action with an access point for directory buckets,
|
9660
|
+
# you must provide the access point name in place of the bucket name.
|
9661
|
+
# When using the access point ARN, you must direct requests to the
|
9662
|
+
# access point hostname. The access point hostname takes the form
|
9641
9663
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
9642
9664
|
# When using this action with an access point through the Amazon Web
|
9643
9665
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -9745,11 +9767,13 @@ module Aws::S3
|
|
9745
9767
|
# The bucket name containing the object for which to get the tagging
|
9746
9768
|
# information.
|
9747
9769
|
#
|
9748
|
-
# **Access points** - When you use this action with an access point
|
9749
|
-
# must provide the alias of the access
|
9750
|
-
#
|
9751
|
-
#
|
9752
|
-
#
|
9770
|
+
# **Access points** - When you use this action with an access point for
|
9771
|
+
# general purpose buckets, you must provide the alias of the access
|
9772
|
+
# point in place of the bucket name or specify the access point ARN.
|
9773
|
+
# When you use this action with an access point for directory buckets,
|
9774
|
+
# you must provide the access point name in place of the bucket name.
|
9775
|
+
# When using the access point ARN, you must direct requests to the
|
9776
|
+
# access point hostname. The access point hostname takes the form
|
9753
9777
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
9754
9778
|
# When using this action with an access point through the Amazon Web
|
9755
9779
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -10143,11 +10167,13 @@ module Aws::S3
|
|
10143
10167
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
10144
10168
|
# *Amazon S3 User Guide*.
|
10145
10169
|
#
|
10146
|
-
# **Access points** - When you use this action with an access point
|
10147
|
-
# must provide the alias of the access
|
10148
|
-
#
|
10149
|
-
#
|
10150
|
-
#
|
10170
|
+
# **Access points** - When you use this action with an access point for
|
10171
|
+
# general purpose buckets, you must provide the alias of the access
|
10172
|
+
# point in place of the bucket name or specify the access point ARN.
|
10173
|
+
# When you use this action with an access point for directory buckets,
|
10174
|
+
# you must provide the access point name in place of the bucket name.
|
10175
|
+
# When using the access point ARN, you must direct requests to the
|
10176
|
+
# access point hostname. The access point hostname takes the form
|
10151
10177
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
10152
10178
|
# When using this action with an access point through the Amazon Web
|
10153
10179
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -10161,8 +10187,7 @@ module Aws::S3
|
|
10161
10187
|
# `InvalidAccessPointAliasError` is returned. For more information about
|
10162
10188
|
# `InvalidAccessPointAliasError`, see [List of Error Codes][3].
|
10163
10189
|
#
|
10164
|
-
# <note markdown="1">
|
10165
|
-
# directory buckets.
|
10190
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
10166
10191
|
#
|
10167
10192
|
# </note>
|
10168
10193
|
#
|
@@ -10403,19 +10428,20 @@ module Aws::S3
|
|
10403
10428
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
10404
10429
|
# *Amazon S3 User Guide*.
|
10405
10430
|
#
|
10406
|
-
# **Access points** - When you use this action with an access point
|
10407
|
-
# must provide the alias of the access
|
10408
|
-
#
|
10409
|
-
#
|
10410
|
-
#
|
10431
|
+
# **Access points** - When you use this action with an access point for
|
10432
|
+
# general purpose buckets, you must provide the alias of the access
|
10433
|
+
# point in place of the bucket name or specify the access point ARN.
|
10434
|
+
# When you use this action with an access point for directory buckets,
|
10435
|
+
# you must provide the access point name in place of the bucket name.
|
10436
|
+
# When using the access point ARN, you must direct requests to the
|
10437
|
+
# access point hostname. The access point hostname takes the form
|
10411
10438
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
10412
10439
|
# When using this action with an access point through the Amazon Web
|
10413
10440
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
10414
10441
|
# name. For more information about access point ARNs, see [Using access
|
10415
10442
|
# points][2] in the *Amazon S3 User Guide*.
|
10416
10443
|
#
|
10417
|
-
# <note markdown="1">
|
10418
|
-
# directory buckets.
|
10444
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
10419
10445
|
#
|
10420
10446
|
# </note>
|
10421
10447
|
#
|
@@ -11522,19 +11548,20 @@ module Aws::S3
|
|
11522
11548
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
11523
11549
|
# *Amazon S3 User Guide*.
|
11524
11550
|
#
|
11525
|
-
# **Access points** - When you use this action with an access point
|
11526
|
-
# must provide the alias of the access
|
11527
|
-
#
|
11528
|
-
#
|
11529
|
-
#
|
11551
|
+
# **Access points** - When you use this action with an access point for
|
11552
|
+
# general purpose buckets, you must provide the alias of the access
|
11553
|
+
# point in place of the bucket name or specify the access point ARN.
|
11554
|
+
# When you use this action with an access point for directory buckets,
|
11555
|
+
# you must provide the access point name in place of the bucket name.
|
11556
|
+
# When using the access point ARN, you must direct requests to the
|
11557
|
+
# access point hostname. The access point hostname takes the form
|
11530
11558
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
11531
11559
|
# When using this action with an access point through the Amazon Web
|
11532
11560
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
11533
11561
|
# name. For more information about access point ARNs, see [Using access
|
11534
11562
|
# points][2] in the *Amazon S3 User Guide*.
|
11535
11563
|
#
|
11536
|
-
# <note markdown="1">
|
11537
|
-
# directory buckets.
|
11564
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
11538
11565
|
#
|
11539
11566
|
# </note>
|
11540
11567
|
#
|
@@ -11688,97 +11715,97 @@ module Aws::S3
|
|
11688
11715
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
11689
11716
|
#
|
11690
11717
|
#
|
11691
|
-
# @example Example:
|
11718
|
+
# @example Example: List next set of multipart uploads when previous result is truncated
|
11692
11719
|
#
|
11693
|
-
# # The following example
|
11720
|
+
# # The following example specifies the upload-id-marker and key-marker from previous truncated response to retrieve next
|
11721
|
+
# # setup of multipart uploads.
|
11694
11722
|
#
|
11695
11723
|
# resp = client.list_multipart_uploads({
|
11696
11724
|
# bucket: "examplebucket",
|
11725
|
+
# key_marker: "nextkeyfrompreviousresponse",
|
11726
|
+
# max_uploads: 2,
|
11727
|
+
# upload_id_marker: "valuefrompreviousresponse",
|
11697
11728
|
# })
|
11698
11729
|
#
|
11699
11730
|
# resp.to_h outputs the following:
|
11700
11731
|
# {
|
11732
|
+
# bucket: "acl1",
|
11733
|
+
# is_truncated: true,
|
11734
|
+
# key_marker: "",
|
11735
|
+
# max_uploads: 2,
|
11736
|
+
# next_key_marker: "someobjectkey",
|
11737
|
+
# next_upload_id_marker: "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
|
11738
|
+
# upload_id_marker: "",
|
11701
11739
|
# uploads: [
|
11702
11740
|
# {
|
11703
11741
|
# initiated: Time.parse("2014-05-01T05:40:58.000Z"),
|
11704
11742
|
# initiator: {
|
11705
|
-
# display_name: "display-name",
|
11743
|
+
# display_name: "ownder-display-name",
|
11706
11744
|
# id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc",
|
11707
11745
|
# },
|
11708
11746
|
# key: "JavaFile",
|
11709
11747
|
# owner: {
|
11710
|
-
# display_name: "
|
11711
|
-
# id: "
|
11748
|
+
# display_name: "mohanataws",
|
11749
|
+
# id: "852b113e7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc",
|
11712
11750
|
# },
|
11713
11751
|
# storage_class: "STANDARD",
|
11714
|
-
# upload_id: "
|
11752
|
+
# upload_id: "gZ30jIqlUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--",
|
11715
11753
|
# },
|
11716
11754
|
# {
|
11717
11755
|
# initiated: Time.parse("2014-05-01T05:41:27.000Z"),
|
11718
11756
|
# initiator: {
|
11719
|
-
# display_name: "display-name",
|
11757
|
+
# display_name: "ownder-display-name",
|
11720
11758
|
# id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc",
|
11721
11759
|
# },
|
11722
11760
|
# key: "JavaFile",
|
11723
11761
|
# owner: {
|
11724
|
-
# display_name: "display-name",
|
11762
|
+
# display_name: "ownder-display-name",
|
11725
11763
|
# id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc",
|
11726
11764
|
# },
|
11727
11765
|
# storage_class: "STANDARD",
|
11728
|
-
# upload_id: "
|
11766
|
+
# upload_id: "b7tZSqIlo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
|
11729
11767
|
# },
|
11730
11768
|
# ],
|
11731
11769
|
# }
|
11732
11770
|
#
|
11733
|
-
# @example Example:
|
11771
|
+
# @example Example: To list in-progress multipart uploads on a bucket
|
11734
11772
|
#
|
11735
|
-
# # The following example
|
11736
|
-
# # setup of multipart uploads.
|
11773
|
+
# # The following example lists in-progress multipart uploads on a specific bucket.
|
11737
11774
|
#
|
11738
11775
|
# resp = client.list_multipart_uploads({
|
11739
11776
|
# bucket: "examplebucket",
|
11740
|
-
# key_marker: "nextkeyfrompreviousresponse",
|
11741
|
-
# max_uploads: 2,
|
11742
|
-
# upload_id_marker: "valuefrompreviousresponse",
|
11743
11777
|
# })
|
11744
11778
|
#
|
11745
11779
|
# resp.to_h outputs the following:
|
11746
11780
|
# {
|
11747
|
-
# bucket: "acl1",
|
11748
|
-
# is_truncated: true,
|
11749
|
-
# key_marker: "",
|
11750
|
-
# max_uploads: 2,
|
11751
|
-
# next_key_marker: "someobjectkey",
|
11752
|
-
# next_upload_id_marker: "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
|
11753
|
-
# upload_id_marker: "",
|
11754
11781
|
# uploads: [
|
11755
11782
|
# {
|
11756
11783
|
# initiated: Time.parse("2014-05-01T05:40:58.000Z"),
|
11757
11784
|
# initiator: {
|
11758
|
-
# display_name: "
|
11785
|
+
# display_name: "display-name",
|
11759
11786
|
# id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc",
|
11760
11787
|
# },
|
11761
11788
|
# key: "JavaFile",
|
11762
11789
|
# owner: {
|
11763
|
-
# display_name: "
|
11764
|
-
# id: "
|
11790
|
+
# display_name: "display-name",
|
11791
|
+
# id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc",
|
11765
11792
|
# },
|
11766
11793
|
# storage_class: "STANDARD",
|
11767
|
-
# upload_id: "
|
11794
|
+
# upload_id: "examplelUa.CInXklLQtSMJITdUnoZ1Y5GACB5UckOtspm5zbDMCkPF_qkfZzMiFZ6dksmcnqxJyIBvQMG9X9Q--",
|
11768
11795
|
# },
|
11769
11796
|
# {
|
11770
11797
|
# initiated: Time.parse("2014-05-01T05:41:27.000Z"),
|
11771
11798
|
# initiator: {
|
11772
|
-
# display_name: "
|
11799
|
+
# display_name: "display-name",
|
11773
11800
|
# id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc",
|
11774
11801
|
# },
|
11775
11802
|
# key: "JavaFile",
|
11776
11803
|
# owner: {
|
11777
|
-
# display_name: "
|
11804
|
+
# display_name: "display-name",
|
11778
11805
|
# id: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc",
|
11779
11806
|
# },
|
11780
11807
|
# storage_class: "STANDARD",
|
11781
|
-
# upload_id: "
|
11808
|
+
# upload_id: "examplelo91lv1iwvWpvCiJWugw2xXLPAD7Z8cJyX9.WiIRgNrdG6Ldsn.9FtS63TCl1Uf5faTB.1U5Ckcbmdw--",
|
11782
11809
|
# },
|
11783
11810
|
# ],
|
11784
11811
|
# }
|
@@ -12120,19 +12147,20 @@ module Aws::S3
|
|
12120
12147
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
12121
12148
|
# *Amazon S3 User Guide*.
|
12122
12149
|
#
|
12123
|
-
# **Access points** - When you use this action with an access point
|
12124
|
-
# must provide the alias of the access
|
12125
|
-
#
|
12126
|
-
#
|
12127
|
-
#
|
12150
|
+
# **Access points** - When you use this action with an access point for
|
12151
|
+
# general purpose buckets, you must provide the alias of the access
|
12152
|
+
# point in place of the bucket name or specify the access point ARN.
|
12153
|
+
# When you use this action with an access point for directory buckets,
|
12154
|
+
# you must provide the access point name in place of the bucket name.
|
12155
|
+
# When using the access point ARN, you must direct requests to the
|
12156
|
+
# access point hostname. The access point hostname takes the form
|
12128
12157
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
12129
12158
|
# When using this action with an access point through the Amazon Web
|
12130
12159
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
12131
12160
|
# name. For more information about access point ARNs, see [Using access
|
12132
12161
|
# points][2] in the *Amazon S3 User Guide*.
|
12133
12162
|
#
|
12134
|
-
# <note markdown="1">
|
12135
|
-
# directory buckets.
|
12163
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
12136
12164
|
#
|
12137
12165
|
# </note>
|
12138
12166
|
#
|
@@ -12413,19 +12441,20 @@ module Aws::S3
|
|
12413
12441
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
12414
12442
|
# *Amazon S3 User Guide*.
|
12415
12443
|
#
|
12416
|
-
# **Access points** - When you use this action with an access point
|
12417
|
-
# must provide the alias of the access
|
12418
|
-
#
|
12419
|
-
#
|
12420
|
-
#
|
12444
|
+
# **Access points** - When you use this action with an access point for
|
12445
|
+
# general purpose buckets, you must provide the alias of the access
|
12446
|
+
# point in place of the bucket name or specify the access point ARN.
|
12447
|
+
# When you use this action with an access point for directory buckets,
|
12448
|
+
# you must provide the access point name in place of the bucket name.
|
12449
|
+
# When using the access point ARN, you must direct requests to the
|
12450
|
+
# access point hostname. The access point hostname takes the form
|
12421
12451
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
12422
12452
|
# When using this action with an access point through the Amazon Web
|
12423
12453
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
12424
12454
|
# name. For more information about access point ARNs, see [Using access
|
12425
12455
|
# points][2] in the *Amazon S3 User Guide*.
|
12426
12456
|
#
|
12427
|
-
# <note markdown="1">
|
12428
|
-
# directory buckets.
|
12457
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
12429
12458
|
#
|
12430
12459
|
# </note>
|
12431
12460
|
#
|
@@ -12760,19 +12789,20 @@ module Aws::S3
|
|
12760
12789
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
12761
12790
|
# *Amazon S3 User Guide*.
|
12762
12791
|
#
|
12763
|
-
# **Access points** - When you use this action with an access point
|
12764
|
-
# must provide the alias of the access
|
12765
|
-
#
|
12766
|
-
#
|
12767
|
-
#
|
12792
|
+
# **Access points** - When you use this action with an access point for
|
12793
|
+
# general purpose buckets, you must provide the alias of the access
|
12794
|
+
# point in place of the bucket name or specify the access point ARN.
|
12795
|
+
# When you use this action with an access point for directory buckets,
|
12796
|
+
# you must provide the access point name in place of the bucket name.
|
12797
|
+
# When using the access point ARN, you must direct requests to the
|
12798
|
+
# access point hostname. The access point hostname takes the form
|
12768
12799
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
12769
12800
|
# When using this action with an access point through the Amazon Web
|
12770
12801
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
12771
12802
|
# name. For more information about access point ARNs, see [Using access
|
12772
12803
|
# points][2] in the *Amazon S3 User Guide*.
|
12773
12804
|
#
|
12774
|
-
# <note markdown="1">
|
12775
|
-
# directory buckets.
|
12805
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
12776
12806
|
#
|
12777
12807
|
# </note>
|
12778
12808
|
#
|
@@ -16491,19 +16521,20 @@ module Aws::S3
|
|
16491
16521
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
16492
16522
|
# *Amazon S3 User Guide*.
|
16493
16523
|
#
|
16494
|
-
# **Access points** - When you use this action with an access point
|
16495
|
-
# must provide the alias of the access
|
16496
|
-
#
|
16497
|
-
#
|
16498
|
-
#
|
16524
|
+
# **Access points** - When you use this action with an access point for
|
16525
|
+
# general purpose buckets, you must provide the alias of the access
|
16526
|
+
# point in place of the bucket name or specify the access point ARN.
|
16527
|
+
# When you use this action with an access point for directory buckets,
|
16528
|
+
# you must provide the access point name in place of the bucket name.
|
16529
|
+
# When using the access point ARN, you must direct requests to the
|
16530
|
+
# access point hostname. The access point hostname takes the form
|
16499
16531
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
16500
16532
|
# When using this action with an access point through the Amazon Web
|
16501
16533
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
16502
16534
|
# name. For more information about access point ARNs, see [Using access
|
16503
16535
|
# points][2] in the *Amazon S3 User Guide*.
|
16504
16536
|
#
|
16505
|
-
# <note markdown="1">
|
16506
|
-
# directory buckets.
|
16537
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
16507
16538
|
#
|
16508
16539
|
# </note>
|
16509
16540
|
#
|
@@ -16872,8 +16903,9 @@ module Aws::S3
|
|
16872
16903
|
# a different Storage Class. For more information, see [Storage
|
16873
16904
|
# Classes][1] in the *Amazon S3 User Guide*.
|
16874
16905
|
#
|
16875
|
-
# <note markdown="1"> *
|
16876
|
-
#
|
16906
|
+
# <note markdown="1"> * Directory buckets only support `EXPRESS_ONEZONE` (the S3 Express One
|
16907
|
+
# Zone storage class) in Availability Zones and `ONEZONE_IA` (the S3
|
16908
|
+
# One Zone-Infrequent Access storage class) in Dedicated Local Zones.
|
16877
16909
|
#
|
16878
16910
|
# * Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.
|
16879
16911
|
#
|
@@ -17102,75 +17134,76 @@ module Aws::S3
|
|
17102
17134
|
# * {Types::PutObjectOutput#request_charged #request_charged} => String
|
17103
17135
|
#
|
17104
17136
|
#
|
17105
|
-
# @example Example: To
|
17137
|
+
# @example Example: To create an object.
|
17106
17138
|
#
|
17107
|
-
# # The following example
|
17108
|
-
# # syntax. S3 returns VersionId of the newly created object.
|
17139
|
+
# # The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
|
17109
17140
|
#
|
17110
17141
|
# resp = client.put_object({
|
17111
|
-
# body: "
|
17142
|
+
# body: "filetoupload",
|
17112
17143
|
# bucket: "examplebucket",
|
17113
|
-
# key: "
|
17144
|
+
# key: "objectkey",
|
17114
17145
|
# })
|
17115
17146
|
#
|
17116
17147
|
# resp.to_h outputs the following:
|
17117
17148
|
# {
|
17118
17149
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
17119
|
-
# version_id: "
|
17150
|
+
# version_id: "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ",
|
17120
17151
|
# }
|
17121
17152
|
#
|
17122
|
-
# @example Example: To upload an object
|
17153
|
+
# @example Example: To upload an object and specify optional tags
|
17123
17154
|
#
|
17124
|
-
# # The following example uploads an object. The request specifies optional
|
17125
|
-
# #
|
17155
|
+
# # The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore
|
17156
|
+
# # S3 returns version ID of the newly created object.
|
17126
17157
|
#
|
17127
17158
|
# resp = client.put_object({
|
17128
|
-
# body: "HappyFace.jpg",
|
17159
|
+
# body: "c:\\HappyFace.jpg",
|
17129
17160
|
# bucket: "examplebucket",
|
17130
17161
|
# key: "HappyFace.jpg",
|
17131
|
-
#
|
17132
|
-
# storage_class: "STANDARD_IA",
|
17162
|
+
# tagging: "key1=value1&key2=value2",
|
17133
17163
|
# })
|
17134
17164
|
#
|
17135
17165
|
# resp.to_h outputs the following:
|
17136
17166
|
# {
|
17137
17167
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
17138
|
-
#
|
17139
|
-
# version_id: "CG612hodqujkf8FaaNfp8U..FIhLROcp",
|
17168
|
+
# version_id: "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a",
|
17140
17169
|
# }
|
17141
17170
|
#
|
17142
|
-
# @example Example: To
|
17171
|
+
# @example Example: To upload an object (specify optional headers)
|
17143
17172
|
#
|
17144
|
-
# # The following example
|
17173
|
+
# # The following example uploads an object. The request specifies optional request headers to directs S3 to use specific
|
17174
|
+
# # storage class and use server-side encryption.
|
17145
17175
|
#
|
17146
17176
|
# resp = client.put_object({
|
17147
|
-
# body: "
|
17177
|
+
# body: "HappyFace.jpg",
|
17148
17178
|
# bucket: "examplebucket",
|
17149
|
-
# key: "
|
17179
|
+
# key: "HappyFace.jpg",
|
17180
|
+
# server_side_encryption: "AES256",
|
17181
|
+
# storage_class: "STANDARD_IA",
|
17150
17182
|
# })
|
17151
17183
|
#
|
17152
17184
|
# resp.to_h outputs the following:
|
17153
17185
|
# {
|
17154
17186
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
17155
|
-
#
|
17187
|
+
# server_side_encryption: "AES256",
|
17188
|
+
# version_id: "CG612hodqujkf8FaaNfp8U..FIhLROcp",
|
17156
17189
|
# }
|
17157
17190
|
#
|
17158
|
-
# @example Example: To upload an object and specify
|
17191
|
+
# @example Example: To upload an object and specify canned ACL.
|
17159
17192
|
#
|
17160
|
-
# # The following example uploads
|
17161
|
-
# # S3 returns version ID
|
17193
|
+
# # The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ
|
17194
|
+
# # access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.
|
17162
17195
|
#
|
17163
17196
|
# resp = client.put_object({
|
17164
|
-
#
|
17197
|
+
# acl: "authenticated-read",
|
17198
|
+
# body: "filetoupload",
|
17165
17199
|
# bucket: "examplebucket",
|
17166
|
-
# key: "
|
17167
|
-
# tagging: "key1=value1&key2=value2",
|
17200
|
+
# key: "exampleobject",
|
17168
17201
|
# })
|
17169
17202
|
#
|
17170
17203
|
# resp.to_h outputs the following:
|
17171
17204
|
# {
|
17172
17205
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
17173
|
-
# version_id: "
|
17206
|
+
# version_id: "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr",
|
17174
17207
|
# }
|
17175
17208
|
#
|
17176
17209
|
# @example Example: To upload an object and specify server-side encryption and object tags
|
@@ -17214,22 +17247,21 @@ module Aws::S3
|
|
17214
17247
|
# version_id: "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0",
|
17215
17248
|
# }
|
17216
17249
|
#
|
17217
|
-
# @example Example: To upload an object
|
17250
|
+
# @example Example: To upload an object
|
17218
17251
|
#
|
17219
|
-
# # The following example uploads
|
17220
|
-
# #
|
17252
|
+
# # The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file
|
17253
|
+
# # syntax. S3 returns VersionId of the newly created object.
|
17221
17254
|
#
|
17222
17255
|
# resp = client.put_object({
|
17223
|
-
#
|
17224
|
-
# body: "filetoupload",
|
17256
|
+
# body: "HappyFace.jpg",
|
17225
17257
|
# bucket: "examplebucket",
|
17226
|
-
# key: "
|
17258
|
+
# key: "HappyFace.jpg",
|
17227
17259
|
# })
|
17228
17260
|
#
|
17229
17261
|
# resp.to_h outputs the following:
|
17230
17262
|
# {
|
17231
17263
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
17232
|
-
# version_id: "
|
17264
|
+
# version_id: "tpf3zF08nBplQK1XLOefGskR7mGDwcDk",
|
17233
17265
|
# }
|
17234
17266
|
#
|
17235
17267
|
# @example Streaming a file from disk
|
@@ -17498,11 +17530,13 @@ module Aws::S3
|
|
17498
17530
|
# The bucket name that contains the object to which you want to attach
|
17499
17531
|
# the ACL.
|
17500
17532
|
#
|
17501
|
-
# **Access points** - When you use this action with an access point
|
17502
|
-
# must provide the alias of the access
|
17503
|
-
#
|
17504
|
-
#
|
17505
|
-
#
|
17533
|
+
# **Access points** - When you use this action with an access point for
|
17534
|
+
# general purpose buckets, you must provide the alias of the access
|
17535
|
+
# point in place of the bucket name or specify the access point ARN.
|
17536
|
+
# When you use this action with an access point for directory buckets,
|
17537
|
+
# you must provide the access point name in place of the bucket name.
|
17538
|
+
# When using the access point ARN, you must direct requests to the
|
17539
|
+
# access point hostname. The access point hostname takes the form
|
17506
17540
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
17507
17541
|
# When using this action with an access point through the Amazon Web
|
17508
17542
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -17701,11 +17735,13 @@ module Aws::S3
|
|
17701
17735
|
# The bucket name containing the object that you want to place a legal
|
17702
17736
|
# hold on.
|
17703
17737
|
#
|
17704
|
-
# **Access points** - When you use this action with an access point
|
17705
|
-
# must provide the alias of the access
|
17706
|
-
#
|
17707
|
-
#
|
17708
|
-
#
|
17738
|
+
# **Access points** - When you use this action with an access point for
|
17739
|
+
# general purpose buckets, you must provide the alias of the access
|
17740
|
+
# point in place of the bucket name or specify the access point ARN.
|
17741
|
+
# When you use this action with an access point for directory buckets,
|
17742
|
+
# you must provide the access point name in place of the bucket name.
|
17743
|
+
# When using the access point ARN, you must direct requests to the
|
17744
|
+
# access point hostname. The access point hostname takes the form
|
17709
17745
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
17710
17746
|
# When using this action with an access point through the Amazon Web
|
17711
17747
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -17942,11 +17978,13 @@ module Aws::S3
|
|
17942
17978
|
# The bucket name that contains the object you want to apply this Object
|
17943
17979
|
# Retention configuration to.
|
17944
17980
|
#
|
17945
|
-
# **Access points** - When you use this action with an access point
|
17946
|
-
# must provide the alias of the access
|
17947
|
-
#
|
17948
|
-
#
|
17949
|
-
#
|
17981
|
+
# **Access points** - When you use this action with an access point for
|
17982
|
+
# general purpose buckets, you must provide the alias of the access
|
17983
|
+
# point in place of the bucket name or specify the access point ARN.
|
17984
|
+
# When you use this action with an access point for directory buckets,
|
17985
|
+
# you must provide the access point name in place of the bucket name.
|
17986
|
+
# When using the access point ARN, you must direct requests to the
|
17987
|
+
# access point hostname. The access point hostname takes the form
|
17950
17988
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
17951
17989
|
# When using this action with an access point through the Amazon Web
|
17952
17990
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -18107,11 +18145,13 @@ module Aws::S3
|
|
18107
18145
|
# @option params [required, String] :bucket
|
18108
18146
|
# The bucket name containing the object.
|
18109
18147
|
#
|
18110
|
-
# **Access points** - When you use this action with an access point
|
18111
|
-
# must provide the alias of the access
|
18112
|
-
#
|
18113
|
-
#
|
18114
|
-
#
|
18148
|
+
# **Access points** - When you use this action with an access point for
|
18149
|
+
# general purpose buckets, you must provide the alias of the access
|
18150
|
+
# point in place of the bucket name or specify the access point ARN.
|
18151
|
+
# When you use this action with an access point for directory buckets,
|
18152
|
+
# you must provide the access point name in place of the bucket name.
|
18153
|
+
# When using the access point ARN, you must direct requests to the
|
18154
|
+
# access point hostname. The access point hostname takes the form
|
18115
18155
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
18116
18156
|
# When using this action with an access point through the Amazon Web
|
18117
18157
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -18393,20 +18433,19 @@ module Aws::S3
|
|
18393
18433
|
#
|
18394
18434
|
# Restoring objects
|
18395
18435
|
#
|
18396
|
-
# : Objects that you archive to the S3 Glacier Flexible Retrieval
|
18397
|
-
#
|
18398
|
-
#
|
18399
|
-
#
|
18400
|
-
#
|
18401
|
-
#
|
18402
|
-
#
|
18403
|
-
#
|
18404
|
-
#
|
18405
|
-
#
|
18406
|
-
#
|
18407
|
-
#
|
18408
|
-
#
|
18409
|
-
# moved into the Frequent Access tier.
|
18436
|
+
# : Objects that you archive to the S3 Glacier Flexible Retrieval or S3
|
18437
|
+
# Glacier Deep Archive storage class, and S3 Intelligent-Tiering
|
18438
|
+
# Archive or S3 Intelligent-Tiering Deep Archive tiers, are not
|
18439
|
+
# accessible in real time. For objects in the S3 Glacier Flexible
|
18440
|
+
# Retrieval or S3 Glacier Deep Archive storage classes, you must first
|
18441
|
+
# initiate a restore request, and then wait until a temporary copy of
|
18442
|
+
# the object is available. If you want a permanent copy of the object,
|
18443
|
+
# create a copy of it in the Amazon S3 Standard storage class in your
|
18444
|
+
# S3 bucket. To access an archived object, you must restore the object
|
18445
|
+
# for the duration (number of days) that you specify. For objects in
|
18446
|
+
# the Archive Access or Deep Archive Access tiers of S3
|
18447
|
+
# Intelligent-Tiering, you must first initiate a restore request, and
|
18448
|
+
# then wait until the object is moved into the Frequent Access tier.
|
18410
18449
|
#
|
18411
18450
|
# To restore a specific object version, you can provide a version ID.
|
18412
18451
|
# If you don't provide a version ID, Amazon S3 restores the current
|
@@ -18417,38 +18456,37 @@ module Aws::S3
|
|
18417
18456
|
# request body:
|
18418
18457
|
#
|
18419
18458
|
# * `Expedited` - Expedited retrievals allow you to quickly access
|
18420
|
-
# your data stored in the S3 Glacier Flexible Retrieval
|
18421
|
-
#
|
18422
|
-
#
|
18423
|
-
#
|
18424
|
-
#
|
18425
|
-
#
|
18426
|
-
#
|
18427
|
-
#
|
18428
|
-
#
|
18429
|
-
#
|
18459
|
+
# your data stored in the S3 Glacier Flexible Retrieval storage
|
18460
|
+
# class or S3 Intelligent-Tiering Archive tier when occasional
|
18461
|
+
# urgent requests for restoring archives are required. For all but
|
18462
|
+
# the largest archived objects (250 MB+), data accessed using
|
18463
|
+
# Expedited retrievals is typically made available within 1–5
|
18464
|
+
# minutes. Provisioned capacity ensures that retrieval capacity for
|
18465
|
+
# Expedited retrievals is available when you need it. Expedited
|
18466
|
+
# retrievals and provisioned capacity are not available for objects
|
18467
|
+
# stored in the S3 Glacier Deep Archive storage class or S3
|
18468
|
+
# Intelligent-Tiering Deep Archive tier.
|
18430
18469
|
#
|
18431
18470
|
# * `Standard` - Standard retrievals allow you to access any of your
|
18432
18471
|
# archived objects within several hours. This is the default option
|
18433
18472
|
# for retrieval requests that do not specify the retrieval option.
|
18434
18473
|
# Standard retrievals typically finish within 3–5 hours for objects
|
18435
|
-
# stored in the S3 Glacier Flexible Retrieval
|
18436
|
-
#
|
18437
|
-
#
|
18438
|
-
#
|
18439
|
-
#
|
18440
|
-
# S3 Intelligent-Tiering.
|
18474
|
+
# stored in the S3 Glacier Flexible Retrieval storage class or S3
|
18475
|
+
# Intelligent-Tiering Archive tier. They typically finish within 12
|
18476
|
+
# hours for objects stored in the S3 Glacier Deep Archive storage
|
18477
|
+
# class or S3 Intelligent-Tiering Deep Archive tier. Standard
|
18478
|
+
# retrievals are free for objects stored in S3 Intelligent-Tiering.
|
18441
18479
|
#
|
18442
18480
|
# * `Bulk` - Bulk retrievals free for objects stored in the S3 Glacier
|
18443
18481
|
# Flexible Retrieval and S3 Intelligent-Tiering storage classes,
|
18444
18482
|
# enabling you to retrieve large amounts, even petabytes, of data at
|
18445
18483
|
# no cost. Bulk retrievals typically finish within 5–12 hours for
|
18446
|
-
# objects stored in the S3 Glacier Flexible Retrieval
|
18447
|
-
#
|
18448
|
-
#
|
18449
|
-
#
|
18450
|
-
#
|
18451
|
-
#
|
18484
|
+
# objects stored in the S3 Glacier Flexible Retrieval storage class
|
18485
|
+
# or S3 Intelligent-Tiering Archive tier. Bulk retrievals are also
|
18486
|
+
# the lowest-cost retrieval option when restoring objects from S3
|
18487
|
+
# Glacier Deep Archive. They typically finish within 48 hours for
|
18488
|
+
# objects stored in the S3 Glacier Deep Archive storage class or S3
|
18489
|
+
# Intelligent-Tiering Deep Archive tier.
|
18452
18490
|
#
|
18453
18491
|
# For more information about archive retrieval options and provisioned
|
18454
18492
|
# capacity for `Expedited` data access, see [Restoring Archived
|
@@ -18539,11 +18577,13 @@ module Aws::S3
|
|
18539
18577
|
# @option params [required, String] :bucket
|
18540
18578
|
# The bucket name containing the object to restore.
|
18541
18579
|
#
|
18542
|
-
# **Access points** - When you use this action with an access point
|
18543
|
-
# must provide the alias of the access
|
18544
|
-
#
|
18545
|
-
#
|
18546
|
-
#
|
18580
|
+
# **Access points** - When you use this action with an access point for
|
18581
|
+
# general purpose buckets, you must provide the alias of the access
|
18582
|
+
# point in place of the bucket name or specify the access point ARN.
|
18583
|
+
# When you use this action with an access point for directory buckets,
|
18584
|
+
# you must provide the access point name in place of the bucket name.
|
18585
|
+
# When using the access point ARN, you must direct requests to the
|
18586
|
+
# access point hostname. The access point hostname takes the form
|
18547
18587
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
18548
18588
|
# When using this action with an access point through the Amazon Web
|
18549
18589
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
@@ -19365,19 +19405,20 @@ module Aws::S3
|
|
19365
19405
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
19366
19406
|
# *Amazon S3 User Guide*.
|
19367
19407
|
#
|
19368
|
-
# **Access points** - When you use this action with an access point
|
19369
|
-
# must provide the alias of the access
|
19370
|
-
#
|
19371
|
-
#
|
19372
|
-
#
|
19408
|
+
# **Access points** - When you use this action with an access point for
|
19409
|
+
# general purpose buckets, you must provide the alias of the access
|
19410
|
+
# point in place of the bucket name or specify the access point ARN.
|
19411
|
+
# When you use this action with an access point for directory buckets,
|
19412
|
+
# you must provide the access point name in place of the bucket name.
|
19413
|
+
# When using the access point ARN, you must direct requests to the
|
19414
|
+
# access point hostname. The access point hostname takes the form
|
19373
19415
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
19374
19416
|
# When using this action with an access point through the Amazon Web
|
19375
19417
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
19376
19418
|
# name. For more information about access point ARNs, see [Using access
|
19377
19419
|
# points][2] in the *Amazon S3 User Guide*.
|
19378
19420
|
#
|
19379
|
-
# <note markdown="1">
|
19380
|
-
# directory buckets.
|
19421
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
19381
19422
|
#
|
19382
19423
|
# </note>
|
19383
19424
|
#
|
@@ -19844,19 +19885,20 @@ module Aws::S3
|
|
19844
19885
|
#
|
19845
19886
|
# </note>
|
19846
19887
|
#
|
19847
|
-
# **Access points** - When you use this action with an access point
|
19848
|
-
# must provide the alias of the access
|
19849
|
-
#
|
19850
|
-
#
|
19851
|
-
#
|
19888
|
+
# **Access points** - When you use this action with an access point for
|
19889
|
+
# general purpose buckets, you must provide the alias of the access
|
19890
|
+
# point in place of the bucket name or specify the access point ARN.
|
19891
|
+
# When you use this action with an access point for directory buckets,
|
19892
|
+
# you must provide the access point name in place of the bucket name.
|
19893
|
+
# When using the access point ARN, you must direct requests to the
|
19894
|
+
# access point hostname. The access point hostname takes the form
|
19852
19895
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
19853
19896
|
# When using this action with an access point through the Amazon Web
|
19854
19897
|
# Services SDKs, you provide the access point ARN in place of the bucket
|
19855
19898
|
# name. For more information about access point ARNs, see [Using access
|
19856
19899
|
# points][2] in the *Amazon S3 User Guide*.
|
19857
19900
|
#
|
19858
|
-
# <note markdown="1">
|
19859
|
-
# directory buckets.
|
19901
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
19860
19902
|
#
|
19861
19903
|
# </note>
|
19862
19904
|
#
|
@@ -20633,7 +20675,7 @@ module Aws::S3
|
|
20633
20675
|
tracer: tracer
|
20634
20676
|
)
|
20635
20677
|
context[:gem_name] = 'aws-sdk-s3'
|
20636
|
-
context[:gem_version] = '1.
|
20678
|
+
context[:gem_version] = '1.183.0'
|
20637
20679
|
Seahorse::Client::Request.new(handlers, context)
|
20638
20680
|
end
|
20639
20681
|
|