aws-sdk-s3 1.120.1 → 1.122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +1 -1
- data/lib/aws-sdk-s3/client.rb +1103 -943
- data/lib/aws-sdk-s3/object.rb +4 -4
- data/lib/aws-sdk-s3/object_summary.rb +4 -4
- data/lib/aws-sdk-s3/types.rb +120 -42
- data/lib/aws-sdk-s3.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-s3/object.rb
CHANGED
@@ -608,7 +608,7 @@ module Aws::S3
|
|
608
608
|
# metadata_directive: "COPY", # accepts COPY, REPLACE
|
609
609
|
# tagging_directive: "COPY", # accepts COPY, REPLACE
|
610
610
|
# server_side_encryption: "AES256", # accepts AES256, aws:kms
|
611
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR
|
611
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW
|
612
612
|
# website_redirect_location: "WebsiteRedirectLocation",
|
613
613
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
614
614
|
# sse_customer_key: "SSECustomerKey",
|
@@ -1013,7 +1013,7 @@ module Aws::S3
|
|
1013
1013
|
# "MetadataKey" => "MetadataValue",
|
1014
1014
|
# },
|
1015
1015
|
# server_side_encryption: "AES256", # accepts AES256, aws:kms
|
1016
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR
|
1016
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW
|
1017
1017
|
# website_redirect_location: "WebsiteRedirectLocation",
|
1018
1018
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
1019
1019
|
# sse_customer_key: "SSECustomerKey",
|
@@ -1196,7 +1196,7 @@ module Aws::S3
|
|
1196
1196
|
# "MetadataKey" => "MetadataValue",
|
1197
1197
|
# },
|
1198
1198
|
# server_side_encryption: "AES256", # accepts AES256, aws:kms
|
1199
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR
|
1199
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW
|
1200
1200
|
# website_redirect_location: "WebsiteRedirectLocation",
|
1201
1201
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
1202
1202
|
# sse_customer_key: "SSECustomerKey",
|
@@ -1557,7 +1557,7 @@ module Aws::S3
|
|
1557
1557
|
# value: "MetadataValue",
|
1558
1558
|
# },
|
1559
1559
|
# ],
|
1560
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR
|
1560
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW
|
1561
1561
|
# },
|
1562
1562
|
# },
|
1563
1563
|
# },
|
@@ -305,7 +305,7 @@ module Aws::S3
|
|
305
305
|
# metadata_directive: "COPY", # accepts COPY, REPLACE
|
306
306
|
# tagging_directive: "COPY", # accepts COPY, REPLACE
|
307
307
|
# server_side_encryption: "AES256", # accepts AES256, aws:kms
|
308
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR
|
308
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW
|
309
309
|
# website_redirect_location: "WebsiteRedirectLocation",
|
310
310
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
311
311
|
# sse_customer_key: "SSECustomerKey",
|
@@ -710,7 +710,7 @@ module Aws::S3
|
|
710
710
|
# "MetadataKey" => "MetadataValue",
|
711
711
|
# },
|
712
712
|
# server_side_encryption: "AES256", # accepts AES256, aws:kms
|
713
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR
|
713
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW
|
714
714
|
# website_redirect_location: "WebsiteRedirectLocation",
|
715
715
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
716
716
|
# sse_customer_key: "SSECustomerKey",
|
@@ -893,7 +893,7 @@ module Aws::S3
|
|
893
893
|
# "MetadataKey" => "MetadataValue",
|
894
894
|
# },
|
895
895
|
# server_side_encryption: "AES256", # accepts AES256, aws:kms
|
896
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR
|
896
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW
|
897
897
|
# website_redirect_location: "WebsiteRedirectLocation",
|
898
898
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
899
899
|
# sse_customer_key: "SSECustomerKey",
|
@@ -1254,7 +1254,7 @@ module Aws::S3
|
|
1254
1254
|
# value: "MetadataValue",
|
1255
1255
|
# },
|
1256
1256
|
# ],
|
1257
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR
|
1257
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW
|
1258
1258
|
# },
|
1259
1259
|
# },
|
1260
1260
|
# },
|
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -13,8 +13,8 @@ module Aws::S3
|
|
13
13
|
# Specifies the days since the initiation of an incomplete multipart
|
14
14
|
# upload that Amazon S3 will wait before permanently removing all parts
|
15
15
|
# of the upload. For more information, see [ Aborting Incomplete
|
16
|
-
# Multipart Uploads Using a Bucket Lifecycle
|
17
|
-
# S3 User Guide*.
|
16
|
+
# Multipart Uploads Using a Bucket Lifecycle Configuration][1] in the
|
17
|
+
# *Amazon S3 User Guide*.
|
18
18
|
#
|
19
19
|
#
|
20
20
|
#
|
@@ -1857,7 +1857,7 @@ module Aws::S3
|
|
1857
1857
|
# this header. The header indicates when the initiated multipart
|
1858
1858
|
# upload becomes eligible for an abort operation. For more
|
1859
1859
|
# information, see [ Aborting Incomplete Multipart Uploads Using a
|
1860
|
-
# Bucket Lifecycle
|
1860
|
+
# Bucket Lifecycle Configuration][1].
|
1861
1861
|
#
|
1862
1862
|
# The response also includes the `x-amz-abort-rule-id` header that
|
1863
1863
|
# provides the ID of the lifecycle configuration rule that defines
|
@@ -3134,9 +3134,8 @@ module Aws::S3
|
|
3134
3134
|
# @!attribute [rw] code
|
3135
3135
|
# The error code is a string that uniquely identifies an error
|
3136
3136
|
# condition. It is meant to be read and understood by programs that
|
3137
|
-
# detect and handle errors by type.
|
3138
|
-
#
|
3139
|
-
# **Amazon S3 error codes**
|
3137
|
+
# detect and handle errors by type. The following is a list of Amazon
|
3138
|
+
# S3 error codes. For more information, see [Error responses][1].
|
3140
3139
|
#
|
3141
3140
|
# * * *Code:* AccessDenied
|
3142
3141
|
#
|
@@ -3375,7 +3374,7 @@ module Aws::S3
|
|
3375
3374
|
#
|
3376
3375
|
# * *Description:* The specified location constraint is not valid.
|
3377
3376
|
# For more information about Regions, see [How to Select a Region
|
3378
|
-
# for Your Buckets][
|
3377
|
+
# for Your Buckets][2].
|
3379
3378
|
#
|
3380
3379
|
# * *HTTP Status Code:* 400 Bad Request
|
3381
3380
|
#
|
@@ -3760,7 +3759,7 @@ module Aws::S3
|
|
3760
3759
|
#
|
3761
3760
|
# * *Description:* Your account is not signed up for the Amazon S3
|
3762
3761
|
# service. You must sign up before you can use Amazon S3. You can
|
3763
|
-
# sign up at the following URL: [Amazon S3][
|
3762
|
+
# sign up at the following URL: [Amazon S3][3]
|
3764
3763
|
#
|
3765
3764
|
# * *HTTP Status Code:* 403 Forbidden
|
3766
3765
|
#
|
@@ -3851,7 +3850,7 @@ module Aws::S3
|
|
3851
3850
|
# * *Description:* The request signature we calculated does not
|
3852
3851
|
# match the signature you provided. Check your Amazon Web Services
|
3853
3852
|
# secret access key and signing method. For more information, see
|
3854
|
-
# [REST Authentication][
|
3853
|
+
# [REST Authentication][4] and [SOAP Authentication][5] for
|
3855
3854
|
# details.
|
3856
3855
|
#
|
3857
3856
|
# * *HTTP Status Code:* 403 Forbidden
|
@@ -3930,10 +3929,11 @@ module Aws::S3
|
|
3930
3929
|
#
|
3931
3930
|
#
|
3932
3931
|
#
|
3933
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/
|
3934
|
-
# [2]:
|
3935
|
-
# [3]:
|
3936
|
-
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/dev/
|
3932
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html
|
3933
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro
|
3934
|
+
# [3]: http://aws.amazon.com/s3
|
3935
|
+
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html
|
3936
|
+
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/dev/SOAPAuthentication.html
|
3937
3937
|
# @return [String]
|
3938
3938
|
#
|
3939
3939
|
# @!attribute [rw] message
|
@@ -4087,6 +4087,20 @@ module Aws::S3
|
|
4087
4087
|
|
4088
4088
|
# @!attribute [rw] bucket
|
4089
4089
|
# Specifies the S3 bucket whose ACL is being requested.
|
4090
|
+
#
|
4091
|
+
# To use this API operation against an access point, provide the alias
|
4092
|
+
# of the access point in place of the bucket name.
|
4093
|
+
#
|
4094
|
+
# To use this API operation against an Object Lambda access point,
|
4095
|
+
# provide the alias of the Object Lambda access point in place of the
|
4096
|
+
# bucket name. If the Object Lambda access point alias in a request is
|
4097
|
+
# not valid, the error code `InvalidAccessPointAliasError` is
|
4098
|
+
# returned. For more information about `InvalidAccessPointAliasError`,
|
4099
|
+
# see [List of Error Codes][1].
|
4100
|
+
#
|
4101
|
+
#
|
4102
|
+
#
|
4103
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList
|
4090
4104
|
# @return [String]
|
4091
4105
|
#
|
4092
4106
|
# @!attribute [rw] expected_bucket_owner
|
@@ -4156,6 +4170,20 @@ module Aws::S3
|
|
4156
4170
|
|
4157
4171
|
# @!attribute [rw] bucket
|
4158
4172
|
# The bucket name for which to get the cors configuration.
|
4173
|
+
#
|
4174
|
+
# To use this API operation against an access point, provide the alias
|
4175
|
+
# of the access point in place of the bucket name.
|
4176
|
+
#
|
4177
|
+
# To use this API operation against an Object Lambda access point,
|
4178
|
+
# provide the alias of the Object Lambda access point in place of the
|
4179
|
+
# bucket name. If the Object Lambda access point alias in a request is
|
4180
|
+
# not valid, the error code `InvalidAccessPointAliasError` is
|
4181
|
+
# returned. For more information about `InvalidAccessPointAliasError`,
|
4182
|
+
# see [List of Error Codes][1].
|
4183
|
+
#
|
4184
|
+
#
|
4185
|
+
#
|
4186
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList
|
4159
4187
|
# @return [String]
|
4160
4188
|
#
|
4161
4189
|
# @!attribute [rw] expected_bucket_owner
|
@@ -4355,6 +4383,20 @@ module Aws::S3
|
|
4355
4383
|
|
4356
4384
|
# @!attribute [rw] bucket
|
4357
4385
|
# The name of the bucket for which to get the location.
|
4386
|
+
#
|
4387
|
+
# To use this API operation against an access point, provide the alias
|
4388
|
+
# of the access point in place of the bucket name.
|
4389
|
+
#
|
4390
|
+
# To use this API operation against an Object Lambda access point,
|
4391
|
+
# provide the alias of the Object Lambda access point in place of the
|
4392
|
+
# bucket name. If the Object Lambda access point alias in a request is
|
4393
|
+
# not valid, the error code `InvalidAccessPointAliasError` is
|
4394
|
+
# returned. For more information about `InvalidAccessPointAliasError`,
|
4395
|
+
# see [List of Error Codes][1].
|
4396
|
+
#
|
4397
|
+
#
|
4398
|
+
#
|
4399
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList
|
4358
4400
|
# @return [String]
|
4359
4401
|
#
|
4360
4402
|
# @!attribute [rw] expected_bucket_owner
|
@@ -4451,6 +4493,20 @@ module Aws::S3
|
|
4451
4493
|
# @!attribute [rw] bucket
|
4452
4494
|
# The name of the bucket for which to get the notification
|
4453
4495
|
# configuration.
|
4496
|
+
#
|
4497
|
+
# To use this API operation against an access point, provide the alias
|
4498
|
+
# of the access point in place of the bucket name.
|
4499
|
+
#
|
4500
|
+
# To use this API operation against an Object Lambda access point,
|
4501
|
+
# provide the alias of the Object Lambda access point in place of the
|
4502
|
+
# bucket name. If the Object Lambda access point alias in a request is
|
4503
|
+
# not valid, the error code `InvalidAccessPointAliasError` is
|
4504
|
+
# returned. For more information about `InvalidAccessPointAliasError`,
|
4505
|
+
# see [List of Error Codes][1].
|
4506
|
+
#
|
4507
|
+
#
|
4508
|
+
#
|
4509
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList
|
4454
4510
|
# @return [String]
|
4455
4511
|
#
|
4456
4512
|
# @!attribute [rw] expected_bucket_owner
|
@@ -4515,6 +4571,20 @@ module Aws::S3
|
|
4515
4571
|
|
4516
4572
|
# @!attribute [rw] bucket
|
4517
4573
|
# The bucket name for which to get the bucket policy.
|
4574
|
+
#
|
4575
|
+
# To use this API operation against an access point, provide the alias
|
4576
|
+
# of the access point in place of the bucket name.
|
4577
|
+
#
|
4578
|
+
# To use this API operation against an Object Lambda access point,
|
4579
|
+
# provide the alias of the Object Lambda access point in place of the
|
4580
|
+
# bucket name. If the Object Lambda access point alias in a request is
|
4581
|
+
# not valid, the error code `InvalidAccessPointAliasError` is
|
4582
|
+
# returned. For more information about `InvalidAccessPointAliasError`,
|
4583
|
+
# see [List of Error Codes][1].
|
4584
|
+
#
|
4585
|
+
#
|
4586
|
+
#
|
4587
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList
|
4518
4588
|
# @return [String]
|
4519
4589
|
#
|
4520
4590
|
# @!attribute [rw] expected_bucket_owner
|
@@ -5940,6 +6010,13 @@ module Aws::S3
|
|
5940
6010
|
# bucket name. For more information about access point ARNs, see
|
5941
6011
|
# [Using access points][1] in the *Amazon S3 User Guide*.
|
5942
6012
|
#
|
6013
|
+
# When you use this action with an Object Lambda access point, provide
|
6014
|
+
# the alias of the Object Lambda access point in place of the bucket
|
6015
|
+
# name. If the Object Lambda access point alias in a request is not
|
6016
|
+
# valid, the error code `InvalidAccessPointAliasError` is returned.
|
6017
|
+
# For more information about `InvalidAccessPointAliasError`, see [List
|
6018
|
+
# of Error Codes][2].
|
6019
|
+
#
|
5943
6020
|
# When you use this action with Amazon S3 on Outposts, you must direct
|
5944
6021
|
# requests to the S3 on Outposts hostname. The S3 on Outposts hostname
|
5945
6022
|
# takes the form `
|
@@ -5947,12 +6024,13 @@ module Aws::S3
|
|
5947
6024
|
# When you use this action with S3 on Outposts through the Amazon Web
|
5948
6025
|
# Services SDKs, you provide the Outposts access point ARN in place of
|
5949
6026
|
# the bucket name. For more information about S3 on Outposts ARNs, see
|
5950
|
-
# [What is S3 on Outposts][
|
6027
|
+
# [What is S3 on Outposts][3] in the *Amazon S3 User Guide*.
|
5951
6028
|
#
|
5952
6029
|
#
|
5953
6030
|
#
|
5954
6031
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html
|
5955
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/
|
6032
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList
|
6033
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html
|
5956
6034
|
# @return [String]
|
5957
6035
|
#
|
5958
6036
|
# @!attribute [rw] expected_bucket_owner
|
@@ -6851,12 +6929,12 @@ module Aws::S3
|
|
6851
6929
|
#
|
6852
6930
|
# @!attribute [rw] filter
|
6853
6931
|
# Specifies object key name filtering rules. For information about key
|
6854
|
-
# name filtering, see [Configuring
|
6855
|
-
# *Amazon S3 User Guide*.
|
6932
|
+
# name filtering, see [Configuring event notifications using object
|
6933
|
+
# key name filtering][1] in the *Amazon S3 User Guide*.
|
6856
6934
|
#
|
6857
6935
|
#
|
6858
6936
|
#
|
6859
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/
|
6937
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-filtering.html
|
6860
6938
|
# @return [Types::NotificationConfigurationFilter]
|
6861
6939
|
#
|
6862
6940
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/LambdaFunctionConfiguration AWS API Documentation
|
@@ -6901,8 +6979,9 @@ module Aws::S3
|
|
6901
6979
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html
|
6902
6980
|
#
|
6903
6981
|
# @!attribute [rw] date
|
6904
|
-
# Indicates at what date the object is to be moved or deleted.
|
6905
|
-
#
|
6982
|
+
# Indicates at what date the object is to be moved or deleted. The
|
6983
|
+
# date value must conform to the ISO 8601 format. The time is always
|
6984
|
+
# midnight UTC.
|
6906
6985
|
# @return [Time]
|
6907
6986
|
#
|
6908
6987
|
# @!attribute [rw] days
|
@@ -6998,8 +7077,8 @@ module Aws::S3
|
|
6998
7077
|
# Specifies the days since the initiation of an incomplete multipart
|
6999
7078
|
# upload that Amazon S3 will wait before permanently removing all
|
7000
7079
|
# parts of the upload. For more information, see [ Aborting Incomplete
|
7001
|
-
# Multipart Uploads Using a Bucket Lifecycle
|
7002
|
-
# S3 User Guide*.
|
7080
|
+
# Multipart Uploads Using a Bucket Lifecycle Configuration][1] in the
|
7081
|
+
# *Amazon S3 User Guide*.
|
7003
7082
|
#
|
7004
7083
|
#
|
7005
7084
|
#
|
@@ -8116,7 +8195,7 @@ module Aws::S3
|
|
8116
8195
|
# includes this header indicating when the initiated multipart upload
|
8117
8196
|
# will become eligible for abort operation. For more information, see
|
8118
8197
|
# [Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle
|
8119
|
-
#
|
8198
|
+
# Configuration][1].
|
8120
8199
|
#
|
8121
8200
|
# The response will also include the `x-amz-abort-rule-id` header that
|
8122
8201
|
# will provide the ID of the lifecycle configuration rule that defines
|
@@ -8736,12 +8815,12 @@ module Aws::S3
|
|
8736
8815
|
end
|
8737
8816
|
|
8738
8817
|
# Specifies object key name filtering rules. For information about key
|
8739
|
-
# name filtering, see [Configuring
|
8740
|
-
# *Amazon S3 User Guide*.
|
8818
|
+
# name filtering, see [Configuring event notifications using object key
|
8819
|
+
# name filtering][1] in the *Amazon S3 User Guide*.
|
8741
8820
|
#
|
8742
8821
|
#
|
8743
8822
|
#
|
8744
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/
|
8823
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-filtering.html
|
8745
8824
|
#
|
8746
8825
|
# @!attribute [rw] key
|
8747
8826
|
# A container for object key name prefix and suffix filtering rules.
|
@@ -11594,12 +11673,12 @@ module Aws::S3
|
|
11594
11673
|
#
|
11595
11674
|
# @!attribute [rw] filter
|
11596
11675
|
# Specifies object key name filtering rules. For information about key
|
11597
|
-
# name filtering, see [Configuring
|
11598
|
-
# *Amazon S3 User Guide*.
|
11676
|
+
# name filtering, see [Configuring event notifications using object
|
11677
|
+
# key name filtering][1] in the *Amazon S3 User Guide*.
|
11599
11678
|
#
|
11600
11679
|
#
|
11601
11680
|
#
|
11602
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/
|
11681
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-filtering.html
|
11603
11682
|
# @return [Types::NotificationConfigurationFilter]
|
11604
11683
|
#
|
11605
11684
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/QueueConfiguration AWS API Documentation
|
@@ -12324,8 +12403,8 @@ module Aws::S3
|
|
12324
12403
|
# Specifies the days since the initiation of an incomplete multipart
|
12325
12404
|
# upload that Amazon S3 will wait before permanently removing all
|
12326
12405
|
# parts of the upload. For more information, see [ Aborting Incomplete
|
12327
|
-
# Multipart Uploads Using a Bucket Lifecycle
|
12328
|
-
# S3 User Guide*.
|
12406
|
+
# Multipart Uploads Using a Bucket Lifecycle Configuration][1] in the
|
12407
|
+
# *Amazon S3 User Guide*.
|
12329
12408
|
#
|
12330
12409
|
#
|
12331
12410
|
#
|
@@ -12657,12 +12736,13 @@ module Aws::S3
|
|
12657
12736
|
# `aws:kms`.
|
12658
12737
|
#
|
12659
12738
|
# You can specify the key ID or the Amazon Resource Name (ARN) of the
|
12660
|
-
# KMS key.
|
12661
|
-
#
|
12662
|
-
# qualified KMS key ARN. For more information, see [Using encryption
|
12663
|
-
# for cross-account operations][1].
|
12739
|
+
# KMS key. If you use a key ID, you can run into a LogDestination
|
12740
|
+
# undeliverable error when creating a VPC flow log.
|
12664
12741
|
#
|
12665
|
-
#
|
12742
|
+
# If you are using encryption with cross-account or Amazon Web
|
12743
|
+
# Services service operations you must use a fully qualified KMS key
|
12744
|
+
# ARN. For more information, see [Using encryption for cross-account
|
12745
|
+
# operations][1].
|
12666
12746
|
#
|
12667
12747
|
# * Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
|
12668
12748
|
#
|
@@ -12987,12 +13067,12 @@ module Aws::S3
|
|
12987
13067
|
#
|
12988
13068
|
# @!attribute [rw] filter
|
12989
13069
|
# Specifies object key name filtering rules. For information about key
|
12990
|
-
# name filtering, see [Configuring
|
12991
|
-
# *Amazon S3 User Guide*.
|
13070
|
+
# name filtering, see [Configuring event notifications using object
|
13071
|
+
# key name filtering][1] in the *Amazon S3 User Guide*.
|
12992
13072
|
#
|
12993
13073
|
#
|
12994
13074
|
#
|
12995
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/
|
13075
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-filtering.html
|
12996
13076
|
# @return [Types::NotificationConfigurationFilter]
|
12997
13077
|
#
|
12998
13078
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/TopicConfiguration AWS API Documentation
|
@@ -13713,9 +13793,7 @@ module Aws::S3
|
|
13713
13793
|
#
|
13714
13794
|
# @!attribute [rw] status_code
|
13715
13795
|
# The integer status code for an HTTP response of a corresponding
|
13716
|
-
# `GetObject` request.
|
13717
|
-
#
|
13718
|
-
# **Status Codes**
|
13796
|
+
# `GetObject` request. The following is a list of status codes.
|
13719
13797
|
#
|
13720
13798
|
# * `200 - OK`
|
13721
13799
|
#
|
data/lib/aws-sdk-s3.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.122.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04
|
11
|
+
date: 2023-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-kms
|