aws-sdk-s3 1.205.0 → 1.206.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 +1 -1
- data/lib/aws-sdk-s3/bucket_acl.rb +1 -1
- data/lib/aws-sdk-s3/client.rb +49 -179
- data/lib/aws-sdk-s3/object.rb +4 -4
- data/lib/aws-sdk-s3/object_acl.rb +1 -1
- data/lib/aws-sdk-s3/object_summary.rb +4 -4
- data/lib/aws-sdk-s3/types.rb +23 -102
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/bucket.rbs +1 -1
- data/sig/client.rbs +10 -10
- data/sig/multipart_upload.rbs +1 -1
- data/sig/object.rbs +5 -5
- data/sig/object_summary.rbs +5 -5
- data/sig/types.rbs +13 -13
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca5ed9c820187b4f057d2f036df40616ae920f25da2062b4f81fe14188192c93
|
|
4
|
+
data.tar.gz: aeec559aa9bb883624e9d4915d5a67f5d14d612e2432681256f91084cefd542c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28a87783c95c59222a6f449202f21783528aea185482c334ea00efd4f910a82e1e558552839d86f342e2626269876050e9bb9264ebead458cf2afcf4520af7fb
|
|
7
|
+
data.tar.gz: 4676f5540a584687058121c3e6cb9f6c468287f60c500574f5ea84622c593a7612c44285cf5f5e44881bc53a566624fcd2c16605c60d48b4eced78a54caa636d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.206.0
|
data/lib/aws-sdk-s3/bucket.rb
CHANGED
|
@@ -545,7 +545,7 @@ module Aws::S3
|
|
|
545
545
|
# "MetadataKey" => "MetadataValue",
|
|
546
546
|
# },
|
|
547
547
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
548
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
548
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
549
549
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
550
550
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
551
551
|
# sse_customer_key: "SSECustomerKey",
|
data/lib/aws-sdk-s3/client.rb
CHANGED
|
@@ -1308,7 +1308,7 @@ module Aws::S3
|
|
|
1308
1308
|
# (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe
|
|
1309
1309
|
# (Ireland), and South America (São Paulo).
|
|
1310
1310
|
#
|
|
1311
|
-
# <note markdown="1"> You can store individual objects of up to
|
|
1311
|
+
# <note markdown="1"> You can store individual objects of up to 50 TB in Amazon S3. You
|
|
1312
1312
|
# create a copy of your object up to 5 GB in size in a single atomic
|
|
1313
1313
|
# action using this API. However, to copy an object greater than 5 GB,
|
|
1314
1314
|
# you must use the multipart upload Upload Part - Copy (UploadPartCopy)
|
|
@@ -2370,7 +2370,7 @@ module Aws::S3
|
|
|
2370
2370
|
# metadata_directive: "COPY", # accepts COPY, REPLACE
|
|
2371
2371
|
# tagging_directive: "COPY", # accepts COPY, REPLACE
|
|
2372
2372
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
2373
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
2373
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
2374
2374
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
2375
2375
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
2376
2376
|
# sse_customer_key: "SSECustomerKey",
|
|
@@ -2420,18 +2420,6 @@ module Aws::S3
|
|
|
2420
2420
|
req.send_request(options)
|
|
2421
2421
|
end
|
|
2422
2422
|
|
|
2423
|
-
# End of support notice: As of October 1, 2025, Amazon S3 has
|
|
2424
|
-
# discontinued support for Email Grantee Access Control Lists (ACLs). If
|
|
2425
|
-
# you attempt to use an Email Grantee ACL in a request after October 1,
|
|
2426
|
-
# 2025, the request will receive an `HTTP 405` (Method Not Allowed)
|
|
2427
|
-
# error.
|
|
2428
|
-
#
|
|
2429
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
2430
|
-
# East
|
|
2431
|
-
# (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific
|
|
2432
|
-
# (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe
|
|
2433
|
-
# (Ireland), and South America (São Paulo).
|
|
2434
|
-
#
|
|
2435
2423
|
# <note markdown="1"> This action creates an Amazon S3 bucket. To create an Amazon S3 on
|
|
2436
2424
|
# Outposts bucket, see [ `CreateBucket` ][1].
|
|
2437
2425
|
#
|
|
@@ -3943,7 +3931,7 @@ module Aws::S3
|
|
|
3943
3931
|
# "MetadataKey" => "MetadataValue",
|
|
3944
3932
|
# },
|
|
3945
3933
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
3946
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
3934
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
3947
3935
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
3948
3936
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
3949
3937
|
# sse_customer_key: "SSECustomerKey",
|
|
@@ -6401,7 +6389,10 @@ module Aws::S3
|
|
|
6401
6389
|
# </note>
|
|
6402
6390
|
#
|
|
6403
6391
|
# Removes the `PublicAccessBlock` configuration for an Amazon S3 bucket.
|
|
6404
|
-
#
|
|
6392
|
+
# This operation removes the bucket-level configuration only. The
|
|
6393
|
+
# effective public access behavior will still be governed by
|
|
6394
|
+
# account-level settings (which may inherit from organization-level
|
|
6395
|
+
# policies). To use this operation, you must have the
|
|
6405
6396
|
# `s3:PutBucketPublicAccessBlock` permission. For more information about
|
|
6406
6397
|
# permissions, see [Permissions Related to Bucket Subresource
|
|
6407
6398
|
# Operations][1] and [Managing Access Permissions to Your Amazon S3
|
|
@@ -6458,16 +6449,13 @@ module Aws::S3
|
|
|
6458
6449
|
end
|
|
6459
6450
|
|
|
6460
6451
|
# Returns the attribute-based access control (ABAC) property of the
|
|
6461
|
-
# general purpose bucket. If
|
|
6462
|
-
# tags
|
|
6463
|
-
# ABAC in general purpose buckets][1].
|
|
6464
|
-
# disabled, you can use tags for cost tracking. For more information,
|
|
6465
|
-
# see [Using tags with S3 general purpose buckets][2].
|
|
6452
|
+
# general purpose bucket. If ABAC is enabled on your bucket, you can use
|
|
6453
|
+
# tags on the bucket for access control. For more information, see
|
|
6454
|
+
# [Enabling ABAC in general purpose buckets][1].
|
|
6466
6455
|
#
|
|
6467
6456
|
#
|
|
6468
6457
|
#
|
|
6469
6458
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html
|
|
6470
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging.html
|
|
6471
6459
|
#
|
|
6472
6460
|
# @option params [required, String] :bucket
|
|
6473
6461
|
# The name of the general purpose bucket.
|
|
@@ -6600,19 +6588,6 @@ module Aws::S3
|
|
|
6600
6588
|
req.send_request(options)
|
|
6601
6589
|
end
|
|
6602
6590
|
|
|
6603
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
6604
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
6605
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
6606
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
6607
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
6608
|
-
#
|
|
6609
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
6610
|
-
# East
|
|
6611
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
6612
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
6613
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
6614
|
-
# America (São Paulo) Region.
|
|
6615
|
-
#
|
|
6616
6591
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
|
6617
6592
|
#
|
|
6618
6593
|
# </note>
|
|
@@ -6982,8 +6957,8 @@ module Aws::S3
|
|
|
6982
6957
|
#
|
|
6983
6958
|
#
|
|
6984
6959
|
#
|
|
6985
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
6986
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
6960
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ServerSideEncryptionRule.html#AmazonS3-Type-ServerSideEncryptionRule-BucketKeyEnabled
|
|
6961
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ServerSideEncryptionRule.html#AmazonS3-Type-ServerSideEncryptionRule-BlockedEncryptionTypes
|
|
6987
6962
|
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-encryption.html
|
|
6988
6963
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-bucket-encryption.html
|
|
6989
6964
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources
|
|
@@ -7655,19 +7630,6 @@ module Aws::S3
|
|
|
7655
7630
|
req.send_request(options)
|
|
7656
7631
|
end
|
|
7657
7632
|
|
|
7658
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
7659
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
7660
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
7661
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
7662
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
7663
|
-
#
|
|
7664
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
7665
|
-
# East
|
|
7666
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
7667
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
7668
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
7669
|
-
# America (São Paulo) Region.
|
|
7670
|
-
#
|
|
7671
7633
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
|
7672
7634
|
#
|
|
7673
7635
|
# </note>
|
|
@@ -8682,7 +8644,7 @@ module Aws::S3
|
|
|
8682
8644
|
# resp.replication_configuration.rules[0].existing_object_replication.status #=> String, one of "Enabled", "Disabled"
|
|
8683
8645
|
# resp.replication_configuration.rules[0].destination.bucket #=> String
|
|
8684
8646
|
# resp.replication_configuration.rules[0].destination.account #=> String
|
|
8685
|
-
# resp.replication_configuration.rules[0].destination.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS"
|
|
8647
|
+
# resp.replication_configuration.rules[0].destination.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
|
|
8686
8648
|
# resp.replication_configuration.rules[0].destination.access_control_translation.owner #=> String, one of "Destination"
|
|
8687
8649
|
# resp.replication_configuration.rules[0].destination.encryption_configuration.replica_kms_key_id #=> String
|
|
8688
8650
|
# resp.replication_configuration.rules[0].destination.replication_time.status #=> String, one of "Enabled", "Disabled"
|
|
@@ -9697,7 +9659,7 @@ module Aws::S3
|
|
|
9697
9659
|
# resp.sse_customer_key_md5 #=> String
|
|
9698
9660
|
# resp.ssekms_key_id #=> String
|
|
9699
9661
|
# resp.bucket_key_enabled #=> Boolean
|
|
9700
|
-
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS"
|
|
9662
|
+
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
|
|
9701
9663
|
# resp.request_charged #=> String, one of "requester"
|
|
9702
9664
|
# resp.replication_status #=> String, one of "COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED"
|
|
9703
9665
|
# resp.parts_count #=> Integer
|
|
@@ -9715,19 +9677,6 @@ module Aws::S3
|
|
|
9715
9677
|
req.send_request(options, &block)
|
|
9716
9678
|
end
|
|
9717
9679
|
|
|
9718
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
9719
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
9720
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
9721
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
9722
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
9723
|
-
#
|
|
9724
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
9725
|
-
# East
|
|
9726
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
9727
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
9728
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
9729
|
-
# America (São Paulo) Region.
|
|
9730
|
-
#
|
|
9731
9680
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
|
9732
9681
|
#
|
|
9733
9682
|
# </note>
|
|
@@ -10297,7 +10246,7 @@ module Aws::S3
|
|
|
10297
10246
|
# resp.object_parts.parts[0].checksum_crc64nvme #=> String
|
|
10298
10247
|
# resp.object_parts.parts[0].checksum_sha1 #=> String
|
|
10299
10248
|
# resp.object_parts.parts[0].checksum_sha256 #=> String
|
|
10300
|
-
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS"
|
|
10249
|
+
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
|
|
10301
10250
|
# resp.object_size #=> Integer
|
|
10302
10251
|
#
|
|
10303
10252
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetObjectAttributes AWS API Documentation
|
|
@@ -10875,17 +10824,21 @@ module Aws::S3
|
|
|
10875
10824
|
# </note>
|
|
10876
10825
|
#
|
|
10877
10826
|
# Retrieves the `PublicAccessBlock` configuration for an Amazon S3
|
|
10878
|
-
# bucket.
|
|
10827
|
+
# bucket. This operation returns the bucket-level configuration only. To
|
|
10828
|
+
# understand the effective public access behavior, you must also
|
|
10829
|
+
# consider account-level settings (which may inherit from
|
|
10830
|
+
# organization-level policies). To use this operation, you must have the
|
|
10879
10831
|
# `s3:GetBucketPublicAccessBlock` permission. For more information about
|
|
10880
10832
|
# Amazon S3 permissions, see [Specifying Permissions in a Policy][1].
|
|
10881
10833
|
#
|
|
10882
10834
|
# When Amazon S3 evaluates the `PublicAccessBlock` configuration for a
|
|
10883
10835
|
# bucket or an object, it checks the `PublicAccessBlock` configuration
|
|
10884
10836
|
# for both the bucket (or the bucket that contains the object) and the
|
|
10885
|
-
# bucket owner's account.
|
|
10886
|
-
#
|
|
10887
|
-
#
|
|
10888
|
-
#
|
|
10837
|
+
# bucket owner's account. Account-level settings automatically inherit
|
|
10838
|
+
# from organization-level policies when present. If the
|
|
10839
|
+
# `PublicAccessBlock` settings are different between the bucket and the
|
|
10840
|
+
# account, Amazon S3 uses the most restrictive combination of the
|
|
10841
|
+
# bucket-level and account-level settings.
|
|
10889
10842
|
#
|
|
10890
10843
|
# For more information about when Amazon S3 considers a bucket or an
|
|
10891
10844
|
# object public, see [The Meaning of "Public"][2].
|
|
@@ -11659,7 +11612,7 @@ module Aws::S3
|
|
|
11659
11612
|
# resp.sse_customer_key_md5 #=> String
|
|
11660
11613
|
# resp.ssekms_key_id #=> String
|
|
11661
11614
|
# resp.bucket_key_enabled #=> Boolean
|
|
11662
|
-
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS"
|
|
11615
|
+
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
|
|
11663
11616
|
# resp.request_charged #=> String, one of "requester"
|
|
11664
11617
|
# resp.replication_status #=> String, one of "COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED"
|
|
11665
11618
|
# resp.parts_count #=> Integer
|
|
@@ -12102,19 +12055,6 @@ module Aws::S3
|
|
|
12102
12055
|
req.send_request(options)
|
|
12103
12056
|
end
|
|
12104
12057
|
|
|
12105
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
12106
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
12107
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
12108
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
12109
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
12110
|
-
#
|
|
12111
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
12112
|
-
# East
|
|
12113
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
12114
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
12115
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
12116
|
-
# America (São Paulo) Region.
|
|
12117
|
-
#
|
|
12118
12058
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
|
12119
12059
|
#
|
|
12120
12060
|
# </note>
|
|
@@ -12351,19 +12291,6 @@ module Aws::S3
|
|
|
12351
12291
|
req.send_request(options)
|
|
12352
12292
|
end
|
|
12353
12293
|
|
|
12354
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
12355
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
12356
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
12357
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
12358
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
12359
|
-
#
|
|
12360
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
12361
|
-
# East
|
|
12362
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
12363
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
12364
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
12365
|
-
# America (São Paulo) Region.
|
|
12366
|
-
#
|
|
12367
12294
|
# This operation lists in-progress multipart uploads in a bucket. An
|
|
12368
12295
|
# in-progress multipart upload is a multipart upload that has been
|
|
12369
12296
|
# initiated by the `CreateMultipartUpload` request, but has not yet been
|
|
@@ -12796,7 +12723,7 @@ module Aws::S3
|
|
|
12796
12723
|
# resp.uploads[0].upload_id #=> String
|
|
12797
12724
|
# resp.uploads[0].key #=> String
|
|
12798
12725
|
# resp.uploads[0].initiated #=> Time
|
|
12799
|
-
# resp.uploads[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS"
|
|
12726
|
+
# resp.uploads[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
|
|
12800
12727
|
# resp.uploads[0].owner.display_name #=> String
|
|
12801
12728
|
# resp.uploads[0].owner.id #=> String
|
|
12802
12729
|
# resp.uploads[0].initiator.id #=> String
|
|
@@ -12817,19 +12744,6 @@ module Aws::S3
|
|
|
12817
12744
|
req.send_request(options)
|
|
12818
12745
|
end
|
|
12819
12746
|
|
|
12820
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
12821
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
12822
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
12823
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
12824
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
12825
|
-
#
|
|
12826
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
12827
|
-
# East
|
|
12828
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
12829
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
12830
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
12831
|
-
# America (São Paulo) Region.
|
|
12832
|
-
#
|
|
12833
12747
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
|
12834
12748
|
#
|
|
12835
12749
|
# </note>
|
|
@@ -13077,19 +12991,6 @@ module Aws::S3
|
|
|
13077
12991
|
req.send_request(options)
|
|
13078
12992
|
end
|
|
13079
12993
|
|
|
13080
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
13081
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
13082
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
13083
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
13084
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
13085
|
-
#
|
|
13086
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
13087
|
-
# East
|
|
13088
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
13089
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
13090
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
13091
|
-
# America (São Paulo) Region.
|
|
13092
|
-
#
|
|
13093
12994
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
|
13094
12995
|
#
|
|
13095
12996
|
# </note>
|
|
@@ -13310,7 +13211,7 @@ module Aws::S3
|
|
|
13310
13211
|
# resp.contents[0].checksum_algorithm[0] #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME"
|
|
13311
13212
|
# resp.contents[0].checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
|
|
13312
13213
|
# resp.contents[0].size #=> Integer
|
|
13313
|
-
# resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS"
|
|
13214
|
+
# resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
|
|
13314
13215
|
# resp.contents[0].owner.display_name #=> String
|
|
13315
13216
|
# resp.contents[0].owner.id #=> String
|
|
13316
13217
|
# resp.contents[0].restore_status.is_restore_in_progress #=> Boolean
|
|
@@ -13333,19 +13234,6 @@ module Aws::S3
|
|
|
13333
13234
|
req.send_request(options)
|
|
13334
13235
|
end
|
|
13335
13236
|
|
|
13336
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
13337
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
13338
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
13339
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
13340
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
13341
|
-
#
|
|
13342
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
13343
|
-
# East
|
|
13344
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
13345
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
13346
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
13347
|
-
# America (São Paulo) Region.
|
|
13348
|
-
#
|
|
13349
13237
|
# Returns some or all (up to 1,000) of the objects in a bucket with each
|
|
13350
13238
|
# request. You can use the request parameters as selection criteria to
|
|
13351
13239
|
# return a subset of the objects in a bucket. A `200 OK` response can
|
|
@@ -13673,7 +13561,7 @@ module Aws::S3
|
|
|
13673
13561
|
# resp.contents[0].checksum_algorithm[0] #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME"
|
|
13674
13562
|
# resp.contents[0].checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
|
|
13675
13563
|
# resp.contents[0].size #=> Integer
|
|
13676
|
-
# resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS"
|
|
13564
|
+
# resp.contents[0].storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
|
|
13677
13565
|
# resp.contents[0].owner.display_name #=> String
|
|
13678
13566
|
# resp.contents[0].owner.id #=> String
|
|
13679
13567
|
# resp.contents[0].restore_status.is_restore_in_progress #=> Boolean
|
|
@@ -13700,19 +13588,6 @@ module Aws::S3
|
|
|
13700
13588
|
req.send_request(options)
|
|
13701
13589
|
end
|
|
13702
13590
|
|
|
13703
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
13704
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
13705
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
13706
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
13707
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
13708
|
-
#
|
|
13709
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
13710
|
-
# East
|
|
13711
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
13712
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
13713
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
13714
|
-
# America (São Paulo) Region.
|
|
13715
|
-
#
|
|
13716
13591
|
# Lists the parts that have been uploaded for a specific multipart
|
|
13717
13592
|
# upload.
|
|
13718
13593
|
#
|
|
@@ -14032,7 +13907,7 @@ module Aws::S3
|
|
|
14032
13907
|
# resp.initiator.display_name #=> String
|
|
14033
13908
|
# resp.owner.display_name #=> String
|
|
14034
13909
|
# resp.owner.id #=> String
|
|
14035
|
-
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS"
|
|
13910
|
+
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP"
|
|
14036
13911
|
# resp.request_charged #=> String, one of "requester"
|
|
14037
13912
|
# resp.checksum_algorithm #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME"
|
|
14038
13913
|
# resp.checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
|
|
@@ -14047,23 +13922,21 @@ module Aws::S3
|
|
|
14047
13922
|
end
|
|
14048
13923
|
|
|
14049
13924
|
# Sets the attribute-based access control (ABAC) property of the general
|
|
14050
|
-
# purpose bucket.
|
|
14051
|
-
#
|
|
14052
|
-
#
|
|
14053
|
-
# actions to manage
|
|
14054
|
-
# [PutBucketTagging][
|
|
14055
|
-
#
|
|
14056
|
-
#
|
|
14057
|
-
# buckets][6].
|
|
13925
|
+
# purpose bucket. You must have `s3:PutBucketABAC` permission to perform
|
|
13926
|
+
# this action. When you enable ABAC, you can use tags for access control
|
|
13927
|
+
# on your buckets. Additionally, when ABAC is enabled, you must use the
|
|
13928
|
+
# [TagResource][1] and [UntagResource][2] actions to manage tags on your
|
|
13929
|
+
# buckets. You can nolonger use the [PutBucketTagging][3] and
|
|
13930
|
+
# [DeleteBucketTagging][4] actions to tag your bucket. For more
|
|
13931
|
+
# information, see [Enabling ABAC in general purpose buckets][5].
|
|
14058
13932
|
#
|
|
14059
13933
|
#
|
|
14060
13934
|
#
|
|
14061
13935
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_TagResource.html
|
|
14062
13936
|
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UntagResource.html
|
|
14063
|
-
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
14064
|
-
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
14065
|
-
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/
|
|
14066
|
-
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html
|
|
13937
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html
|
|
13938
|
+
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html
|
|
13939
|
+
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html
|
|
14067
13940
|
#
|
|
14068
13941
|
# @option params [required, String] :bucket
|
|
14069
13942
|
# The name of the general purpose bucket.
|
|
@@ -16944,7 +16817,7 @@ module Aws::S3
|
|
|
16944
16817
|
# destination: { # required
|
|
16945
16818
|
# bucket: "BucketName", # required
|
|
16946
16819
|
# account: "AccountId",
|
|
16947
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
16820
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
16948
16821
|
# access_control_translation: {
|
|
16949
16822
|
# owner: "Destination", # required, accepts Destination
|
|
16950
16823
|
# },
|
|
@@ -17094,10 +16967,6 @@ module Aws::S3
|
|
|
17094
16967
|
# for that bucket and must use the [TagResource][2] or
|
|
17095
16968
|
# [UntagResource][3] operations instead.
|
|
17096
16969
|
#
|
|
17097
|
-
# if ABAC is not enabled for the bucket. When you [enable ABAC for a
|
|
17098
|
-
# general purpose bucket][1], you can no longer use this operation for
|
|
17099
|
-
# that bucket and must use [TagResource][2] instead.
|
|
17100
|
-
#
|
|
17101
16970
|
# Use tags to organize your Amazon Web Services bill to reflect your own
|
|
17102
16971
|
# cost structure. To do this, sign up to get your Amazon Web Services
|
|
17103
16972
|
# account bill with tag key values included. Then, to see the cost of
|
|
@@ -18594,7 +18463,7 @@ module Aws::S3
|
|
|
18594
18463
|
# "MetadataKey" => "MetadataValue",
|
|
18595
18464
|
# },
|
|
18596
18465
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
18597
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
18466
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
18598
18467
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
18599
18468
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
18600
18469
|
# sse_customer_key: "SSECustomerKey",
|
|
@@ -19618,10 +19487,11 @@ module Aws::S3
|
|
|
19618
19487
|
# When Amazon S3 evaluates the `PublicAccessBlock` configuration for a
|
|
19619
19488
|
# bucket or an object, it checks the `PublicAccessBlock` configuration
|
|
19620
19489
|
# for both the bucket (or the bucket that contains the object) and the
|
|
19621
|
-
# bucket owner's account.
|
|
19622
|
-
#
|
|
19623
|
-
#
|
|
19624
|
-
#
|
|
19490
|
+
# bucket owner's account. Account-level settings automatically inherit
|
|
19491
|
+
# from organization-level policies when present. If the
|
|
19492
|
+
# `PublicAccessBlock` configurations are different between the bucket
|
|
19493
|
+
# and the account, Amazon S3 uses the most restrictive combination of
|
|
19494
|
+
# the bucket-level and account-level settings.
|
|
19625
19495
|
#
|
|
19626
19496
|
# For more information about when Amazon S3 considers a bucket or an
|
|
19627
19497
|
# object public, see [The Meaning of "Public"][2].
|
|
@@ -20260,7 +20130,7 @@ module Aws::S3
|
|
|
20260
20130
|
# value: "MetadataValue",
|
|
20261
20131
|
# },
|
|
20262
20132
|
# ],
|
|
20263
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
20133
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
20264
20134
|
# },
|
|
20265
20135
|
# },
|
|
20266
20136
|
# },
|
|
@@ -22380,7 +22250,7 @@ module Aws::S3
|
|
|
22380
22250
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
22381
22251
|
# ssekms_key_id: "SSEKMSKeyId",
|
|
22382
22252
|
# sse_customer_key_md5: "SSECustomerKeyMD5",
|
|
22383
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
22253
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
22384
22254
|
# tag_count: 1,
|
|
22385
22255
|
# version_id: "ObjectVersionId",
|
|
22386
22256
|
# bucket_key_enabled: false,
|
|
@@ -22413,7 +22283,7 @@ module Aws::S3
|
|
|
22413
22283
|
tracer: tracer
|
|
22414
22284
|
)
|
|
22415
22285
|
context[:gem_name] = 'aws-sdk-s3'
|
|
22416
|
-
context[:gem_version] = '1.
|
|
22286
|
+
context[:gem_version] = '1.206.0'
|
|
22417
22287
|
Seahorse::Client::Request.new(handlers, context)
|
|
22418
22288
|
end
|
|
22419
22289
|
|
data/lib/aws-sdk-s3/object.rb
CHANGED
|
@@ -765,7 +765,7 @@ module Aws::S3
|
|
|
765
765
|
# metadata_directive: "COPY", # accepts COPY, REPLACE
|
|
766
766
|
# tagging_directive: "COPY", # accepts COPY, REPLACE
|
|
767
767
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
768
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
768
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
769
769
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
770
770
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
771
771
|
# sse_customer_key: "SSECustomerKey",
|
|
@@ -1889,7 +1889,7 @@ module Aws::S3
|
|
|
1889
1889
|
# "MetadataKey" => "MetadataValue",
|
|
1890
1890
|
# },
|
|
1891
1891
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
1892
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
1892
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
1893
1893
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
1894
1894
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
1895
1895
|
# sse_customer_key: "SSECustomerKey",
|
|
@@ -2490,7 +2490,7 @@ module Aws::S3
|
|
|
2490
2490
|
# "MetadataKey" => "MetadataValue",
|
|
2491
2491
|
# },
|
|
2492
2492
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
2493
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
2493
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
2494
2494
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
2495
2495
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
2496
2496
|
# sse_customer_key: "SSECustomerKey",
|
|
@@ -3165,7 +3165,7 @@ module Aws::S3
|
|
|
3165
3165
|
# value: "MetadataValue",
|
|
3166
3166
|
# },
|
|
3167
3167
|
# ],
|
|
3168
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
3168
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
3169
3169
|
# },
|
|
3170
3170
|
# },
|
|
3171
3171
|
# },
|
|
@@ -362,7 +362,7 @@ module Aws::S3
|
|
|
362
362
|
# metadata_directive: "COPY", # accepts COPY, REPLACE
|
|
363
363
|
# tagging_directive: "COPY", # accepts COPY, REPLACE
|
|
364
364
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
365
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
365
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
366
366
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
367
367
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
368
368
|
# sse_customer_key: "SSECustomerKey",
|
|
@@ -1486,7 +1486,7 @@ module Aws::S3
|
|
|
1486
1486
|
# "MetadataKey" => "MetadataValue",
|
|
1487
1487
|
# },
|
|
1488
1488
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
1489
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
1489
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
1490
1490
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
1491
1491
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
1492
1492
|
# sse_customer_key: "SSECustomerKey",
|
|
@@ -2087,7 +2087,7 @@ module Aws::S3
|
|
|
2087
2087
|
# "MetadataKey" => "MetadataValue",
|
|
2088
2088
|
# },
|
|
2089
2089
|
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
|
2090
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
2090
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
2091
2091
|
# website_redirect_location: "WebsiteRedirectLocation",
|
|
2092
2092
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
|
2093
2093
|
# sse_customer_key: "SSECustomerKey",
|
|
@@ -2762,7 +2762,7 @@ module Aws::S3
|
|
|
2762
2762
|
# value: "MetadataValue",
|
|
2763
2763
|
# },
|
|
2764
2764
|
# ],
|
|
2765
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
|
2765
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS, FSX_ONTAP
|
|
2766
2766
|
# },
|
|
2767
2767
|
# },
|
|
2768
2768
|
# },
|
data/lib/aws-sdk-s3/types.rb
CHANGED
|
@@ -385,7 +385,7 @@ module Aws::S3
|
|
|
385
385
|
# and replication requests to the bucket for objects with the specified
|
|
386
386
|
# encryption type. However, you can continue to read and list any
|
|
387
387
|
# pre-existing objects already encrypted with the specified encryption
|
|
388
|
-
# type. For more information, see [Blocking
|
|
388
|
+
# type. For more information, see [Blocking or unblocking SSE-C for a
|
|
389
389
|
# general purpose bucket][1].
|
|
390
390
|
#
|
|
391
391
|
# This data type is used with the following actions:
|
|
@@ -406,7 +406,7 @@ module Aws::S3
|
|
|
406
406
|
#
|
|
407
407
|
#
|
|
408
408
|
#
|
|
409
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/userguide/
|
|
409
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html
|
|
410
410
|
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketEncryption.html
|
|
411
411
|
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketEncryption.html
|
|
412
412
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketEncryption.html
|
|
@@ -2820,17 +2820,18 @@ module Aws::S3
|
|
|
2820
2820
|
# creating. Tags are key-value pairs of metadata used to categorize
|
|
2821
2821
|
# and organize your buckets, track costs, and control access.
|
|
2822
2822
|
#
|
|
2823
|
-
#
|
|
2824
|
-
#
|
|
2825
|
-
#
|
|
2826
|
-
# You must have the `s3express:TagResource` permission to create a
|
|
2827
|
-
# directory bucket with tags.
|
|
2823
|
+
# You must have the `s3:TagResource` permission to create a general
|
|
2824
|
+
# purpose bucket with tags or the `s3express:TagResource` permission
|
|
2825
|
+
# to create a directory bucket with tags.
|
|
2828
2826
|
#
|
|
2829
|
-
#
|
|
2827
|
+
# When creating buckets with tags, note that tag-based conditions
|
|
2828
|
+
# using `aws:ResourceTag` and `s3:BucketTag` condition keys are
|
|
2829
|
+
# applicable only after ABAC is enabled on the bucket. To learn more,
|
|
2830
|
+
# see [Enabling ABAC in general purpose buckets][1].
|
|
2830
2831
|
#
|
|
2831
2832
|
#
|
|
2832
2833
|
#
|
|
2833
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
2834
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html
|
|
2834
2835
|
# @return [Array<Types::Tag>]
|
|
2835
2836
|
#
|
|
2836
2837
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CreateBucketConfiguration AWS API Documentation
|
|
@@ -6544,7 +6545,7 @@ module Aws::S3
|
|
|
6544
6545
|
end
|
|
6545
6546
|
|
|
6546
6547
|
# @!attribute [rw] owner
|
|
6547
|
-
# Container for the bucket owner's
|
|
6548
|
+
# Container for the bucket owner's ID.
|
|
6548
6549
|
# @return [Types::Owner]
|
|
6549
6550
|
#
|
|
6550
6551
|
# @!attribute [rw] grants
|
|
@@ -7519,7 +7520,7 @@ module Aws::S3
|
|
|
7519
7520
|
end
|
|
7520
7521
|
|
|
7521
7522
|
# @!attribute [rw] owner
|
|
7522
|
-
# Container for the bucket owner's
|
|
7523
|
+
# Container for the bucket owner's ID.
|
|
7523
7524
|
# @return [Types::Owner]
|
|
7524
7525
|
#
|
|
7525
7526
|
# @!attribute [rw] grants
|
|
@@ -9115,56 +9116,12 @@ module Aws::S3
|
|
|
9115
9116
|
include Aws::Structure
|
|
9116
9117
|
end
|
|
9117
9118
|
|
|
9118
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
9119
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
9120
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
9121
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
9122
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
9123
|
-
#
|
|
9124
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
9125
|
-
# East
|
|
9126
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
9127
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
9128
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
9129
|
-
# America (São Paulo) Region.
|
|
9130
|
-
#
|
|
9131
9119
|
# Container for the person being granted permissions.
|
|
9132
9120
|
#
|
|
9133
9121
|
# @!attribute [rw] display_name
|
|
9134
|
-
# Screen name of the grantee.
|
|
9135
9122
|
# @return [String]
|
|
9136
9123
|
#
|
|
9137
9124
|
# @!attribute [rw] email_address
|
|
9138
|
-
# Email address of the grantee.
|
|
9139
|
-
#
|
|
9140
|
-
# <note markdown="1"> Using email addresses to specify a grantee is only supported in the
|
|
9141
|
-
# following Amazon Web Services Regions:
|
|
9142
|
-
#
|
|
9143
|
-
# * US East (N. Virginia)
|
|
9144
|
-
#
|
|
9145
|
-
# * US West (N. California)
|
|
9146
|
-
#
|
|
9147
|
-
# * US West (Oregon)
|
|
9148
|
-
#
|
|
9149
|
-
# * Asia Pacific (Singapore)
|
|
9150
|
-
#
|
|
9151
|
-
# * Asia Pacific (Sydney)
|
|
9152
|
-
#
|
|
9153
|
-
# * Asia Pacific (Tokyo)
|
|
9154
|
-
#
|
|
9155
|
-
# * Europe (Ireland)
|
|
9156
|
-
#
|
|
9157
|
-
# * South America (São Paulo)
|
|
9158
|
-
#
|
|
9159
|
-
# For a list of all the Amazon S3 supported Regions and endpoints, see
|
|
9160
|
-
# [Regions and Endpoints][1] in the Amazon Web Services General
|
|
9161
|
-
# Reference.
|
|
9162
|
-
#
|
|
9163
|
-
# </note>
|
|
9164
|
-
#
|
|
9165
|
-
#
|
|
9166
|
-
#
|
|
9167
|
-
# [1]: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
|
|
9168
9125
|
# @return [String]
|
|
9169
9126
|
#
|
|
9170
9127
|
# @!attribute [rw] id
|
|
@@ -10137,8 +10094,6 @@ module Aws::S3
|
|
|
10137
10094
|
# @return [String]
|
|
10138
10095
|
#
|
|
10139
10096
|
# @!attribute [rw] display_name
|
|
10140
|
-
# Name of the Principal.
|
|
10141
|
-
#
|
|
10142
10097
|
# <note markdown="1"> This functionality is not supported for directory buckets.
|
|
10143
10098
|
#
|
|
10144
10099
|
# </note>
|
|
@@ -12660,14 +12615,13 @@ module Aws::S3
|
|
|
12660
12615
|
# Container element that identifies who initiated the multipart
|
|
12661
12616
|
# upload. If the initiator is an Amazon Web Services account, this
|
|
12662
12617
|
# element provides the same information as the `Owner` element. If the
|
|
12663
|
-
# initiator is an IAM User, this element provides the user ARN
|
|
12664
|
-
# display name.
|
|
12618
|
+
# initiator is an IAM User, this element provides the user ARN.
|
|
12665
12619
|
# @return [Types::Initiator]
|
|
12666
12620
|
#
|
|
12667
12621
|
# @!attribute [rw] owner
|
|
12668
12622
|
# Container element that identifies the object owner, after the object
|
|
12669
12623
|
# is created. If multipart upload is initiated by an IAM user, this
|
|
12670
|
-
# element provides the parent account ID
|
|
12624
|
+
# element provides the parent account ID.
|
|
12671
12625
|
#
|
|
12672
12626
|
# <note markdown="1"> **Directory buckets** - The bucket owner is returned as the object
|
|
12673
12627
|
# owner for all the parts.
|
|
@@ -13983,44 +13937,9 @@ module Aws::S3
|
|
|
13983
13937
|
include Aws::Structure
|
|
13984
13938
|
end
|
|
13985
13939
|
|
|
13986
|
-
# End of support notice: Beginning November 21, 2025, Amazon S3 will
|
|
13987
|
-
# stop returning `DisplayName`. Update your applications to use
|
|
13988
|
-
# canonical IDs (unique identifier for Amazon Web Services accounts),
|
|
13989
|
-
# Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full
|
|
13990
|
-
# resource naming) as a direct replacement of `DisplayName`.
|
|
13991
|
-
#
|
|
13992
|
-
# This change affects the following Amazon Web Services Regions: US
|
|
13993
|
-
# East
|
|
13994
|
-
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
|
13995
|
-
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
13996
|
-
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
|
13997
|
-
# America (São Paulo) Region.
|
|
13998
|
-
#
|
|
13999
13940
|
# Container for the owner's display name and ID.
|
|
14000
13941
|
#
|
|
14001
13942
|
# @!attribute [rw] display_name
|
|
14002
|
-
# Container for the display name of the owner. This value is only
|
|
14003
|
-
# supported in the following Amazon Web Services Regions:
|
|
14004
|
-
#
|
|
14005
|
-
# * US East (N. Virginia)
|
|
14006
|
-
#
|
|
14007
|
-
# * US West (N. California)
|
|
14008
|
-
#
|
|
14009
|
-
# * US West (Oregon)
|
|
14010
|
-
#
|
|
14011
|
-
# * Asia Pacific (Singapore)
|
|
14012
|
-
#
|
|
14013
|
-
# * Asia Pacific (Sydney)
|
|
14014
|
-
#
|
|
14015
|
-
# * Asia Pacific (Tokyo)
|
|
14016
|
-
#
|
|
14017
|
-
# * Europe (Ireland)
|
|
14018
|
-
#
|
|
14019
|
-
# * South America (São Paulo)
|
|
14020
|
-
#
|
|
14021
|
-
# <note markdown="1"> This functionality is not supported for directory buckets.
|
|
14022
|
-
#
|
|
14023
|
-
# </note>
|
|
14024
13943
|
# @return [String]
|
|
14025
13944
|
#
|
|
14026
13945
|
# @!attribute [rw] id
|
|
@@ -14283,9 +14202,11 @@ module Aws::S3
|
|
|
14283
14202
|
|
|
14284
14203
|
# The PublicAccessBlock configuration that you want to apply to this
|
|
14285
14204
|
# Amazon S3 bucket. You can enable the configuration options in any
|
|
14286
|
-
# combination.
|
|
14287
|
-
#
|
|
14288
|
-
#
|
|
14205
|
+
# combination. Bucket-level settings work alongside account-level
|
|
14206
|
+
# settings (which may inherit from organization-level policies). For
|
|
14207
|
+
# more information about when Amazon S3 considers a bucket or object
|
|
14208
|
+
# public, see [The Meaning of "Public"][1] in the *Amazon S3 User
|
|
14209
|
+
# Guide*.
|
|
14289
14210
|
#
|
|
14290
14211
|
#
|
|
14291
14212
|
#
|
|
@@ -18915,11 +18836,11 @@ module Aws::S3
|
|
|
18915
18836
|
# upload, and replication requests to the bucket for objects with the
|
|
18916
18837
|
# specified encryption type. However, you can continue to read and
|
|
18917
18838
|
# list any pre-existing objects already encrypted with the specified
|
|
18918
|
-
# encryption type. For more information, see [Blocking
|
|
18919
|
-
#
|
|
18839
|
+
# encryption type. For more information, see [Blocking or unblocking
|
|
18840
|
+
# SSE-C for a general purpose bucket][1].
|
|
18920
18841
|
#
|
|
18921
18842
|
# <note markdown="1"> Currently, this parameter only supports blocking or unblocking
|
|
18922
|
-
#
|
|
18843
|
+
# server-side encryption with customer-provided keys (SSE-C). For more
|
|
18923
18844
|
# information about SSE-C, see [Using server-side encryption with
|
|
18924
18845
|
# customer-provided keys (SSE-C)][2].
|
|
18925
18846
|
#
|
|
@@ -18927,7 +18848,7 @@ module Aws::S3
|
|
|
18927
18848
|
#
|
|
18928
18849
|
#
|
|
18929
18850
|
#
|
|
18930
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/userguide/
|
|
18851
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html
|
|
18931
18852
|
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html
|
|
18932
18853
|
# @return [Types::BlockedEncryptionTypes]
|
|
18933
18854
|
#
|
data/lib/aws-sdk-s3.rb
CHANGED
data/sig/bucket.rbs
CHANGED
|
@@ -133,7 +133,7 @@ module Aws
|
|
|
133
133
|
?write_offset_bytes: ::Integer,
|
|
134
134
|
?metadata: Hash[::String, ::String],
|
|
135
135
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
136
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
136
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
137
137
|
?website_redirect_location: ::String,
|
|
138
138
|
?sse_customer_algorithm: ::String,
|
|
139
139
|
?sse_customer_key: ::String,
|
data/sig/client.rbs
CHANGED
|
@@ -203,7 +203,7 @@ module Aws
|
|
|
203
203
|
?metadata_directive: ("COPY" | "REPLACE"),
|
|
204
204
|
?tagging_directive: ("COPY" | "REPLACE"),
|
|
205
205
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
206
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
206
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
207
207
|
?website_redirect_location: ::String,
|
|
208
208
|
?sse_customer_algorithm: ::String,
|
|
209
209
|
?sse_customer_key: ::String,
|
|
@@ -337,7 +337,7 @@ module Aws
|
|
|
337
337
|
key: ::String,
|
|
338
338
|
?metadata: Hash[::String, ::String],
|
|
339
339
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
340
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
340
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
341
341
|
?website_redirect_location: ::String,
|
|
342
342
|
?sse_customer_algorithm: ::String,
|
|
343
343
|
?sse_customer_key: ::String,
|
|
@@ -879,7 +879,7 @@ module Aws
|
|
|
879
879
|
def sse_customer_key_md5: () -> ::String
|
|
880
880
|
def ssekms_key_id: () -> ::String
|
|
881
881
|
def bucket_key_enabled: () -> bool
|
|
882
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
882
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
883
883
|
def request_charged: () -> ("requester")
|
|
884
884
|
def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
|
|
885
885
|
def parts_count: () -> ::Integer
|
|
@@ -939,7 +939,7 @@ module Aws
|
|
|
939
939
|
def etag: () -> ::String
|
|
940
940
|
def checksum: () -> Types::Checksum
|
|
941
941
|
def object_parts: () -> Types::GetObjectAttributesParts
|
|
942
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
942
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
943
943
|
def object_size: () -> ::Integer
|
|
944
944
|
end
|
|
945
945
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_attributes-instance_method
|
|
@@ -1085,7 +1085,7 @@ module Aws
|
|
|
1085
1085
|
def sse_customer_key_md5: () -> ::String
|
|
1086
1086
|
def ssekms_key_id: () -> ::String
|
|
1087
1087
|
def bucket_key_enabled: () -> bool
|
|
1088
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
1088
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
1089
1089
|
def request_charged: () -> ("requester")
|
|
1090
1090
|
def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
|
|
1091
1091
|
def parts_count: () -> ::Integer
|
|
@@ -1344,7 +1344,7 @@ module Aws
|
|
|
1344
1344
|
def parts: () -> ::Array[Types::Part]
|
|
1345
1345
|
def initiator: () -> Types::Initiator
|
|
1346
1346
|
def owner: () -> Types::Owner
|
|
1347
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
1347
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
1348
1348
|
def request_charged: () -> ("requester")
|
|
1349
1349
|
def checksum_algorithm: () -> ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")
|
|
1350
1350
|
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
|
@@ -1907,7 +1907,7 @@ module Aws
|
|
|
1907
1907
|
destination: {
|
|
1908
1908
|
bucket: ::String,
|
|
1909
1909
|
account: ::String?,
|
|
1910
|
-
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")?,
|
|
1910
|
+
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?,
|
|
1911
1911
|
access_control_translation: {
|
|
1912
1912
|
owner: ("Destination")
|
|
1913
1913
|
}?,
|
|
@@ -2066,7 +2066,7 @@ module Aws
|
|
|
2066
2066
|
?write_offset_bytes: ::Integer,
|
|
2067
2067
|
?metadata: Hash[::String, ::String],
|
|
2068
2068
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
2069
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
2069
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
2070
2070
|
?website_redirect_location: ::String,
|
|
2071
2071
|
?sse_customer_algorithm: ::String,
|
|
2072
2072
|
?sse_customer_key: ::String,
|
|
@@ -2334,7 +2334,7 @@ module Aws
|
|
|
2334
2334
|
value: ::String?
|
|
2335
2335
|
},
|
|
2336
2336
|
]?,
|
|
2337
|
-
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")?
|
|
2337
|
+
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?
|
|
2338
2338
|
}?
|
|
2339
2339
|
}?
|
|
2340
2340
|
},
|
|
@@ -2540,7 +2540,7 @@ module Aws
|
|
|
2540
2540
|
?sse_customer_algorithm: ::String,
|
|
2541
2541
|
?ssekms_key_id: ::String,
|
|
2542
2542
|
?sse_customer_key_md5: ::String,
|
|
2543
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
2543
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
2544
2544
|
?tag_count: ::Integer,
|
|
2545
2545
|
?version_id: ::String,
|
|
2546
2546
|
?bucket_key_enabled: bool
|
data/sig/multipart_upload.rbs
CHANGED
|
@@ -33,7 +33,7 @@ module Aws
|
|
|
33
33
|
def initiated: () -> ::Time
|
|
34
34
|
|
|
35
35
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/MultipartUpload.html#storage_class-instance_method
|
|
36
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
36
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
37
37
|
|
|
38
38
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/MultipartUpload.html#owner-instance_method
|
|
39
39
|
def owner: () -> Types::Owner
|
data/sig/object.rbs
CHANGED
|
@@ -114,7 +114,7 @@ module Aws
|
|
|
114
114
|
def bucket_key_enabled: () -> bool
|
|
115
115
|
|
|
116
116
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#storage_class-instance_method
|
|
117
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
117
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
118
118
|
|
|
119
119
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Object.html#request_charged-instance_method
|
|
120
120
|
def request_charged: () -> ("requester")
|
|
@@ -186,7 +186,7 @@ module Aws
|
|
|
186
186
|
?metadata_directive: ("COPY" | "REPLACE"),
|
|
187
187
|
?tagging_directive: ("COPY" | "REPLACE"),
|
|
188
188
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
189
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
189
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
190
190
|
?website_redirect_location: ::String,
|
|
191
191
|
?sse_customer_algorithm: ::String,
|
|
192
192
|
?sse_customer_key: ::String,
|
|
@@ -259,7 +259,7 @@ module Aws
|
|
|
259
259
|
?grant_write_acp: ::String,
|
|
260
260
|
?metadata: Hash[::String, ::String],
|
|
261
261
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
262
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
262
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
263
263
|
?website_redirect_location: ::String,
|
|
264
264
|
?sse_customer_algorithm: ::String,
|
|
265
265
|
?sse_customer_key: ::String,
|
|
@@ -305,7 +305,7 @@ module Aws
|
|
|
305
305
|
?write_offset_bytes: ::Integer,
|
|
306
306
|
?metadata: Hash[::String, ::String],
|
|
307
307
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
308
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
308
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
309
309
|
?website_redirect_location: ::String,
|
|
310
310
|
?sse_customer_algorithm: ::String,
|
|
311
311
|
?sse_customer_key: ::String,
|
|
@@ -402,7 +402,7 @@ module Aws
|
|
|
402
402
|
value: ::String?
|
|
403
403
|
},
|
|
404
404
|
]?,
|
|
405
|
-
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")?
|
|
405
|
+
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?
|
|
406
406
|
}?
|
|
407
407
|
}?
|
|
408
408
|
},
|
data/sig/object_summary.rbs
CHANGED
|
@@ -36,7 +36,7 @@ module Aws
|
|
|
36
36
|
def size: () -> ::Integer
|
|
37
37
|
|
|
38
38
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/ObjectSummary.html#storage_class-instance_method
|
|
39
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
39
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
40
40
|
|
|
41
41
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/ObjectSummary.html#owner-instance_method
|
|
42
42
|
def owner: () -> Types::Owner
|
|
@@ -90,7 +90,7 @@ module Aws
|
|
|
90
90
|
?metadata_directive: ("COPY" | "REPLACE"),
|
|
91
91
|
?tagging_directive: ("COPY" | "REPLACE"),
|
|
92
92
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
93
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
93
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
94
94
|
?website_redirect_location: ::String,
|
|
95
95
|
?sse_customer_algorithm: ::String,
|
|
96
96
|
?sse_customer_key: ::String,
|
|
@@ -163,7 +163,7 @@ module Aws
|
|
|
163
163
|
?grant_write_acp: ::String,
|
|
164
164
|
?metadata: Hash[::String, ::String],
|
|
165
165
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
166
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
166
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
167
167
|
?website_redirect_location: ::String,
|
|
168
168
|
?sse_customer_algorithm: ::String,
|
|
169
169
|
?sse_customer_key: ::String,
|
|
@@ -209,7 +209,7 @@ module Aws
|
|
|
209
209
|
?write_offset_bytes: ::Integer,
|
|
210
210
|
?metadata: Hash[::String, ::String],
|
|
211
211
|
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
|
212
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
|
212
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP"),
|
|
213
213
|
?website_redirect_location: ::String,
|
|
214
214
|
?sse_customer_algorithm: ::String,
|
|
215
215
|
?sse_customer_key: ::String,
|
|
@@ -306,7 +306,7 @@ module Aws
|
|
|
306
306
|
value: ::String?
|
|
307
307
|
},
|
|
308
308
|
]?,
|
|
309
|
-
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")?
|
|
309
|
+
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")?
|
|
310
310
|
}?
|
|
311
311
|
}?
|
|
312
312
|
},
|
data/sig/types.rbs
CHANGED
|
@@ -286,7 +286,7 @@ module Aws::S3
|
|
|
286
286
|
attr_accessor metadata_directive: ("COPY" | "REPLACE")
|
|
287
287
|
attr_accessor tagging_directive: ("COPY" | "REPLACE")
|
|
288
288
|
attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
|
289
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
289
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
290
290
|
attr_accessor website_redirect_location: ::String
|
|
291
291
|
attr_accessor sse_customer_algorithm: ::String
|
|
292
292
|
attr_accessor sse_customer_key: ::String
|
|
@@ -410,7 +410,7 @@ module Aws::S3
|
|
|
410
410
|
attr_accessor key: ::String
|
|
411
411
|
attr_accessor metadata: ::Hash[::String, ::String]
|
|
412
412
|
attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
|
413
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
413
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
414
414
|
attr_accessor website_redirect_location: ::String
|
|
415
415
|
attr_accessor sse_customer_algorithm: ::String
|
|
416
416
|
attr_accessor sse_customer_key: ::String
|
|
@@ -638,7 +638,7 @@ module Aws::S3
|
|
|
638
638
|
class Destination
|
|
639
639
|
attr_accessor bucket: ::String
|
|
640
640
|
attr_accessor account: ::String
|
|
641
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
641
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
642
642
|
attr_accessor access_control_translation: Types::AccessControlTranslation
|
|
643
643
|
attr_accessor encryption_configuration: Types::EncryptionConfiguration
|
|
644
644
|
attr_accessor replication_time: Types::ReplicationTime
|
|
@@ -1013,7 +1013,7 @@ module Aws::S3
|
|
|
1013
1013
|
attr_accessor etag: ::String
|
|
1014
1014
|
attr_accessor checksum: Types::Checksum
|
|
1015
1015
|
attr_accessor object_parts: Types::GetObjectAttributesParts
|
|
1016
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
1016
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
1017
1017
|
attr_accessor object_size: ::Integer
|
|
1018
1018
|
SENSITIVE: []
|
|
1019
1019
|
end
|
|
@@ -1100,7 +1100,7 @@ module Aws::S3
|
|
|
1100
1100
|
attr_accessor sse_customer_key_md5: ::String
|
|
1101
1101
|
attr_accessor ssekms_key_id: ::String
|
|
1102
1102
|
attr_accessor bucket_key_enabled: bool
|
|
1103
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
1103
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
1104
1104
|
attr_accessor request_charged: ("requester")
|
|
1105
1105
|
attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
|
|
1106
1106
|
attr_accessor parts_count: ::Integer
|
|
@@ -1257,7 +1257,7 @@ module Aws::S3
|
|
|
1257
1257
|
attr_accessor sse_customer_key_md5: ::String
|
|
1258
1258
|
attr_accessor ssekms_key_id: ::String
|
|
1259
1259
|
attr_accessor bucket_key_enabled: bool
|
|
1260
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
1260
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
1261
1261
|
attr_accessor request_charged: ("requester")
|
|
1262
1262
|
attr_accessor replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
|
|
1263
1263
|
attr_accessor parts_count: ::Integer
|
|
@@ -1337,7 +1337,7 @@ module Aws::S3
|
|
|
1337
1337
|
end
|
|
1338
1338
|
|
|
1339
1339
|
class InvalidObjectState
|
|
1340
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
1340
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
1341
1341
|
attr_accessor access_tier: ("ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS")
|
|
1342
1342
|
SENSITIVE: []
|
|
1343
1343
|
end
|
|
@@ -1713,7 +1713,7 @@ module Aws::S3
|
|
|
1713
1713
|
attr_accessor parts: ::Array[Types::Part]
|
|
1714
1714
|
attr_accessor initiator: Types::Initiator
|
|
1715
1715
|
attr_accessor owner: Types::Owner
|
|
1716
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
1716
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
1717
1717
|
attr_accessor request_charged: ("requester")
|
|
1718
1718
|
attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")
|
|
1719
1719
|
attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
|
|
@@ -1814,7 +1814,7 @@ module Aws::S3
|
|
|
1814
1814
|
attr_accessor upload_id: ::String
|
|
1815
1815
|
attr_accessor key: ::String
|
|
1816
1816
|
attr_accessor initiated: ::Time
|
|
1817
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
1817
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
1818
1818
|
attr_accessor owner: Types::Owner
|
|
1819
1819
|
attr_accessor initiator: Types::Initiator
|
|
1820
1820
|
attr_accessor checksum_algorithm: ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")
|
|
@@ -1871,7 +1871,7 @@ module Aws::S3
|
|
|
1871
1871
|
attr_accessor checksum_algorithm: ::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")]
|
|
1872
1872
|
attr_accessor checksum_type: ("COMPOSITE" | "FULL_OBJECT")
|
|
1873
1873
|
attr_accessor size: ::Integer
|
|
1874
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
1874
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "GLACIER" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
1875
1875
|
attr_accessor owner: Types::Owner
|
|
1876
1876
|
attr_accessor restore_status: Types::RestoreStatus
|
|
1877
1877
|
SENSITIVE: []
|
|
@@ -2316,7 +2316,7 @@ module Aws::S3
|
|
|
2316
2316
|
attr_accessor write_offset_bytes: ::Integer
|
|
2317
2317
|
attr_accessor metadata: ::Hash[::String, ::String]
|
|
2318
2318
|
attr_accessor server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
|
2319
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
2319
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
2320
2320
|
attr_accessor website_redirect_location: ::String
|
|
2321
2321
|
attr_accessor sse_customer_algorithm: ::String
|
|
2322
2322
|
attr_accessor sse_customer_key: ::String
|
|
@@ -2562,7 +2562,7 @@ module Aws::S3
|
|
|
2562
2562
|
attr_accessor access_control_list: ::Array[Types::Grant]
|
|
2563
2563
|
attr_accessor tagging: Types::Tagging
|
|
2564
2564
|
attr_accessor user_metadata: ::Array[Types::MetadataEntry]
|
|
2565
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
2565
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
2566
2566
|
SENSITIVE: []
|
|
2567
2567
|
end
|
|
2568
2568
|
|
|
@@ -2885,7 +2885,7 @@ module Aws::S3
|
|
|
2885
2885
|
attr_accessor sse_customer_algorithm: ::String
|
|
2886
2886
|
attr_accessor ssekms_key_id: ::String
|
|
2887
2887
|
attr_accessor sse_customer_key_md5: ::String
|
|
2888
|
-
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
|
2888
|
+
attr_accessor storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS" | "FSX_ONTAP")
|
|
2889
2889
|
attr_accessor tag_count: ::Integer
|
|
2890
2890
|
attr_accessor version_id: ::String
|
|
2891
2891
|
attr_accessor bucket_key_enabled: bool
|