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/types.rb
CHANGED
@@ -63,19 +63,21 @@ module Aws::S3
|
|
63
63
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
64
64
|
# *Amazon S3 User Guide*.
|
65
65
|
#
|
66
|
-
# **Access points** - When you use this action with an access point
|
67
|
-
# you must provide the alias of the
|
68
|
-
# bucket name or specify the access point
|
69
|
-
#
|
70
|
-
#
|
66
|
+
# **Access points** - When you use this action with an access point
|
67
|
+
# for general purpose buckets, you must provide the alias of the
|
68
|
+
# access point in place of the bucket name or specify the access point
|
69
|
+
# ARN. When you use this action with an access point for directory
|
70
|
+
# buckets, you must provide the access point name in place of the
|
71
|
+
# bucket name. When using the access point ARN, you must direct
|
72
|
+
# requests to the access point hostname. The access point hostname
|
73
|
+
# takes the form
|
71
74
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
72
75
|
# When using this action with an access point through the Amazon Web
|
73
76
|
# Services SDKs, you provide the access point ARN in place of the
|
74
77
|
# bucket name. For more information about access point ARNs, see
|
75
78
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
76
79
|
#
|
77
|
-
# <note markdown="1">
|
78
|
-
# directory buckets.
|
80
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
79
81
|
#
|
80
82
|
# </note>
|
81
83
|
#
|
@@ -1005,19 +1007,21 @@ module Aws::S3
|
|
1005
1007
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
1006
1008
|
# *Amazon S3 User Guide*.
|
1007
1009
|
#
|
1008
|
-
# **Access points** - When you use this action with an access point
|
1009
|
-
# you must provide the alias of the
|
1010
|
-
# bucket name or specify the access point
|
1011
|
-
#
|
1012
|
-
#
|
1010
|
+
# **Access points** - When you use this action with an access point
|
1011
|
+
# for general purpose buckets, you must provide the alias of the
|
1012
|
+
# access point in place of the bucket name or specify the access point
|
1013
|
+
# ARN. When you use this action with an access point for directory
|
1014
|
+
# buckets, you must provide the access point name in place of the
|
1015
|
+
# bucket name. When using the access point ARN, you must direct
|
1016
|
+
# requests to the access point hostname. The access point hostname
|
1017
|
+
# takes the form
|
1013
1018
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
1014
1019
|
# When using this action with an access point through the Amazon Web
|
1015
1020
|
# Services SDKs, you provide the access point ARN in place of the
|
1016
1021
|
# bucket name. For more information about access point ARNs, see
|
1017
1022
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
1018
1023
|
#
|
1019
|
-
# <note markdown="1">
|
1020
|
-
# directory buckets.
|
1024
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
1021
1025
|
#
|
1022
1026
|
# </note>
|
1023
1027
|
#
|
@@ -1589,19 +1593,21 @@ module Aws::S3
|
|
1589
1593
|
#
|
1590
1594
|
# </note>
|
1591
1595
|
#
|
1592
|
-
# **Access points** - When you use this action with an access point
|
1593
|
-
# you must provide the alias of the
|
1594
|
-
# bucket name or specify the access point
|
1595
|
-
#
|
1596
|
-
#
|
1596
|
+
# **Access points** - When you use this action with an access point
|
1597
|
+
# for general purpose buckets, you must provide the alias of the
|
1598
|
+
# access point in place of the bucket name or specify the access point
|
1599
|
+
# ARN. When you use this action with an access point for directory
|
1600
|
+
# buckets, you must provide the access point name in place of the
|
1601
|
+
# bucket name. When using the access point ARN, you must direct
|
1602
|
+
# requests to the access point hostname. The access point hostname
|
1603
|
+
# takes the form
|
1597
1604
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
1598
1605
|
# When using this action with an access point through the Amazon Web
|
1599
1606
|
# Services SDKs, you provide the access point ARN in place of the
|
1600
1607
|
# bucket name. For more information about access point ARNs, see
|
1601
1608
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
1602
1609
|
#
|
1603
|
-
# <note markdown="1">
|
1604
|
-
# directory buckets.
|
1610
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
1605
1611
|
#
|
1606
1612
|
# </note>
|
1607
1613
|
#
|
@@ -2030,11 +2036,12 @@ module Aws::S3
|
|
2030
2036
|
# availability. Depending on performance needs, you can specify a
|
2031
2037
|
# different Storage Class.
|
2032
2038
|
#
|
2033
|
-
# <note markdown="1"> * <b>Directory buckets </b> -
|
2034
|
-
# Express One Zone storage class
|
2035
|
-
#
|
2036
|
-
#
|
2037
|
-
#
|
2039
|
+
# <note markdown="1"> * <b>Directory buckets </b> - Directory buckets only support
|
2040
|
+
# `EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in
|
2041
|
+
# Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent
|
2042
|
+
# Access storage class) in Dedicated Local Zones. Unsupported
|
2043
|
+
# storage class values won't write a destination object and will
|
2044
|
+
# respond with the HTTP status code `400 Bad Request`.
|
2038
2045
|
#
|
2039
2046
|
# * <b>Amazon S3 on Outposts </b> - S3 on Outposts only uses the
|
2040
2047
|
# `OUTPOSTS` Storage Class.
|
@@ -3014,19 +3021,21 @@ module Aws::S3
|
|
3014
3021
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
3015
3022
|
# *Amazon S3 User Guide*.
|
3016
3023
|
#
|
3017
|
-
# **Access points** - When you use this action with an access point
|
3018
|
-
# you must provide the alias of the
|
3019
|
-
# bucket name or specify the access point
|
3020
|
-
#
|
3021
|
-
#
|
3024
|
+
# **Access points** - When you use this action with an access point
|
3025
|
+
# for general purpose buckets, you must provide the alias of the
|
3026
|
+
# access point in place of the bucket name or specify the access point
|
3027
|
+
# ARN. When you use this action with an access point for directory
|
3028
|
+
# buckets, you must provide the access point name in place of the
|
3029
|
+
# bucket name. When using the access point ARN, you must direct
|
3030
|
+
# requests to the access point hostname. The access point hostname
|
3031
|
+
# takes the form
|
3022
3032
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
3023
3033
|
# When using this action with an access point through the Amazon Web
|
3024
3034
|
# Services SDKs, you provide the access point ARN in place of the
|
3025
3035
|
# bucket name. For more information about access point ARNs, see
|
3026
3036
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
3027
3037
|
#
|
3028
|
-
# <note markdown="1">
|
3029
|
-
# directory buckets.
|
3038
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
3030
3039
|
#
|
3031
3040
|
# </note>
|
3032
3041
|
#
|
@@ -3405,8 +3414,10 @@ module Aws::S3
|
|
3405
3414
|
# specify a different Storage Class. For more information, see
|
3406
3415
|
# [Storage Classes][1] in the *Amazon S3 User Guide*.
|
3407
3416
|
#
|
3408
|
-
# <note markdown="1"> *
|
3409
|
-
#
|
3417
|
+
# <note markdown="1"> * Directory buckets only support `EXPRESS_ONEZONE` (the S3 Express
|
3418
|
+
# One Zone storage class) in Availability Zones and `ONEZONE_IA`
|
3419
|
+
# (the S3 One Zone-Infrequent Access storage class) in Dedicated
|
3420
|
+
# Local Zones.
|
3410
3421
|
#
|
3411
3422
|
# * Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.
|
3412
3423
|
#
|
@@ -4367,19 +4378,21 @@ module Aws::S3
|
|
4367
4378
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
4368
4379
|
# *Amazon S3 User Guide*.
|
4369
4380
|
#
|
4370
|
-
# **Access points** - When you use this action with an access point
|
4371
|
-
# you must provide the alias of the
|
4372
|
-
# bucket name or specify the access point
|
4373
|
-
#
|
4374
|
-
#
|
4381
|
+
# **Access points** - When you use this action with an access point
|
4382
|
+
# for general purpose buckets, you must provide the alias of the
|
4383
|
+
# access point in place of the bucket name or specify the access point
|
4384
|
+
# ARN. When you use this action with an access point for directory
|
4385
|
+
# buckets, you must provide the access point name in place of the
|
4386
|
+
# bucket name. When using the access point ARN, you must direct
|
4387
|
+
# requests to the access point hostname. The access point hostname
|
4388
|
+
# takes the form
|
4375
4389
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
4376
4390
|
# When using this action with an access point through the Amazon Web
|
4377
4391
|
# Services SDKs, you provide the access point ARN in place of the
|
4378
4392
|
# bucket name. For more information about access point ARNs, see
|
4379
4393
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
4380
4394
|
#
|
4381
|
-
# <note markdown="1">
|
4382
|
-
# directory buckets.
|
4395
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
4383
4396
|
#
|
4384
4397
|
# </note>
|
4385
4398
|
#
|
@@ -4537,11 +4550,14 @@ module Aws::S3
|
|
4537
4550
|
# The bucket name containing the objects from which to remove the
|
4538
4551
|
# tags.
|
4539
4552
|
#
|
4540
|
-
# **Access points** - When you use this action with an access point
|
4541
|
-
# you must provide the alias of the
|
4542
|
-
# bucket name or specify the access point
|
4543
|
-
#
|
4544
|
-
#
|
4553
|
+
# **Access points** - When you use this action with an access point
|
4554
|
+
# for general purpose buckets, you must provide the alias of the
|
4555
|
+
# access point in place of the bucket name or specify the access point
|
4556
|
+
# ARN. When you use this action with an access point for directory
|
4557
|
+
# buckets, you must provide the access point name in place of the
|
4558
|
+
# bucket name. When using the access point ARN, you must direct
|
4559
|
+
# requests to the access point hostname. The access point hostname
|
4560
|
+
# takes the form
|
4545
4561
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
4546
4562
|
# When using this action with an access point through the Amazon Web
|
4547
4563
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -4632,19 +4648,21 @@ module Aws::S3
|
|
4632
4648
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
4633
4649
|
# *Amazon S3 User Guide*.
|
4634
4650
|
#
|
4635
|
-
# **Access points** - When you use this action with an access point
|
4636
|
-
# you must provide the alias of the
|
4637
|
-
# bucket name or specify the access point
|
4638
|
-
#
|
4639
|
-
#
|
4651
|
+
# **Access points** - When you use this action with an access point
|
4652
|
+
# for general purpose buckets, you must provide the alias of the
|
4653
|
+
# access point in place of the bucket name or specify the access point
|
4654
|
+
# ARN. When you use this action with an access point for directory
|
4655
|
+
# buckets, you must provide the access point name in place of the
|
4656
|
+
# bucket name. When using the access point ARN, you must direct
|
4657
|
+
# requests to the access point hostname. The access point hostname
|
4658
|
+
# takes the form
|
4640
4659
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
4641
4660
|
# When using this action with an access point through the Amazon Web
|
4642
4661
|
# Services SDKs, you provide the access point ARN in place of the
|
4643
4662
|
# bucket name. For more information about access point ARNs, see
|
4644
4663
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
4645
4664
|
#
|
4646
|
-
# <note markdown="1">
|
4647
|
-
# directory buckets.
|
4665
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
4648
4666
|
#
|
4649
4667
|
# </note>
|
4650
4668
|
#
|
@@ -6678,8 +6696,7 @@ module Aws::S3
|
|
6678
6696
|
# `InvalidAccessPointAliasError` is returned. For more information
|
6679
6697
|
# about `InvalidAccessPointAliasError`, see [List of Error Codes][2].
|
6680
6698
|
#
|
6681
|
-
# <note markdown="1">
|
6682
|
-
# directory buckets.
|
6699
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
6683
6700
|
#
|
6684
6701
|
# </note>
|
6685
6702
|
#
|
@@ -6964,11 +6981,14 @@ module Aws::S3
|
|
6964
6981
|
# The bucket name that contains the object for which to get the ACL
|
6965
6982
|
# information.
|
6966
6983
|
#
|
6967
|
-
# **Access points** - When you use this action with an access point
|
6968
|
-
# you must provide the alias of the
|
6969
|
-
# bucket name or specify the access point
|
6970
|
-
#
|
6971
|
-
#
|
6984
|
+
# **Access points** - When you use this action with an access point
|
6985
|
+
# for general purpose buckets, you must provide the alias of the
|
6986
|
+
# access point in place of the bucket name or specify the access point
|
6987
|
+
# ARN. When you use this action with an access point for directory
|
6988
|
+
# buckets, you must provide the access point name in place of the
|
6989
|
+
# bucket name. When using the access point ARN, you must direct
|
6990
|
+
# requests to the access point hostname. The access point hostname
|
6991
|
+
# takes the form
|
6972
6992
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
6973
6993
|
# When using this action with an access point through the Amazon Web
|
6974
6994
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -7085,8 +7105,10 @@ module Aws::S3
|
|
7085
7105
|
#
|
7086
7106
|
# For more information, see [Storage Classes][1].
|
7087
7107
|
#
|
7088
|
-
# <note markdown="1"> **Directory buckets** -
|
7089
|
-
#
|
7108
|
+
# <note markdown="1"> **Directory buckets** - Directory buckets only support
|
7109
|
+
# `EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in
|
7110
|
+
# Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent
|
7111
|
+
# Access storage class) in Dedicated Local Zones.
|
7090
7112
|
#
|
7091
7113
|
# </note>
|
7092
7114
|
#
|
@@ -7185,19 +7207,21 @@ module Aws::S3
|
|
7185
7207
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
7186
7208
|
# *Amazon S3 User Guide*.
|
7187
7209
|
#
|
7188
|
-
# **Access points** - When you use this action with an access point
|
7189
|
-
# you must provide the alias of the
|
7190
|
-
# bucket name or specify the access point
|
7191
|
-
#
|
7192
|
-
#
|
7210
|
+
# **Access points** - When you use this action with an access point
|
7211
|
+
# for general purpose buckets, you must provide the alias of the
|
7212
|
+
# access point in place of the bucket name or specify the access point
|
7213
|
+
# ARN. When you use this action with an access point for directory
|
7214
|
+
# buckets, you must provide the access point name in place of the
|
7215
|
+
# bucket name. When using the access point ARN, you must direct
|
7216
|
+
# requests to the access point hostname. The access point hostname
|
7217
|
+
# takes the form
|
7193
7218
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
7194
7219
|
# When using this action with an access point through the Amazon Web
|
7195
7220
|
# Services SDKs, you provide the access point ARN in place of the
|
7196
7221
|
# bucket name. For more information about access point ARNs, see
|
7197
7222
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
7198
7223
|
#
|
7199
|
-
# <note markdown="1">
|
7200
|
-
# directory buckets.
|
7224
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
7201
7225
|
#
|
7202
7226
|
# </note>
|
7203
7227
|
#
|
@@ -7336,11 +7360,14 @@ module Aws::S3
|
|
7336
7360
|
# The bucket name containing the object whose legal hold status you
|
7337
7361
|
# want to retrieve.
|
7338
7362
|
#
|
7339
|
-
# **Access points** - When you use this action with an access point
|
7340
|
-
# you must provide the alias of the
|
7341
|
-
# bucket name or specify the access point
|
7342
|
-
#
|
7343
|
-
#
|
7363
|
+
# **Access points** - When you use this action with an access point
|
7364
|
+
# for general purpose buckets, you must provide the alias of the
|
7365
|
+
# access point in place of the bucket name or specify the access point
|
7366
|
+
# ARN. When you use this action with an access point for directory
|
7367
|
+
# buckets, you must provide the access point name in place of the
|
7368
|
+
# bucket name. When using the access point ARN, you must direct
|
7369
|
+
# requests to the access point hostname. The access point hostname
|
7370
|
+
# takes the form
|
7344
7371
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
7345
7372
|
# When using this action with an access point through the Amazon Web
|
7346
7373
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -7414,11 +7441,14 @@ module Aws::S3
|
|
7414
7441
|
# @!attribute [rw] bucket
|
7415
7442
|
# The bucket whose Object Lock configuration you want to retrieve.
|
7416
7443
|
#
|
7417
|
-
# **Access points** - When you use this action with an access point
|
7418
|
-
# you must provide the alias of the
|
7419
|
-
# bucket name or specify the access point
|
7420
|
-
#
|
7421
|
-
#
|
7444
|
+
# **Access points** - When you use this action with an access point
|
7445
|
+
# for general purpose buckets, you must provide the alias of the
|
7446
|
+
# access point in place of the bucket name or specify the access point
|
7447
|
+
# ARN. When you use this action with an access point for directory
|
7448
|
+
# buckets, you must provide the access point name in place of the
|
7449
|
+
# bucket name. When using the access point ARN, you must direct
|
7450
|
+
# requests to the access point hostname. The access point hostname
|
7451
|
+
# takes the form
|
7422
7452
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
7423
7453
|
# When using this action with an access point through the Amazon Web
|
7424
7454
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -7492,9 +7522,10 @@ module Aws::S3
|
|
7492
7522
|
# Provides information about object restoration action and expiration
|
7493
7523
|
# time of the restored object copy.
|
7494
7524
|
#
|
7495
|
-
# <note markdown="1"> This functionality is not supported for directory buckets.
|
7496
|
-
#
|
7497
|
-
#
|
7525
|
+
# <note markdown="1"> This functionality is not supported for directory buckets. Directory
|
7526
|
+
# buckets only support `EXPRESS_ONEZONE` (the S3 Express One Zone
|
7527
|
+
# storage class) in Availability Zones and `ONEZONE_IA` (the S3 One
|
7528
|
+
# Zone-Infrequent Access storage class) in Dedicated Local Zones.
|
7498
7529
|
#
|
7499
7530
|
# </note>
|
7500
7531
|
# @return [String]
|
@@ -7693,8 +7724,10 @@ module Aws::S3
|
|
7693
7724
|
# this header for all objects except for S3 Standard storage class
|
7694
7725
|
# objects.
|
7695
7726
|
#
|
7696
|
-
# <note markdown="1"> <b>Directory buckets </b> -
|
7697
|
-
#
|
7727
|
+
# <note markdown="1"> <b>Directory buckets </b> - Directory buckets only support
|
7728
|
+
# `EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in
|
7729
|
+
# Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent
|
7730
|
+
# Access storage class) in Dedicated Local Zones.
|
7698
7731
|
#
|
7699
7732
|
# </note>
|
7700
7733
|
# @return [String]
|
@@ -7824,11 +7857,14 @@ module Aws::S3
|
|
7824
7857
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
7825
7858
|
# *Amazon S3 User Guide*.
|
7826
7859
|
#
|
7827
|
-
# **Access points** - When you use this action with an access point
|
7828
|
-
# you must provide the alias of the
|
7829
|
-
# bucket name or specify the access point
|
7830
|
-
#
|
7831
|
-
#
|
7860
|
+
# **Access points** - When you use this action with an access point
|
7861
|
+
# for general purpose buckets, you must provide the alias of the
|
7862
|
+
# access point in place of the bucket name or specify the access point
|
7863
|
+
# ARN. When you use this action with an access point for directory
|
7864
|
+
# buckets, you must provide the access point name in place of the
|
7865
|
+
# bucket name. When using the access point ARN, you must direct
|
7866
|
+
# requests to the access point hostname. The access point hostname
|
7867
|
+
# takes the form
|
7832
7868
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
7833
7869
|
# When using this action with an access point through the Amazon Web
|
7834
7870
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -7841,8 +7877,7 @@ module Aws::S3
|
|
7841
7877
|
# hostname takes the form
|
7842
7878
|
# *AccessPointName*-*AccountId*.s3-object-lambda.*Region*.amazonaws.com.
|
7843
7879
|
#
|
7844
|
-
# <note markdown="1">
|
7845
|
-
# directory buckets.
|
7880
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
7846
7881
|
#
|
7847
7882
|
# </note>
|
7848
7883
|
#
|
@@ -8173,11 +8208,14 @@ module Aws::S3
|
|
8173
8208
|
# The bucket name containing the object whose retention settings you
|
8174
8209
|
# want to retrieve.
|
8175
8210
|
#
|
8176
|
-
# **Access points** - When you use this action with an access point
|
8177
|
-
# you must provide the alias of the
|
8178
|
-
# bucket name or specify the access point
|
8179
|
-
#
|
8180
|
-
#
|
8211
|
+
# **Access points** - When you use this action with an access point
|
8212
|
+
# for general purpose buckets, you must provide the alias of the
|
8213
|
+
# access point in place of the bucket name or specify the access point
|
8214
|
+
# ARN. When you use this action with an access point for directory
|
8215
|
+
# buckets, you must provide the access point name in place of the
|
8216
|
+
# bucket name. When using the access point ARN, you must direct
|
8217
|
+
# requests to the access point hostname. The access point hostname
|
8218
|
+
# takes the form
|
8181
8219
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
8182
8220
|
# When using this action with an access point through the Amazon Web
|
8183
8221
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -8258,11 +8296,14 @@ module Aws::S3
|
|
8258
8296
|
# The bucket name containing the object for which to get the tagging
|
8259
8297
|
# information.
|
8260
8298
|
#
|
8261
|
-
# **Access points** - When you use this action with an access point
|
8262
|
-
# you must provide the alias of the
|
8263
|
-
# bucket name or specify the access point
|
8264
|
-
#
|
8265
|
-
#
|
8299
|
+
# **Access points** - When you use this action with an access point
|
8300
|
+
# for general purpose buckets, you must provide the alias of the
|
8301
|
+
# access point in place of the bucket name or specify the access point
|
8302
|
+
# ARN. When you use this action with an access point for directory
|
8303
|
+
# buckets, you must provide the access point name in place of the
|
8304
|
+
# bucket name. When using the access point ARN, you must direct
|
8305
|
+
# requests to the access point hostname. The access point hostname
|
8306
|
+
# takes the form
|
8266
8307
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
8267
8308
|
# When using this action with an access point through the Amazon Web
|
8268
8309
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -8584,11 +8625,14 @@ module Aws::S3
|
|
8584
8625
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
8585
8626
|
# *Amazon S3 User Guide*.
|
8586
8627
|
#
|
8587
|
-
# **Access points** - When you use this action with an access point
|
8588
|
-
# you must provide the alias of the
|
8589
|
-
# bucket name or specify the access point
|
8590
|
-
#
|
8591
|
-
#
|
8628
|
+
# **Access points** - When you use this action with an access point
|
8629
|
+
# for general purpose buckets, you must provide the alias of the
|
8630
|
+
# access point in place of the bucket name or specify the access point
|
8631
|
+
# ARN. When you use this action with an access point for directory
|
8632
|
+
# buckets, you must provide the access point name in place of the
|
8633
|
+
# bucket name. When using the access point ARN, you must direct
|
8634
|
+
# requests to the access point hostname. The access point hostname
|
8635
|
+
# takes the form
|
8592
8636
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
8593
8637
|
# When using this action with an access point through the Amazon Web
|
8594
8638
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -8602,8 +8646,7 @@ module Aws::S3
|
|
8602
8646
|
# `InvalidAccessPointAliasError` is returned. For more information
|
8603
8647
|
# about `InvalidAccessPointAliasError`, see [List of Error Codes][3].
|
8604
8648
|
#
|
8605
|
-
# <note markdown="1">
|
8606
|
-
# directory buckets.
|
8649
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
8607
8650
|
#
|
8608
8651
|
# </note>
|
8609
8652
|
#
|
@@ -8690,9 +8733,10 @@ module Aws::S3
|
|
8690
8733
|
# For more information about archiving objects, see [Transitioning
|
8691
8734
|
# Objects: General Considerations][2].
|
8692
8735
|
#
|
8693
|
-
# <note markdown="1"> This functionality is not supported for directory buckets.
|
8694
|
-
#
|
8695
|
-
#
|
8736
|
+
# <note markdown="1"> This functionality is not supported for directory buckets. Directory
|
8737
|
+
# buckets only support `EXPRESS_ONEZONE` (the S3 Express One Zone
|
8738
|
+
# storage class) in Availability Zones and `ONEZONE_IA` (the S3 One
|
8739
|
+
# Zone-Infrequent Access storage class) in Dedicated Local Zones.
|
8696
8740
|
#
|
8697
8741
|
# </note>
|
8698
8742
|
#
|
@@ -8918,8 +8962,10 @@ module Aws::S3
|
|
8918
8962
|
#
|
8919
8963
|
# For more information, see [Storage Classes][1].
|
8920
8964
|
#
|
8921
|
-
# <note markdown="1"> <b>Directory buckets </b> -
|
8922
|
-
#
|
8965
|
+
# <note markdown="1"> <b>Directory buckets </b> - Directory buckets only support
|
8966
|
+
# `EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in
|
8967
|
+
# Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent
|
8968
|
+
# Access storage class) in Dedicated Local Zones.
|
8923
8969
|
#
|
8924
8970
|
# </note>
|
8925
8971
|
#
|
@@ -9091,19 +9137,21 @@ module Aws::S3
|
|
9091
9137
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
9092
9138
|
# *Amazon S3 User Guide*.
|
9093
9139
|
#
|
9094
|
-
# **Access points** - When you use this action with an access point
|
9095
|
-
# you must provide the alias of the
|
9096
|
-
# bucket name or specify the access point
|
9097
|
-
#
|
9098
|
-
#
|
9140
|
+
# **Access points** - When you use this action with an access point
|
9141
|
+
# for general purpose buckets, you must provide the alias of the
|
9142
|
+
# access point in place of the bucket name or specify the access point
|
9143
|
+
# ARN. When you use this action with an access point for directory
|
9144
|
+
# buckets, you must provide the access point name in place of the
|
9145
|
+
# bucket name. When using the access point ARN, you must direct
|
9146
|
+
# requests to the access point hostname. The access point hostname
|
9147
|
+
# takes the form
|
9099
9148
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
9100
9149
|
# When using this action with an access point through the Amazon Web
|
9101
9150
|
# Services SDKs, you provide the access point ARN in place of the
|
9102
9151
|
# bucket name. For more information about access point ARNs, see
|
9103
9152
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
9104
9153
|
#
|
9105
|
-
# <note markdown="1">
|
9106
|
-
# directory buckets.
|
9154
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
9107
9155
|
#
|
9108
9156
|
# </note>
|
9109
9157
|
#
|
@@ -10625,19 +10673,21 @@ module Aws::S3
|
|
10625
10673
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
10626
10674
|
# *Amazon S3 User Guide*.
|
10627
10675
|
#
|
10628
|
-
# **Access points** - When you use this action with an access point
|
10629
|
-
# you must provide the alias of the
|
10630
|
-
# bucket name or specify the access point
|
10631
|
-
#
|
10632
|
-
#
|
10676
|
+
# **Access points** - When you use this action with an access point
|
10677
|
+
# for general purpose buckets, you must provide the alias of the
|
10678
|
+
# access point in place of the bucket name or specify the access point
|
10679
|
+
# ARN. When you use this action with an access point for directory
|
10680
|
+
# buckets, you must provide the access point name in place of the
|
10681
|
+
# bucket name. When using the access point ARN, you must direct
|
10682
|
+
# requests to the access point hostname. The access point hostname
|
10683
|
+
# takes the form
|
10633
10684
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
10634
10685
|
# When using this action with an access point through the Amazon Web
|
10635
10686
|
# Services SDKs, you provide the access point ARN in place of the
|
10636
10687
|
# bucket name. For more information about access point ARNs, see
|
10637
10688
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
10638
10689
|
#
|
10639
|
-
# <note markdown="1">
|
10640
|
-
# directory buckets.
|
10690
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
10641
10691
|
#
|
10642
10692
|
# </note>
|
10643
10693
|
#
|
@@ -11152,19 +11202,21 @@ module Aws::S3
|
|
11152
11202
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
11153
11203
|
# *Amazon S3 User Guide*.
|
11154
11204
|
#
|
11155
|
-
# **Access points** - When you use this action with an access point
|
11156
|
-
# you must provide the alias of the
|
11157
|
-
# bucket name or specify the access point
|
11158
|
-
#
|
11159
|
-
#
|
11205
|
+
# **Access points** - When you use this action with an access point
|
11206
|
+
# for general purpose buckets, you must provide the alias of the
|
11207
|
+
# access point in place of the bucket name or specify the access point
|
11208
|
+
# ARN. When you use this action with an access point for directory
|
11209
|
+
# buckets, you must provide the access point name in place of the
|
11210
|
+
# bucket name. When using the access point ARN, you must direct
|
11211
|
+
# requests to the access point hostname. The access point hostname
|
11212
|
+
# takes the form
|
11160
11213
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
11161
11214
|
# When using this action with an access point through the Amazon Web
|
11162
11215
|
# Services SDKs, you provide the access point ARN in place of the
|
11163
11216
|
# bucket name. For more information about access point ARNs, see
|
11164
11217
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
11165
11218
|
#
|
11166
|
-
# <note markdown="1">
|
11167
|
-
# directory buckets.
|
11219
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
11168
11220
|
#
|
11169
11221
|
# </note>
|
11170
11222
|
#
|
@@ -11423,19 +11475,21 @@ module Aws::S3
|
|
11423
11475
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
11424
11476
|
# *Amazon S3 User Guide*.
|
11425
11477
|
#
|
11426
|
-
# **Access points** - When you use this action with an access point
|
11427
|
-
# you must provide the alias of the
|
11428
|
-
# bucket name or specify the access point
|
11429
|
-
#
|
11430
|
-
#
|
11478
|
+
# **Access points** - When you use this action with an access point
|
11479
|
+
# for general purpose buckets, you must provide the alias of the
|
11480
|
+
# access point in place of the bucket name or specify the access point
|
11481
|
+
# ARN. When you use this action with an access point for directory
|
11482
|
+
# buckets, you must provide the access point name in place of the
|
11483
|
+
# bucket name. When using the access point ARN, you must direct
|
11484
|
+
# requests to the access point hostname. The access point hostname
|
11485
|
+
# takes the form
|
11431
11486
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
11432
11487
|
# When using this action with an access point through the Amazon Web
|
11433
11488
|
# Services SDKs, you provide the access point ARN in place of the
|
11434
11489
|
# bucket name. For more information about access point ARNs, see
|
11435
11490
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
11436
11491
|
#
|
11437
|
-
# <note markdown="1">
|
11438
|
-
# directory buckets.
|
11492
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
11439
11493
|
#
|
11440
11494
|
# </note>
|
11441
11495
|
#
|
@@ -11680,8 +11734,10 @@ module Aws::S3
|
|
11680
11734
|
# @!attribute [rw] storage_class
|
11681
11735
|
# The class of storage used to store the uploaded object.
|
11682
11736
|
#
|
11683
|
-
# <note markdown="1"> **Directory buckets** -
|
11684
|
-
#
|
11737
|
+
# <note markdown="1"> **Directory buckets** - Directory buckets only support
|
11738
|
+
# `EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in
|
11739
|
+
# Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent
|
11740
|
+
# Access storage class) in Dedicated Local Zones.
|
11685
11741
|
#
|
11686
11742
|
# </note>
|
11687
11743
|
# @return [String]
|
@@ -11748,19 +11804,21 @@ module Aws::S3
|
|
11748
11804
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
11749
11805
|
# *Amazon S3 User Guide*.
|
11750
11806
|
#
|
11751
|
-
# **Access points** - When you use this action with an access point
|
11752
|
-
# you must provide the alias of the
|
11753
|
-
# bucket name or specify the access point
|
11754
|
-
#
|
11755
|
-
#
|
11807
|
+
# **Access points** - When you use this action with an access point
|
11808
|
+
# for general purpose buckets, you must provide the alias of the
|
11809
|
+
# access point in place of the bucket name or specify the access point
|
11810
|
+
# ARN. When you use this action with an access point for directory
|
11811
|
+
# buckets, you must provide the access point name in place of the
|
11812
|
+
# bucket name. When using the access point ARN, you must direct
|
11813
|
+
# requests to the access point hostname. The access point hostname
|
11814
|
+
# takes the form
|
11756
11815
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
11757
11816
|
# When using this action with an access point through the Amazon Web
|
11758
11817
|
# Services SDKs, you provide the access point ARN in place of the
|
11759
11818
|
# bucket name. For more information about access point ARNs, see
|
11760
11819
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
11761
11820
|
#
|
11762
|
-
# <note markdown="1">
|
11763
|
-
# directory buckets.
|
11821
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
11764
11822
|
#
|
11765
11823
|
# </note>
|
11766
11824
|
#
|
@@ -12169,8 +12227,10 @@ module Aws::S3
|
|
12169
12227
|
# @!attribute [rw] storage_class
|
12170
12228
|
# The class of storage used to store the object.
|
12171
12229
|
#
|
12172
|
-
# <note markdown="1"> **Directory buckets** -
|
12173
|
-
#
|
12230
|
+
# <note markdown="1"> **Directory buckets** - Directory buckets only support
|
12231
|
+
# `EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in
|
12232
|
+
# Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent
|
12233
|
+
# Access storage class) in Dedicated Local Zones.
|
12174
12234
|
#
|
12175
12235
|
# </note>
|
12176
12236
|
# @return [String]
|
@@ -12481,8 +12541,10 @@ module Aws::S3
|
|
12481
12541
|
# @!attribute [rw] storage_class
|
12482
12542
|
# The class of storage used to store the object.
|
12483
12543
|
#
|
12484
|
-
# <note markdown="1"> **Directory buckets** -
|
12485
|
-
#
|
12544
|
+
# <note markdown="1"> **Directory buckets** - Directory buckets only support
|
12545
|
+
# `EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in
|
12546
|
+
# Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent
|
12547
|
+
# Access storage class) in Dedicated Local Zones.
|
12486
12548
|
#
|
12487
12549
|
# </note>
|
12488
12550
|
# @return [String]
|
@@ -12503,9 +12565,10 @@ module Aws::S3
|
|
12503
12565
|
# archived objects, see [ Working with archived objects][1] in the
|
12504
12566
|
# *Amazon S3 User Guide*.
|
12505
12567
|
#
|
12506
|
-
# <note markdown="1"> This functionality is not supported for directory buckets.
|
12507
|
-
#
|
12508
|
-
#
|
12568
|
+
# <note markdown="1"> This functionality is not supported for directory buckets. Directory
|
12569
|
+
# buckets only support `EXPRESS_ONEZONE` (the S3 Express One Zone
|
12570
|
+
# storage class) in Availability Zones and `ONEZONE_IA` (the S3 One
|
12571
|
+
# Zone-Infrequent Access storage class) in Dedicated Local Zones.
|
12509
12572
|
#
|
12510
12573
|
# </note>
|
12511
12574
|
#
|
@@ -14415,11 +14478,14 @@ module Aws::S3
|
|
14415
14478
|
# The bucket name that contains the object to which you want to attach
|
14416
14479
|
# the ACL.
|
14417
14480
|
#
|
14418
|
-
# **Access points** - When you use this action with an access point
|
14419
|
-
# you must provide the alias of the
|
14420
|
-
# bucket name or specify the access point
|
14421
|
-
#
|
14422
|
-
#
|
14481
|
+
# **Access points** - When you use this action with an access point
|
14482
|
+
# for general purpose buckets, you must provide the alias of the
|
14483
|
+
# access point in place of the bucket name or specify the access point
|
14484
|
+
# ARN. When you use this action with an access point for directory
|
14485
|
+
# buckets, you must provide the access point name in place of the
|
14486
|
+
# bucket name. When using the access point ARN, you must direct
|
14487
|
+
# requests to the access point hostname. The access point hostname
|
14488
|
+
# takes the form
|
14423
14489
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
14424
14490
|
# When using this action with an access point through the Amazon Web
|
14425
14491
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -14584,11 +14650,14 @@ module Aws::S3
|
|
14584
14650
|
# The bucket name containing the object that you want to place a legal
|
14585
14651
|
# hold on.
|
14586
14652
|
#
|
14587
|
-
# **Access points** - When you use this action with an access point
|
14588
|
-
# you must provide the alias of the
|
14589
|
-
# bucket name or specify the access point
|
14590
|
-
#
|
14591
|
-
#
|
14653
|
+
# **Access points** - When you use this action with an access point
|
14654
|
+
# for general purpose buckets, you must provide the alias of the
|
14655
|
+
# access point in place of the bucket name or specify the access point
|
14656
|
+
# ARN. When you use this action with an access point for directory
|
14657
|
+
# buckets, you must provide the access point name in place of the
|
14658
|
+
# bucket name. When using the access point ARN, you must direct
|
14659
|
+
# requests to the access point hostname. The access point hostname
|
14660
|
+
# takes the form
|
14592
14661
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
14593
14662
|
# When using this action with an access point through the Amazon Web
|
14594
14663
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -15061,19 +15130,21 @@ module Aws::S3
|
|
15061
15130
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
15062
15131
|
# *Amazon S3 User Guide*.
|
15063
15132
|
#
|
15064
|
-
# **Access points** - When you use this action with an access point
|
15065
|
-
# you must provide the alias of the
|
15066
|
-
# bucket name or specify the access point
|
15067
|
-
#
|
15068
|
-
#
|
15133
|
+
# **Access points** - When you use this action with an access point
|
15134
|
+
# for general purpose buckets, you must provide the alias of the
|
15135
|
+
# access point in place of the bucket name or specify the access point
|
15136
|
+
# ARN. When you use this action with an access point for directory
|
15137
|
+
# buckets, you must provide the access point name in place of the
|
15138
|
+
# bucket name. When using the access point ARN, you must direct
|
15139
|
+
# requests to the access point hostname. The access point hostname
|
15140
|
+
# takes the form
|
15069
15141
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
15070
15142
|
# When using this action with an access point through the Amazon Web
|
15071
15143
|
# Services SDKs, you provide the access point ARN in place of the
|
15072
15144
|
# bucket name. For more information about access point ARNs, see
|
15073
15145
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
15074
15146
|
#
|
15075
|
-
# <note markdown="1">
|
15076
|
-
# directory buckets.
|
15147
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
15077
15148
|
#
|
15078
15149
|
# </note>
|
15079
15150
|
#
|
@@ -15471,8 +15542,10 @@ module Aws::S3
|
|
15471
15542
|
# specify a different Storage Class. For more information, see
|
15472
15543
|
# [Storage Classes][1] in the *Amazon S3 User Guide*.
|
15473
15544
|
#
|
15474
|
-
# <note markdown="1"> *
|
15475
|
-
#
|
15545
|
+
# <note markdown="1"> * Directory buckets only support `EXPRESS_ONEZONE` (the S3 Express
|
15546
|
+
# One Zone storage class) in Availability Zones and `ONEZONE_IA`
|
15547
|
+
# (the S3 One Zone-Infrequent Access storage class) in Dedicated
|
15548
|
+
# Local Zones.
|
15476
15549
|
#
|
15477
15550
|
# * Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.
|
15478
15551
|
#
|
@@ -15765,11 +15838,14 @@ module Aws::S3
|
|
15765
15838
|
# The bucket name that contains the object you want to apply this
|
15766
15839
|
# Object Retention configuration to.
|
15767
15840
|
#
|
15768
|
-
# **Access points** - When you use this action with an access point
|
15769
|
-
# you must provide the alias of the
|
15770
|
-
# bucket name or specify the access point
|
15771
|
-
#
|
15772
|
-
#
|
15841
|
+
# **Access points** - When you use this action with an access point
|
15842
|
+
# for general purpose buckets, you must provide the alias of the
|
15843
|
+
# access point in place of the bucket name or specify the access point
|
15844
|
+
# ARN. When you use this action with an access point for directory
|
15845
|
+
# buckets, you must provide the access point name in place of the
|
15846
|
+
# bucket name. When using the access point ARN, you must direct
|
15847
|
+
# requests to the access point hostname. The access point hostname
|
15848
|
+
# takes the form
|
15773
15849
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
15774
15850
|
# When using this action with an access point through the Amazon Web
|
15775
15851
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -15881,11 +15957,14 @@ module Aws::S3
|
|
15881
15957
|
# @!attribute [rw] bucket
|
15882
15958
|
# The bucket name containing the object.
|
15883
15959
|
#
|
15884
|
-
# **Access points** - When you use this action with an access point
|
15885
|
-
# you must provide the alias of the
|
15886
|
-
# bucket name or specify the access point
|
15887
|
-
#
|
15888
|
-
#
|
15960
|
+
# **Access points** - When you use this action with an access point
|
15961
|
+
# for general purpose buckets, you must provide the alias of the
|
15962
|
+
# access point in place of the bucket name or specify the access point
|
15963
|
+
# ARN. When you use this action with an access point for directory
|
15964
|
+
# buckets, you must provide the access point name in place of the
|
15965
|
+
# bucket name. When using the access point ARN, you must direct
|
15966
|
+
# requests to the access point hostname. The access point hostname
|
15967
|
+
# takes the form
|
15889
15968
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
15890
15969
|
# When using this action with an access point through the Amazon Web
|
15891
15970
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -16134,7 +16213,7 @@ module Aws::S3
|
|
16134
16213
|
# record frame. To ensure continuous streaming of data, S3 Select
|
16135
16214
|
# might split the same record across multiple record frames instead of
|
16136
16215
|
# aggregating the results in memory. Some S3 clients (for example, the
|
16137
|
-
#
|
16216
|
+
# SDKforJava) handle this behavior by creating a `ByteStream` out of
|
16138
16217
|
# the response by default. Other clients might not handle this
|
16139
16218
|
# behavior by default. In those cases, you must aggregate the results
|
16140
16219
|
# on the client side and parse the response.
|
@@ -16575,11 +16654,14 @@ module Aws::S3
|
|
16575
16654
|
# @!attribute [rw] bucket
|
16576
16655
|
# The bucket name containing the object to restore.
|
16577
16656
|
#
|
16578
|
-
# **Access points** - When you use this action with an access point
|
16579
|
-
# you must provide the alias of the
|
16580
|
-
# bucket name or specify the access point
|
16581
|
-
#
|
16582
|
-
#
|
16657
|
+
# **Access points** - When you use this action with an access point
|
16658
|
+
# for general purpose buckets, you must provide the alias of the
|
16659
|
+
# access point in place of the bucket name or specify the access point
|
16660
|
+
# ARN. When you use this action with an access point for directory
|
16661
|
+
# buckets, you must provide the access point name in place of the
|
16662
|
+
# bucket name. When using the access point ARN, you must direct
|
16663
|
+
# requests to the access point hostname. The access point hostname
|
16664
|
+
# takes the form
|
16583
16665
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
16584
16666
|
# When using this action with an access point through the Amazon Web
|
16585
16667
|
# Services SDKs, you provide the access point ARN in place of the
|
@@ -16740,9 +16822,10 @@ module Aws::S3
|
|
16740
16822
|
# archived objects, see [ Working with archived objects][1] in the
|
16741
16823
|
# *Amazon S3 User Guide*.
|
16742
16824
|
#
|
16743
|
-
# <note markdown="1"> This functionality is not supported for directory buckets.
|
16744
|
-
#
|
16745
|
-
#
|
16825
|
+
# <note markdown="1"> This functionality is not supported for directory buckets. Directory
|
16826
|
+
# buckets only support `EXPRESS_ONEZONE` (the S3 Express One Zone
|
16827
|
+
# storage class) in Availability Zones and `ONEZONE_IA` (the S3 One
|
16828
|
+
# Zone-Infrequent Access storage class) in Dedicated Local Zones.
|
16746
16829
|
#
|
16747
16830
|
# </note>
|
16748
16831
|
#
|
@@ -18017,19 +18100,21 @@ module Aws::S3
|
|
18017
18100
|
#
|
18018
18101
|
# </note>
|
18019
18102
|
#
|
18020
|
-
# **Access points** - When you use this action with an access point
|
18021
|
-
# you must provide the alias of the
|
18022
|
-
# bucket name or specify the access point
|
18023
|
-
#
|
18024
|
-
#
|
18103
|
+
# **Access points** - When you use this action with an access point
|
18104
|
+
# for general purpose buckets, you must provide the alias of the
|
18105
|
+
# access point in place of the bucket name or specify the access point
|
18106
|
+
# ARN. When you use this action with an access point for directory
|
18107
|
+
# buckets, you must provide the access point name in place of the
|
18108
|
+
# bucket name. When using the access point ARN, you must direct
|
18109
|
+
# requests to the access point hostname. The access point hostname
|
18110
|
+
# takes the form
|
18025
18111
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
18026
18112
|
# When using this action with an access point through the Amazon Web
|
18027
18113
|
# Services SDKs, you provide the access point ARN in place of the
|
18028
18114
|
# bucket name. For more information about access point ARNs, see
|
18029
18115
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
18030
18116
|
#
|
18031
|
-
# <note markdown="1">
|
18032
|
-
# directory buckets.
|
18117
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
18033
18118
|
#
|
18034
18119
|
# </note>
|
18035
18120
|
#
|
@@ -18483,19 +18568,21 @@ module Aws::S3
|
|
18483
18568
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
18484
18569
|
# *Amazon S3 User Guide*.
|
18485
18570
|
#
|
18486
|
-
# **Access points** - When you use this action with an access point
|
18487
|
-
# you must provide the alias of the
|
18488
|
-
# bucket name or specify the access point
|
18489
|
-
#
|
18490
|
-
#
|
18571
|
+
# **Access points** - When you use this action with an access point
|
18572
|
+
# for general purpose buckets, you must provide the alias of the
|
18573
|
+
# access point in place of the bucket name or specify the access point
|
18574
|
+
# ARN. When you use this action with an access point for directory
|
18575
|
+
# buckets, you must provide the access point name in place of the
|
18576
|
+
# bucket name. When using the access point ARN, you must direct
|
18577
|
+
# requests to the access point hostname. The access point hostname
|
18578
|
+
# takes the form
|
18491
18579
|
# *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
|
18492
18580
|
# When using this action with an access point through the Amazon Web
|
18493
18581
|
# Services SDKs, you provide the access point ARN in place of the
|
18494
18582
|
# bucket name. For more information about access point ARNs, see
|
18495
18583
|
# [Using access points][2] in the *Amazon S3 User Guide*.
|
18496
18584
|
#
|
18497
|
-
# <note markdown="1">
|
18498
|
-
# directory buckets.
|
18585
|
+
# <note markdown="1"> Object Lambda access points are not supported by directory buckets.
|
18499
18586
|
#
|
18500
18587
|
# </note>
|
18501
18588
|
#
|