aws-sdk-s3 1.174.0 → 1.175.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 +2 -2
- data/lib/aws-sdk-s3/client.rb +957 -755
- data/lib/aws-sdk-s3/endpoint_provider.rb +36 -0
- data/lib/aws-sdk-s3/object.rb +3 -1
- data/lib/aws-sdk-s3/resource.rb +9 -8
- data/lib/aws-sdk-s3/types.rb +202 -116
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/bucket.rbs +2 -2
- data/sig/client.rbs +3 -3
- data/sig/resource.rbs +2 -2
- data/sig/types.rbs +3 -3
- metadata +2 -2
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -55,10 +55,10 @@ module Aws::S3
|
|
55
55
|
#
|
56
56
|
# **Directory buckets** - When you use this operation with a directory
|
57
57
|
# bucket, you must use virtual-hosted-style requests in the format `
|
58
|
-
#
|
58
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
59
59
|
# requests are not supported. Directory bucket names must be unique in
|
60
|
-
# the chosen Availability Zone. Bucket names must
|
61
|
-
#
|
60
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
61
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
62
62
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
63
63
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
64
64
|
# *Amazon S3 User Guide*.
|
@@ -406,8 +406,8 @@ module Aws::S3
|
|
406
406
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html
|
407
407
|
#
|
408
408
|
# @!attribute [rw] data_redundancy
|
409
|
-
# The number of Availability Zone that's used
|
410
|
-
# bucket.
|
409
|
+
# The number of Zone (Availability Zone or Local Zone) that's used
|
410
|
+
# for redundancy for the bucket.
|
411
411
|
# @return [String]
|
412
412
|
#
|
413
413
|
# @!attribute [rw] type
|
@@ -943,10 +943,10 @@ module Aws::S3
|
|
943
943
|
#
|
944
944
|
# **Directory buckets** - When you use this operation with a directory
|
945
945
|
# bucket, you must use virtual-hosted-style requests in the format `
|
946
|
-
#
|
946
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
947
947
|
# requests are not supported. Directory bucket names must be unique in
|
948
|
-
# the chosen Availability Zone. Bucket names must
|
949
|
-
#
|
948
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
949
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
950
950
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
951
951
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
952
952
|
# *Amazon S3 User Guide*.
|
@@ -1353,7 +1353,9 @@ module Aws::S3
|
|
1353
1353
|
# If the object expiration is configured, the response includes this
|
1354
1354
|
# header.
|
1355
1355
|
#
|
1356
|
-
# <note markdown="1">
|
1356
|
+
# <note markdown="1"> Object expiration information is not returned in directory buckets
|
1357
|
+
# and this header returns the value "`NotImplemented`" in all
|
1358
|
+
# responses for directory buckets.
|
1357
1359
|
#
|
1358
1360
|
# </note>
|
1359
1361
|
# @return [String]
|
@@ -1485,14 +1487,22 @@ module Aws::S3
|
|
1485
1487
|
#
|
1486
1488
|
# **Directory buckets** - When you use this operation with a directory
|
1487
1489
|
# bucket, you must use virtual-hosted-style requests in the format `
|
1488
|
-
#
|
1490
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
1489
1491
|
# requests are not supported. Directory bucket names must be unique in
|
1490
|
-
# the chosen Availability Zone. Bucket names must
|
1491
|
-
#
|
1492
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
1493
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
1492
1494
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
1493
1495
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
1494
1496
|
# *Amazon S3 User Guide*.
|
1495
1497
|
#
|
1498
|
+
# <note markdown="1"> Copying objects across different Amazon Web Services Regions isn't
|
1499
|
+
# supported when the source or destination bucket is in Amazon Web
|
1500
|
+
# Services Local Zones. The source and destination buckets must have
|
1501
|
+
# the same parent Amazon Web Services Region. Otherwise, you get an
|
1502
|
+
# HTTP `400 Bad Request` error with the error code `InvalidRequest`.
|
1503
|
+
#
|
1504
|
+
# </note>
|
1505
|
+
#
|
1496
1506
|
# **Access points** - When you use this action with an access point,
|
1497
1507
|
# you must provide the alias of the access point in place of the
|
1498
1508
|
# bucket name or specify the access point ARN. When using the access
|
@@ -2486,11 +2496,20 @@ module Aws::S3
|
|
2486
2496
|
# @!attribute [rw] location
|
2487
2497
|
# Specifies the location where the bucket will be created.
|
2488
2498
|
#
|
2489
|
-
#
|
2499
|
+
# <b>Directory buckets </b> - The location type is Availability Zone
|
2500
|
+
# or Local Zone. When the location type is Local Zone, your Local Zone
|
2501
|
+
# must be in opt-in status. Otherwise, you get an HTTP `400 Bad
|
2502
|
+
# Request` error with the error code `Access denied`. To learn more
|
2503
|
+
# about opt-in Local Zones, see [Opt-in Dedicated Local Zones][1]in
|
2504
|
+
# the *Amazon S3 User Guide*.
|
2490
2505
|
#
|
2491
2506
|
# <note markdown="1"> This functionality is only supported by directory buckets.
|
2492
2507
|
#
|
2493
2508
|
# </note>
|
2509
|
+
#
|
2510
|
+
#
|
2511
|
+
#
|
2512
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/opt-in-directory-bucket-lz.html
|
2494
2513
|
# @return [Types::LocationInfo]
|
2495
2514
|
#
|
2496
2515
|
# @!attribute [rw] bucket
|
@@ -2540,13 +2559,14 @@ module Aws::S3
|
|
2540
2559
|
#
|
2541
2560
|
# <b>Directory buckets </b> - When you use this operation with a
|
2542
2561
|
# directory bucket, you must use path-style requests in the format
|
2543
|
-
# `https://s3express-control.
|
2562
|
+
# `https://s3express-control.region-code.amazonaws.com/bucket-name `.
|
2544
2563
|
# Virtual-hosted-style requests aren't supported. Directory bucket
|
2545
|
-
# names must be unique in the chosen Availability Zone
|
2546
|
-
# must also follow the format `
|
2547
|
-
#
|
2548
|
-
#
|
2549
|
-
# rules][2] in the
|
2564
|
+
# names must be unique in the chosen Zone (Availability Zone or Local
|
2565
|
+
# Zone). Bucket names must also follow the format `
|
2566
|
+
# bucket-base-name--zone-id--x-s3` (for example, `
|
2567
|
+
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
2568
|
+
# naming restrictions, see [Directory bucket naming rules][2] in the
|
2569
|
+
# *Amazon S3 User Guide*
|
2550
2570
|
#
|
2551
2571
|
#
|
2552
2572
|
#
|
@@ -2824,10 +2844,10 @@ module Aws::S3
|
|
2824
2844
|
#
|
2825
2845
|
# **Directory buckets** - When you use this operation with a directory
|
2826
2846
|
# bucket, you must use virtual-hosted-style requests in the format `
|
2827
|
-
#
|
2847
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
2828
2848
|
# requests are not supported. Directory bucket names must be unique in
|
2829
|
-
# the chosen Availability Zone. Bucket names must
|
2830
|
-
#
|
2849
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
2850
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
2831
2851
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
2832
2852
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
2833
2853
|
# *Amazon S3 User Guide*.
|
@@ -3731,13 +3751,14 @@ module Aws::S3
|
|
3731
3751
|
#
|
3732
3752
|
# <b>Directory buckets </b> - When you use this operation with a
|
3733
3753
|
# directory bucket, you must use path-style requests in the format
|
3734
|
-
# `https://s3express-control.
|
3754
|
+
# `https://s3express-control.region-code.amazonaws.com/bucket-name `.
|
3735
3755
|
# Virtual-hosted-style requests aren't supported. Directory bucket
|
3736
|
-
# names must be unique in the chosen Availability Zone
|
3737
|
-
# must also follow the format `
|
3738
|
-
#
|
3739
|
-
#
|
3740
|
-
# rules][1] in the
|
3756
|
+
# names must be unique in the chosen Zone (Availability Zone or Local
|
3757
|
+
# Zone). Bucket names must also follow the format `
|
3758
|
+
# bucket-base-name--zone-id--x-s3` (for example, `
|
3759
|
+
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
3760
|
+
# naming restrictions, see [Directory bucket naming rules][1] in the
|
3761
|
+
# *Amazon S3 User Guide*
|
3741
3762
|
#
|
3742
3763
|
#
|
3743
3764
|
#
|
@@ -3888,13 +3909,14 @@ module Aws::S3
|
|
3888
3909
|
#
|
3889
3910
|
# <b>Directory buckets </b> - When you use this operation with a
|
3890
3911
|
# directory bucket, you must use path-style requests in the format
|
3891
|
-
# `https://s3express-control.
|
3912
|
+
# `https://s3express-control.region-code.amazonaws.com/bucket-name `.
|
3892
3913
|
# Virtual-hosted-style requests aren't supported. Directory bucket
|
3893
|
-
# names must be unique in the chosen Availability Zone
|
3894
|
-
# must also follow the format `
|
3895
|
-
#
|
3896
|
-
#
|
3897
|
-
# rules][1] in the
|
3914
|
+
# names must be unique in the chosen Zone (Availability Zone or Local
|
3915
|
+
# Zone). Bucket names must also follow the format `
|
3916
|
+
# bucket-base-name--zone-id--x-s3` (for example, `
|
3917
|
+
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
3918
|
+
# naming restrictions, see [Directory bucket naming rules][1] in the
|
3919
|
+
# *Amazon S3 User Guide*
|
3898
3920
|
#
|
3899
3921
|
#
|
3900
3922
|
#
|
@@ -3948,13 +3970,14 @@ module Aws::S3
|
|
3948
3970
|
#
|
3949
3971
|
# <b>Directory buckets </b> - When you use this operation with a
|
3950
3972
|
# directory bucket, you must use path-style requests in the format
|
3951
|
-
# `https://s3express-control.
|
3973
|
+
# `https://s3express-control.region-code.amazonaws.com/bucket-name `.
|
3952
3974
|
# Virtual-hosted-style requests aren't supported. Directory bucket
|
3953
|
-
# names must be unique in the chosen Availability Zone
|
3954
|
-
# must also follow the format `
|
3955
|
-
#
|
3956
|
-
#
|
3957
|
-
# rules][1] in the
|
3975
|
+
# names must be unique in the chosen Zone (Availability Zone or Local
|
3976
|
+
# Zone). Bucket names must also follow the format `
|
3977
|
+
# bucket-base-name--zone-id--x-s3` (for example, `
|
3978
|
+
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
3979
|
+
# naming restrictions, see [Directory bucket naming rules][1] in the
|
3980
|
+
# *Amazon S3 User Guide*
|
3958
3981
|
#
|
3959
3982
|
#
|
3960
3983
|
#
|
@@ -4142,10 +4165,10 @@ module Aws::S3
|
|
4142
4165
|
#
|
4143
4166
|
# **Directory buckets** - When you use this operation with a directory
|
4144
4167
|
# bucket, you must use virtual-hosted-style requests in the format `
|
4145
|
-
#
|
4168
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
4146
4169
|
# requests are not supported. Directory bucket names must be unique in
|
4147
|
-
# the chosen Availability Zone. Bucket names must
|
4148
|
-
#
|
4170
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
4171
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
4149
4172
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
4150
4173
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
4151
4174
|
# *Amazon S3 User Guide*.
|
@@ -4407,10 +4430,10 @@ module Aws::S3
|
|
4407
4430
|
#
|
4408
4431
|
# **Directory buckets** - When you use this operation with a directory
|
4409
4432
|
# bucket, you must use virtual-hosted-style requests in the format `
|
4410
|
-
#
|
4433
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
4411
4434
|
# requests are not supported. Directory bucket names must be unique in
|
4412
|
-
# the chosen Availability Zone. Bucket names must
|
4413
|
-
#
|
4435
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
4436
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
4414
4437
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
4415
4438
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
4416
4439
|
# *Amazon S3 User Guide*.
|
@@ -5855,13 +5878,14 @@ module Aws::S3
|
|
5855
5878
|
#
|
5856
5879
|
# <b>Directory buckets </b> - When you use this operation with a
|
5857
5880
|
# directory bucket, you must use path-style requests in the format
|
5858
|
-
# `https://s3express-control.
|
5881
|
+
# `https://s3express-control.region-code.amazonaws.com/bucket-name `.
|
5859
5882
|
# Virtual-hosted-style requests aren't supported. Directory bucket
|
5860
|
-
# names must be unique in the chosen Availability Zone
|
5861
|
-
# must also follow the format `
|
5862
|
-
#
|
5863
|
-
#
|
5864
|
-
# rules][1] in the
|
5883
|
+
# names must be unique in the chosen Zone (Availability Zone or Local
|
5884
|
+
# Zone). Bucket names must also follow the format `
|
5885
|
+
# bucket-base-name--zone-id--x-s3` (for example, `
|
5886
|
+
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
5887
|
+
# naming restrictions, see [Directory bucket naming rules][1] in the
|
5888
|
+
# *Amazon S3 User Guide*
|
5865
5889
|
#
|
5866
5890
|
#
|
5867
5891
|
#
|
@@ -6268,13 +6292,14 @@ module Aws::S3
|
|
6268
6292
|
#
|
6269
6293
|
# <b>Directory buckets </b> - When you use this operation with a
|
6270
6294
|
# directory bucket, you must use path-style requests in the format
|
6271
|
-
# `https://s3express-control.
|
6295
|
+
# `https://s3express-control.region-code.amazonaws.com/bucket-name `.
|
6272
6296
|
# Virtual-hosted-style requests aren't supported. Directory bucket
|
6273
|
-
# names must be unique in the chosen Availability Zone
|
6274
|
-
# must also follow the format `
|
6275
|
-
#
|
6276
|
-
#
|
6277
|
-
# rules][1] in the
|
6297
|
+
# names must be unique in the chosen Zone (Availability Zone or Local
|
6298
|
+
# Zone). Bucket names must also follow the format `
|
6299
|
+
# bucket-base-name--zone-id--x-s3` (for example, `
|
6300
|
+
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
6301
|
+
# naming restrictions, see [Directory bucket naming rules][1] in the
|
6302
|
+
# *Amazon S3 User Guide*
|
6278
6303
|
#
|
6279
6304
|
# **Access points** - When you use this API operation with an access
|
6280
6305
|
# point, provide the alias of the access point in place of the bucket
|
@@ -6781,10 +6806,10 @@ module Aws::S3
|
|
6781
6806
|
#
|
6782
6807
|
# **Directory buckets** - When you use this operation with a directory
|
6783
6808
|
# bucket, you must use virtual-hosted-style requests in the format `
|
6784
|
-
#
|
6809
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
6785
6810
|
# requests are not supported. Directory bucket names must be unique in
|
6786
|
-
# the chosen Availability Zone. Bucket names must
|
6787
|
-
#
|
6811
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
6812
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
6788
6813
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
6789
6814
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
6790
6815
|
# *Amazon S3 User Guide*.
|
@@ -7081,7 +7106,9 @@ module Aws::S3
|
|
7081
7106
|
# providing object expiration information. The value of the `rule-id`
|
7082
7107
|
# is URL-encoded.
|
7083
7108
|
#
|
7084
|
-
# <note markdown="1">
|
7109
|
+
# <note markdown="1"> Object expiration information is not returned in directory buckets
|
7110
|
+
# and this header returns the value "`NotImplemented`" in all
|
7111
|
+
# responses for directory buckets.
|
7085
7112
|
#
|
7086
7113
|
# </note>
|
7087
7114
|
#
|
@@ -7393,10 +7420,10 @@ module Aws::S3
|
|
7393
7420
|
#
|
7394
7421
|
# **Directory buckets** - When you use this operation with a directory
|
7395
7422
|
# bucket, you must use virtual-hosted-style requests in the format `
|
7396
|
-
#
|
7423
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
7397
7424
|
# requests are not supported. Directory bucket names must be unique in
|
7398
|
-
# the chosen Availability Zone. Bucket names must
|
7399
|
-
#
|
7425
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
7426
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
7400
7427
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
7401
7428
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
7402
7429
|
# *Amazon S3 User Guide*.
|
@@ -8124,8 +8151,9 @@ module Aws::S3
|
|
8124
8151
|
# @!attribute [rw] bucket_location_name
|
8125
8152
|
# The name of the location where the bucket will be created.
|
8126
8153
|
#
|
8127
|
-
# For directory buckets, the
|
8128
|
-
# bucket is created. An example
|
8154
|
+
# For directory buckets, the Zone ID of the Availability Zone or the
|
8155
|
+
# Local Zone where the bucket is created. An example Zone ID value for
|
8156
|
+
# an Availability Zone is `usw2-az1`.
|
8129
8157
|
#
|
8130
8158
|
# <note markdown="1"> This functionality is only supported by directory buckets.
|
8131
8159
|
#
|
@@ -8161,10 +8189,10 @@ module Aws::S3
|
|
8161
8189
|
#
|
8162
8190
|
# **Directory buckets** - When you use this operation with a directory
|
8163
8191
|
# bucket, you must use virtual-hosted-style requests in the format `
|
8164
|
-
#
|
8192
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
8165
8193
|
# requests are not supported. Directory bucket names must be unique in
|
8166
|
-
# the chosen Availability Zone. Bucket names must
|
8167
|
-
#
|
8194
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
8195
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
8168
8196
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
8169
8197
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
8170
8198
|
# *Amazon S3 User Guide*.
|
@@ -8246,7 +8274,9 @@ module Aws::S3
|
|
8246
8274
|
# providing object expiration information. The value of the `rule-id`
|
8247
8275
|
# is URL-encoded.
|
8248
8276
|
#
|
8249
|
-
# <note markdown="1">
|
8277
|
+
# <note markdown="1"> Object expiration information is not returned in directory buckets
|
8278
|
+
# and this header returns the value "`NotImplemented`" in all
|
8279
|
+
# responses for directory buckets.
|
8250
8280
|
#
|
8251
8281
|
# </note>
|
8252
8282
|
#
|
@@ -8635,10 +8665,10 @@ module Aws::S3
|
|
8635
8665
|
#
|
8636
8666
|
# **Directory buckets** - When you use this operation with a directory
|
8637
8667
|
# bucket, you must use virtual-hosted-style requests in the format `
|
8638
|
-
#
|
8668
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
8639
8669
|
# requests are not supported. Directory bucket names must be unique in
|
8640
|
-
# the chosen Availability Zone. Bucket names must
|
8641
|
-
#
|
8670
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
8671
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
8642
8672
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
8643
8673
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
8644
8674
|
# *Amazon S3 User Guide*.
|
@@ -10169,10 +10199,10 @@ module Aws::S3
|
|
10169
10199
|
#
|
10170
10200
|
# **Directory buckets** - When you use this operation with a directory
|
10171
10201
|
# bucket, you must use virtual-hosted-style requests in the format `
|
10172
|
-
#
|
10202
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
10173
10203
|
# requests are not supported. Directory bucket names must be unique in
|
10174
|
-
# the chosen Availability Zone. Bucket names must
|
10175
|
-
#
|
10204
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
10205
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
10176
10206
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
10177
10207
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
10178
10208
|
# *Amazon S3 User Guide*.
|
@@ -10691,10 +10721,10 @@ module Aws::S3
|
|
10691
10721
|
#
|
10692
10722
|
# **Directory buckets** - When you use this operation with a directory
|
10693
10723
|
# bucket, you must use virtual-hosted-style requests in the format `
|
10694
|
-
#
|
10724
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
10695
10725
|
# requests are not supported. Directory bucket names must be unique in
|
10696
|
-
# the chosen Availability Zone. Bucket names must
|
10697
|
-
#
|
10726
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
10727
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
10698
10728
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
10699
10729
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
10700
10730
|
# *Amazon S3 User Guide*.
|
@@ -10962,10 +10992,10 @@ module Aws::S3
|
|
10962
10992
|
# @!attribute [rw] bucket
|
10963
10993
|
# **Directory buckets** - When you use this operation with a directory
|
10964
10994
|
# bucket, you must use virtual-hosted-style requests in the format `
|
10965
|
-
#
|
10995
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
10966
10996
|
# requests are not supported. Directory bucket names must be unique in
|
10967
|
-
# the chosen Availability Zone. Bucket names must
|
10968
|
-
#
|
10997
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
10998
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
10969
10999
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
10970
11000
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
10971
11001
|
# *Amazon S3 User Guide*.
|
@@ -11273,10 +11303,10 @@ module Aws::S3
|
|
11273
11303
|
#
|
11274
11304
|
# **Directory buckets** - When you use this operation with a directory
|
11275
11305
|
# bucket, you must use virtual-hosted-style requests in the format `
|
11276
|
-
#
|
11306
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
11277
11307
|
# requests are not supported. Directory bucket names must be unique in
|
11278
|
-
# the chosen Availability Zone. Bucket names must
|
11279
|
-
#
|
11308
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
11309
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
11280
11310
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
11281
11311
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
11282
11312
|
# *Amazon S3 User Guide*.
|
@@ -11420,9 +11450,9 @@ module Aws::S3
|
|
11420
11450
|
|
11421
11451
|
# Specifies the location where the bucket will be created.
|
11422
11452
|
#
|
11423
|
-
# For directory buckets, the location type is Availability Zone
|
11424
|
-
# more information about directory buckets, see [Directory
|
11425
|
-
# in the *Amazon S3 User Guide*.
|
11453
|
+
# For directory buckets, the location type is Availability Zone or Local
|
11454
|
+
# Zone. For more information about directory buckets, see [Directory
|
11455
|
+
# buckets][1] in the *Amazon S3 User Guide*.
|
11426
11456
|
#
|
11427
11457
|
# <note markdown="1"> This functionality is only supported by directory buckets.
|
11428
11458
|
#
|
@@ -11439,9 +11469,9 @@ module Aws::S3
|
|
11439
11469
|
# @!attribute [rw] name
|
11440
11470
|
# The name of the location where the bucket will be created.
|
11441
11471
|
#
|
11442
|
-
# For directory buckets, the name of the location is the
|
11443
|
-
# Availability Zone
|
11444
|
-
# value is `usw2-az1`.
|
11472
|
+
# For directory buckets, the name of the location is the Zone ID of
|
11473
|
+
# the Availability Zone (AZ) or Local Zone (LZ) where the bucket will
|
11474
|
+
# be created. An example AZ ID value is `usw2-az1`.
|
11445
11475
|
# @return [String]
|
11446
11476
|
#
|
11447
11477
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/LocationInfo AWS API Documentation
|
@@ -12925,13 +12955,14 @@ module Aws::S3
|
|
12925
12955
|
#
|
12926
12956
|
# <b>Directory buckets </b> - When you use this operation with a
|
12927
12957
|
# directory bucket, you must use path-style requests in the format
|
12928
|
-
# `https://s3express-control.
|
12958
|
+
# `https://s3express-control.region-code.amazonaws.com/bucket-name `.
|
12929
12959
|
# Virtual-hosted-style requests aren't supported. Directory bucket
|
12930
|
-
# names must be unique in the chosen Availability Zone
|
12931
|
-
# must also follow the format `
|
12932
|
-
#
|
12933
|
-
#
|
12934
|
-
# rules][1] in the
|
12960
|
+
# names must be unique in the chosen Zone (Availability Zone or Local
|
12961
|
+
# Zone). Bucket names must also follow the format `
|
12962
|
+
# bucket-base-name--zone-id--x-s3` (for example, `
|
12963
|
+
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
12964
|
+
# naming restrictions, see [Directory bucket naming rules][1] in the
|
12965
|
+
# *Amazon S3 User Guide*
|
12935
12966
|
#
|
12936
12967
|
#
|
12937
12968
|
#
|
@@ -13418,13 +13449,14 @@ module Aws::S3
|
|
13418
13449
|
#
|
13419
13450
|
# <b>Directory buckets </b> - When you use this operation with a
|
13420
13451
|
# directory bucket, you must use path-style requests in the format
|
13421
|
-
# `https://s3express-control.
|
13452
|
+
# `https://s3express-control.region-code.amazonaws.com/bucket-name `.
|
13422
13453
|
# Virtual-hosted-style requests aren't supported. Directory bucket
|
13423
|
-
# names must be unique in the chosen Availability Zone
|
13424
|
-
# must also follow the format `
|
13425
|
-
#
|
13426
|
-
#
|
13427
|
-
# rules][1] in the
|
13454
|
+
# names must be unique in the chosen Zone (Availability Zone or Local
|
13455
|
+
# Zone). Bucket names must also follow the format `
|
13456
|
+
# bucket-base-name--zone-id--x-s3` (for example, `
|
13457
|
+
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
13458
|
+
# naming restrictions, see [Directory bucket naming rules][1] in the
|
13459
|
+
# *Amazon S3 User Guide*
|
13428
13460
|
#
|
13429
13461
|
#
|
13430
13462
|
#
|
@@ -14233,7 +14265,9 @@ module Aws::S3
|
|
14233
14265
|
# `rule-id` key-value pairs that provide information about object
|
14234
14266
|
# expiration. The value of the `rule-id` is URL-encoded.
|
14235
14267
|
#
|
14236
|
-
# <note markdown="1">
|
14268
|
+
# <note markdown="1"> Object expiration information is not returned in directory buckets
|
14269
|
+
# and this header returns the value "`NotImplemented`" in all
|
14270
|
+
# responses for directory buckets.
|
14237
14271
|
#
|
14238
14272
|
# </note>
|
14239
14273
|
#
|
@@ -14473,10 +14507,10 @@ module Aws::S3
|
|
14473
14507
|
#
|
14474
14508
|
# **Directory buckets** - When you use this operation with a directory
|
14475
14509
|
# bucket, you must use virtual-hosted-style requests in the format `
|
14476
|
-
#
|
14510
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
14477
14511
|
# requests are not supported. Directory bucket names must be unique in
|
14478
|
-
# the chosen Availability Zone. Bucket names must
|
14479
|
-
#
|
14512
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
14513
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
14480
14514
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
14481
14515
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
14482
14516
|
# *Amazon S3 User Guide*.
|
@@ -16095,7 +16129,15 @@ module Aws::S3
|
|
16095
16129
|
# @return [Types::GlacierJobParameters]
|
16096
16130
|
#
|
16097
16131
|
# @!attribute [rw] type
|
16132
|
+
# Amazon S3 Select is no longer available to new customers. Existing
|
16133
|
+
# customers of Amazon S3 Select can continue to use the feature as
|
16134
|
+
# usual. [Learn more][1]
|
16135
|
+
#
|
16098
16136
|
# Type of restore request.
|
16137
|
+
#
|
16138
|
+
#
|
16139
|
+
#
|
16140
|
+
# [1]: http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/
|
16099
16141
|
# @return [String]
|
16100
16142
|
#
|
16101
16143
|
# @!attribute [rw] tier
|
@@ -16107,7 +16149,15 @@ module Aws::S3
|
|
16107
16149
|
# @return [String]
|
16108
16150
|
#
|
16109
16151
|
# @!attribute [rw] select_parameters
|
16152
|
+
# Amazon S3 Select is no longer available to new customers. Existing
|
16153
|
+
# customers of Amazon S3 Select can continue to use the feature as
|
16154
|
+
# usual. [Learn more][1]
|
16155
|
+
#
|
16110
16156
|
# Describes the parameters for Select job types.
|
16157
|
+
#
|
16158
|
+
#
|
16159
|
+
#
|
16160
|
+
# [1]: http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/
|
16111
16161
|
# @return [Types::SelectParameters]
|
16112
16162
|
#
|
16113
16163
|
# @!attribute [rw] output_location
|
@@ -16443,6 +16493,12 @@ module Aws::S3
|
|
16443
16493
|
include Aws::Structure
|
16444
16494
|
end
|
16445
16495
|
|
16496
|
+
# <note markdown="1"> Learn Amazon S3 Select is no longer available to new customers.
|
16497
|
+
# Existing customers of Amazon S3 Select can continue to use the feature
|
16498
|
+
# as usual. [Learn more][1]
|
16499
|
+
#
|
16500
|
+
# </note>
|
16501
|
+
#
|
16446
16502
|
# Request to filter the contents of an Amazon S3 object based on a
|
16447
16503
|
# simple Structured Query Language (SQL) statement. In the request,
|
16448
16504
|
# along with the SQL expression, you must specify a data serialization
|
@@ -16450,11 +16506,12 @@ module Aws::S3
|
|
16450
16506
|
# object data into records. It returns only records that match the
|
16451
16507
|
# specified SQL expression. You must also specify the data serialization
|
16452
16508
|
# format for the response. For more information, see [S3Select API
|
16453
|
-
# Documentation][
|
16509
|
+
# Documentation][2].
|
16454
16510
|
#
|
16455
16511
|
#
|
16456
16512
|
#
|
16457
|
-
# [1]:
|
16513
|
+
# [1]: http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/
|
16514
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html
|
16458
16515
|
#
|
16459
16516
|
# @!attribute [rw] bucket
|
16460
16517
|
# The S3 bucket.
|
@@ -16566,8 +16623,21 @@ module Aws::S3
|
|
16566
16623
|
include Aws::Structure
|
16567
16624
|
end
|
16568
16625
|
|
16626
|
+
# Amazon S3 Select is no longer available to new customers. Existing
|
16627
|
+
# customers of Amazon S3 Select can continue to use the feature as
|
16628
|
+
# usual. [Learn more][1]
|
16629
|
+
#
|
16569
16630
|
# Describes the parameters for Select job types.
|
16570
16631
|
#
|
16632
|
+
# Learn [How to optimize querying your data in Amazon S3][1] using
|
16633
|
+
# [Amazon Athena][2], [S3 Object Lambda][3], or client-side filtering.
|
16634
|
+
#
|
16635
|
+
#
|
16636
|
+
#
|
16637
|
+
# [1]: http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/
|
16638
|
+
# [2]: https://docs.aws.amazon.com/athena/latest/ug/what-is.html
|
16639
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html
|
16640
|
+
#
|
16571
16641
|
# @!attribute [rw] input_serialization
|
16572
16642
|
# Describes the serialization format of the object.
|
16573
16643
|
# @return [Types::InputSerialization]
|
@@ -16577,7 +16647,15 @@ module Aws::S3
|
|
16577
16647
|
# @return [String]
|
16578
16648
|
#
|
16579
16649
|
# @!attribute [rw] expression
|
16650
|
+
# Amazon S3 Select is no longer available to new customers. Existing
|
16651
|
+
# customers of Amazon S3 Select can continue to use the feature as
|
16652
|
+
# usual. [Learn more][1]
|
16653
|
+
#
|
16580
16654
|
# The expression that is used to query the object.
|
16655
|
+
#
|
16656
|
+
#
|
16657
|
+
#
|
16658
|
+
# [1]: http://aws.amazon.com/blogs/storage/how-to-optimize-querying-your-data-in-amazon-s3/
|
16581
16659
|
# @return [String]
|
16582
16660
|
#
|
16583
16661
|
# @!attribute [rw] output_serialization
|
@@ -17285,14 +17363,22 @@ module Aws::S3
|
|
17285
17363
|
#
|
17286
17364
|
# **Directory buckets** - When you use this operation with a directory
|
17287
17365
|
# bucket, you must use virtual-hosted-style requests in the format `
|
17288
|
-
#
|
17366
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
17289
17367
|
# requests are not supported. Directory bucket names must be unique in
|
17290
|
-
# the chosen Availability Zone. Bucket names must
|
17291
|
-
#
|
17368
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
17369
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
17292
17370
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
17293
17371
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
17294
17372
|
# *Amazon S3 User Guide*.
|
17295
17373
|
#
|
17374
|
+
# <note markdown="1"> Copying objects across different Amazon Web Services Regions isn't
|
17375
|
+
# supported when the source or destination bucket is in Amazon Web
|
17376
|
+
# Services Local Zones. The source and destination buckets must have
|
17377
|
+
# the same parent Amazon Web Services Region. Otherwise, you get an
|
17378
|
+
# HTTP `400 Bad Request` error with the error code `InvalidRequest`.
|
17379
|
+
#
|
17380
|
+
# </note>
|
17381
|
+
#
|
17296
17382
|
# **Access points** - When you use this action with an access point,
|
17297
17383
|
# you must provide the alias of the access point in place of the
|
17298
17384
|
# bucket name or specify the access point ARN. When using the access
|
@@ -17738,10 +17824,10 @@ module Aws::S3
|
|
17738
17824
|
#
|
17739
17825
|
# **Directory buckets** - When you use this operation with a directory
|
17740
17826
|
# bucket, you must use virtual-hosted-style requests in the format `
|
17741
|
-
#
|
17827
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
17742
17828
|
# requests are not supported. Directory bucket names must be unique in
|
17743
|
-
# the chosen Availability Zone. Bucket names must
|
17744
|
-
#
|
17829
|
+
# the chosen Zone (Availability Zone or Local Zone). Bucket names must
|
17830
|
+
# follow the format ` bucket-base-name--zone-id--x-s3` (for example, `
|
17745
17831
|
# DOC-EXAMPLE-BUCKET--usw2-az1--x-s3`). For information about bucket
|
17746
17832
|
# naming restrictions, see [Directory bucket naming rules][1] in the
|
17747
17833
|
# *Amazon S3 User Guide*.
|