aws-sdk-s3 1.189.1 → 1.191.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 +11 -4
- data/lib/aws-sdk-s3/client.rb +511 -61
- data/lib/aws-sdk-s3/client_api.rb +41 -0
- data/lib/aws-sdk-s3/endpoints.rb +14 -0
- data/lib/aws-sdk-s3/errors.rb +11 -0
- data/lib/aws-sdk-s3/object.rb +58 -12
- data/lib/aws-sdk-s3/object_summary.rb +34 -11
- data/lib/aws-sdk-s3/types.rb +325 -22
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/bucket.rbs +2 -2
- data/sig/client.rbs +54 -29
- data/sig/errors.rbs +2 -0
- data/sig/multipart_upload.rbs +1 -1
- data/sig/object.rbs +13 -10
- data/sig/object_summary.rbs +9 -9
- data/sig/types.rbs +56 -29
- metadata +1 -1
data/lib/aws-sdk-s3/client.rb
CHANGED
@@ -1264,7 +1264,7 @@ module Aws::S3
|
|
1264
1264
|
# resp.checksum_sha1 #=> String
|
1265
1265
|
# resp.checksum_sha256 #=> String
|
1266
1266
|
# resp.checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
|
1267
|
-
# resp.server_side_encryption #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
1267
|
+
# resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
1268
1268
|
# resp.version_id #=> String
|
1269
1269
|
# resp.ssekms_key_id #=> String
|
1270
1270
|
# resp.bucket_key_enabled #=> Boolean
|
@@ -1279,6 +1279,20 @@ module Aws::S3
|
|
1279
1279
|
req.send_request(options)
|
1280
1280
|
end
|
1281
1281
|
|
1282
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will
|
1283
|
+
# discontinue support for creating new Email Grantee Access Control
|
1284
|
+
# Lists (ACL). Email Grantee ACLs created prior to this date will
|
1285
|
+
# continue to work and remain accessible through the Amazon Web Services
|
1286
|
+
# Management Console, Command Line Interface (CLI), SDKs, and REST API.
|
1287
|
+
# However, you will no longer be able to create new Email Grantee ACLs.
|
1288
|
+
#
|
1289
|
+
# This change affects the following Amazon Web Services Regions: US
|
1290
|
+
# East
|
1291
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
1292
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
1293
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
1294
|
+
# America (São Paulo) Region.
|
1295
|
+
#
|
1282
1296
|
# Creates a copy of an object that is already stored in Amazon S3.
|
1283
1297
|
#
|
1284
1298
|
# <note markdown="1"> You can store individual objects of up to 5 TB in Amazon S3. You
|
@@ -1914,6 +1928,14 @@ module Aws::S3
|
|
1914
1928
|
# key is the same customer managed key that you specified for the
|
1915
1929
|
# directory bucket's default encryption configuration.
|
1916
1930
|
#
|
1931
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data stored
|
1932
|
+
# in Amazon FSx file systems using S3 access points, the only valid
|
1933
|
+
# server side encryption option is `aws:fsx`. All Amazon FSx file
|
1934
|
+
# systems have encryption configured by default and are encrypted at
|
1935
|
+
# rest. Data is automatically encrypted before being written to the
|
1936
|
+
# file system, and automatically decrypted as it is read. These
|
1937
|
+
# processes are handled transparently by Amazon FSx.
|
1938
|
+
#
|
1917
1939
|
#
|
1918
1940
|
#
|
1919
1941
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html
|
@@ -2297,8 +2319,8 @@ module Aws::S3
|
|
2297
2319
|
# },
|
2298
2320
|
# metadata_directive: "COPY", # accepts COPY, REPLACE
|
2299
2321
|
# tagging_directive: "COPY", # accepts COPY, REPLACE
|
2300
|
-
# server_side_encryption: "AES256", # accepts AES256, aws:kms, aws:kms:dsse
|
2301
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
2322
|
+
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
2323
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
2302
2324
|
# website_redirect_location: "WebsiteRedirectLocation",
|
2303
2325
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
2304
2326
|
# sse_customer_key: "SSECustomerKey",
|
@@ -2331,7 +2353,7 @@ module Aws::S3
|
|
2331
2353
|
# resp.expiration #=> String
|
2332
2354
|
# resp.copy_source_version_id #=> String
|
2333
2355
|
# resp.version_id #=> String
|
2334
|
-
# resp.server_side_encryption #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
2356
|
+
# resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
2335
2357
|
# resp.sse_customer_algorithm #=> String
|
2336
2358
|
# resp.sse_customer_key_md5 #=> String
|
2337
2359
|
# resp.ssekms_key_id #=> String
|
@@ -2348,6 +2370,33 @@ module Aws::S3
|
|
2348
2370
|
req.send_request(options)
|
2349
2371
|
end
|
2350
2372
|
|
2373
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will
|
2374
|
+
# discontinue support for creating new Email Grantee Access Control
|
2375
|
+
# Lists (ACL). Email Grantee ACLs created prior to this date will
|
2376
|
+
# continue to work and remain accessible through the Amazon Web Services
|
2377
|
+
# Management Console, Command Line Interface (CLI), SDKs, and REST API.
|
2378
|
+
# However, you will no longer be able to create new Email Grantee ACLs.
|
2379
|
+
#
|
2380
|
+
# This change affects the following Amazon Web Services Regions: US
|
2381
|
+
# East
|
2382
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
2383
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
2384
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
2385
|
+
# America (São Paulo) Region.
|
2386
|
+
#
|
2387
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will stop
|
2388
|
+
# returning `DisplayName`. Update your applications to use canonical IDs
|
2389
|
+
# (unique identifier for Amazon Web Services accounts), Amazon Web
|
2390
|
+
# Services account ID (12 digit identifier) or IAM ARNs (full resource
|
2391
|
+
# naming) as a direct replacement of `DisplayName`.
|
2392
|
+
#
|
2393
|
+
# This change affects the following Amazon Web Services Regions: US
|
2394
|
+
# East
|
2395
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
2396
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
2397
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
2398
|
+
# America (São Paulo) Region.
|
2399
|
+
#
|
2351
2400
|
# <note markdown="1"> This action creates an Amazon S3 bucket. To create an Amazon S3 on
|
2352
2401
|
# Outposts bucket, see [ `CreateBucket` ][1].
|
2353
2402
|
#
|
@@ -2756,6 +2805,20 @@ module Aws::S3
|
|
2756
2805
|
req.send_request(options)
|
2757
2806
|
end
|
2758
2807
|
|
2808
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will
|
2809
|
+
# discontinue support for creating new Email Grantee Access Control
|
2810
|
+
# Lists (ACL). Email Grantee ACLs created prior to this date will
|
2811
|
+
# continue to work and remain accessible through the Amazon Web Services
|
2812
|
+
# Management Console, Command Line Interface (CLI), SDKs, and REST API.
|
2813
|
+
# However, you will no longer be able to create new Email Grantee ACLs.
|
2814
|
+
#
|
2815
|
+
# This change affects the following Amazon Web Services Regions: US
|
2816
|
+
# East
|
2817
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
2818
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
2819
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
2820
|
+
# America (São Paulo) Region.
|
2821
|
+
#
|
2759
2822
|
# This action initiates a multipart upload and returns an upload ID.
|
2760
2823
|
# This upload ID is used to associate all of the parts in the specific
|
2761
2824
|
# multipart upload. You specify this upload ID in each of your
|
@@ -3372,7 +3435,7 @@ module Aws::S3
|
|
3372
3435
|
#
|
3373
3436
|
# @option params [String] :server_side_encryption
|
3374
3437
|
# The server-side encryption algorithm used when you store this object
|
3375
|
-
# in Amazon S3
|
3438
|
+
# in Amazon S3 or Amazon FSx.
|
3376
3439
|
#
|
3377
3440
|
# * <b>Directory buckets </b> - For directory buckets, there are only
|
3378
3441
|
# two supported options for server-side encryption: server-side
|
@@ -3414,6 +3477,14 @@ module Aws::S3
|
|
3414
3477
|
#
|
3415
3478
|
# </note>
|
3416
3479
|
#
|
3480
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data stored
|
3481
|
+
# in Amazon FSx file systems using S3 access points, the only valid
|
3482
|
+
# server side encryption option is `aws:fsx`. All Amazon FSx file
|
3483
|
+
# systems have encryption configured by default and are encrypted at
|
3484
|
+
# rest. Data is automatically encrypted before being written to the
|
3485
|
+
# file system, and automatically decrypted as it is read. These
|
3486
|
+
# processes are handled transparently by Amazon FSx.
|
3487
|
+
#
|
3417
3488
|
#
|
3418
3489
|
#
|
3419
3490
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html
|
@@ -3671,8 +3742,8 @@ module Aws::S3
|
|
3671
3742
|
# metadata: {
|
3672
3743
|
# "MetadataKey" => "MetadataValue",
|
3673
3744
|
# },
|
3674
|
-
# server_side_encryption: "AES256", # accepts AES256, aws:kms, aws:kms:dsse
|
3675
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
3745
|
+
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
3746
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
3676
3747
|
# website_redirect_location: "WebsiteRedirectLocation",
|
3677
3748
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
3678
3749
|
# sse_customer_key: "SSECustomerKey",
|
@@ -3697,7 +3768,7 @@ module Aws::S3
|
|
3697
3768
|
# resp.bucket #=> String
|
3698
3769
|
# resp.key #=> String
|
3699
3770
|
# resp.upload_id #=> String
|
3700
|
-
# resp.server_side_encryption #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
3771
|
+
# resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
3701
3772
|
# resp.sse_customer_algorithm #=> String
|
3702
3773
|
# resp.sse_customer_key_md5 #=> String
|
3703
3774
|
# resp.ssekms_key_id #=> String
|
@@ -3904,6 +3975,14 @@ module Aws::S3
|
|
3904
3975
|
# SSE-S3. For more information, see [Protecting data with server-side
|
3905
3976
|
# encryption][1] in the *Amazon S3 User Guide*.
|
3906
3977
|
#
|
3978
|
+
# <b>S3 access points for Amazon FSx </b> - When accessing data stored
|
3979
|
+
# in Amazon FSx file systems using S3 access points, the only valid
|
3980
|
+
# server side encryption option is `aws:fsx`. All Amazon FSx file
|
3981
|
+
# systems have encryption configured by default and are encrypted at
|
3982
|
+
# rest. Data is automatically encrypted before being written to the file
|
3983
|
+
# system, and automatically decrypted as it is read. These processes are
|
3984
|
+
# handled transparently by Amazon FSx.
|
3985
|
+
#
|
3907
3986
|
#
|
3908
3987
|
#
|
3909
3988
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html
|
@@ -3984,7 +4063,7 @@ module Aws::S3
|
|
3984
4063
|
# resp = client.create_session({
|
3985
4064
|
# session_mode: "ReadOnly", # accepts ReadOnly, ReadWrite
|
3986
4065
|
# bucket: "BucketName", # required
|
3987
|
-
# server_side_encryption: "AES256", # accepts AES256, aws:kms, aws:kms:dsse
|
4066
|
+
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
3988
4067
|
# ssekms_key_id: "SSEKMSKeyId",
|
3989
4068
|
# ssekms_encryption_context: "SSEKMSEncryptionContext",
|
3990
4069
|
# bucket_key_enabled: false,
|
@@ -3992,7 +4071,7 @@ module Aws::S3
|
|
3992
4071
|
#
|
3993
4072
|
# @example Response structure
|
3994
4073
|
#
|
3995
|
-
# resp.server_side_encryption #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
4074
|
+
# resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
3996
4075
|
# resp.ssekms_key_id #=> String
|
3997
4076
|
# resp.ssekms_encryption_context #=> String
|
3998
4077
|
# resp.bucket_key_enabled #=> Boolean
|
@@ -4400,6 +4479,11 @@ module Aws::S3
|
|
4400
4479
|
# @option params [required, String] :id
|
4401
4480
|
# The ID used to identify the S3 Intelligent-Tiering configuration.
|
4402
4481
|
#
|
4482
|
+
# @option params [String] :expected_bucket_owner
|
4483
|
+
# The account ID of the expected bucket owner. If the account ID that
|
4484
|
+
# you provide does not match the actual owner of the bucket, the request
|
4485
|
+
# fails with the HTTP status code `403 Forbidden` (access denied).
|
4486
|
+
#
|
4403
4487
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4404
4488
|
#
|
4405
4489
|
# @example Request syntax with placeholder values
|
@@ -4407,6 +4491,7 @@ module Aws::S3
|
|
4407
4491
|
# resp = client.delete_bucket_intelligent_tiering_configuration({
|
4408
4492
|
# bucket: "BucketName", # required
|
4409
4493
|
# id: "IntelligentTieringId", # required
|
4494
|
+
# expected_bucket_owner: "AccountId",
|
4410
4495
|
# })
|
4411
4496
|
#
|
4412
4497
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/DeleteBucketIntelligentTieringConfiguration AWS API Documentation
|
@@ -6067,6 +6152,19 @@ module Aws::S3
|
|
6067
6152
|
req.send_request(options)
|
6068
6153
|
end
|
6069
6154
|
|
6155
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will stop
|
6156
|
+
# returning `DisplayName`. Update your applications to use canonical IDs
|
6157
|
+
# (unique identifier for Amazon Web Services accounts), Amazon Web
|
6158
|
+
# Services account ID (12 digit identifier) or IAM ARNs (full resource
|
6159
|
+
# naming) as a direct replacement of `DisplayName`.
|
6160
|
+
#
|
6161
|
+
# This change affects the following Amazon Web Services Regions: US
|
6162
|
+
# East
|
6163
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
6164
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
6165
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
6166
|
+
# America (São Paulo) Region.
|
6167
|
+
#
|
6070
6168
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
6071
6169
|
#
|
6072
6170
|
# </note>
|
@@ -6470,7 +6568,7 @@ module Aws::S3
|
|
6470
6568
|
# @example Response structure
|
6471
6569
|
#
|
6472
6570
|
# resp.server_side_encryption_configuration.rules #=> Array
|
6473
|
-
# resp.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.sse_algorithm #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
6571
|
+
# resp.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.sse_algorithm #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
6474
6572
|
# resp.server_side_encryption_configuration.rules[0].apply_server_side_encryption_by_default.kms_master_key_id #=> String
|
6475
6573
|
# resp.server_side_encryption_configuration.rules[0].bucket_key_enabled #=> Boolean
|
6476
6574
|
#
|
@@ -6532,6 +6630,11 @@ module Aws::S3
|
|
6532
6630
|
# @option params [required, String] :id
|
6533
6631
|
# The ID used to identify the S3 Intelligent-Tiering configuration.
|
6534
6632
|
#
|
6633
|
+
# @option params [String] :expected_bucket_owner
|
6634
|
+
# The account ID of the expected bucket owner. If the account ID that
|
6635
|
+
# you provide does not match the actual owner of the bucket, the request
|
6636
|
+
# fails with the HTTP status code `403 Forbidden` (access denied).
|
6637
|
+
#
|
6535
6638
|
# @return [Types::GetBucketIntelligentTieringConfigurationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6536
6639
|
#
|
6537
6640
|
# * {Types::GetBucketIntelligentTieringConfigurationOutput#intelligent_tiering_configuration #intelligent_tiering_configuration} => Types::IntelligentTieringConfiguration
|
@@ -6541,6 +6644,7 @@ module Aws::S3
|
|
6541
6644
|
# resp = client.get_bucket_intelligent_tiering_configuration({
|
6542
6645
|
# bucket: "BucketName", # required
|
6543
6646
|
# id: "IntelligentTieringId", # required
|
6647
|
+
# expected_bucket_owner: "AccountId",
|
6544
6648
|
# })
|
6545
6649
|
#
|
6546
6650
|
# @example Response structure
|
@@ -7051,6 +7155,19 @@ module Aws::S3
|
|
7051
7155
|
req.send_request(options)
|
7052
7156
|
end
|
7053
7157
|
|
7158
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will stop
|
7159
|
+
# returning `DisplayName`. Update your applications to use canonical IDs
|
7160
|
+
# (unique identifier for Amazon Web Services accounts), Amazon Web
|
7161
|
+
# Services account ID (12 digit identifier) or IAM ARNs (full resource
|
7162
|
+
# naming) as a direct replacement of `DisplayName`.
|
7163
|
+
#
|
7164
|
+
# This change affects the following Amazon Web Services Regions: US
|
7165
|
+
# East
|
7166
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
7167
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
7168
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
7169
|
+
# America (São Paulo) Region.
|
7170
|
+
#
|
7054
7171
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
7055
7172
|
#
|
7056
7173
|
# </note>
|
@@ -7514,6 +7631,21 @@ module Aws::S3
|
|
7514
7631
|
# permission. For more information about Amazon S3 permissions, see
|
7515
7632
|
# [Specifying permissions in a policy][1].
|
7516
7633
|
#
|
7634
|
+
# <note markdown="1"> A bucket doesn't have `OwnershipControls` settings in the following
|
7635
|
+
# cases:
|
7636
|
+
#
|
7637
|
+
# * The bucket was created before the `BucketOwnerEnforced` ownership
|
7638
|
+
# setting was introduced and you've never explicitly applied this
|
7639
|
+
# value
|
7640
|
+
#
|
7641
|
+
# * You've manually deleted the bucket ownership control value using
|
7642
|
+
# the `DeleteBucketOwnershipControls` API operation.
|
7643
|
+
#
|
7644
|
+
# By default, Amazon S3 sets `OwnershipControls` for all newly created
|
7645
|
+
# buckets.
|
7646
|
+
#
|
7647
|
+
# </note>
|
7648
|
+
#
|
7517
7649
|
# For information about Amazon S3 Object Ownership, see [Using Object
|
7518
7650
|
# Ownership][2].
|
7519
7651
|
#
|
@@ -7897,7 +8029,7 @@ module Aws::S3
|
|
7897
8029
|
# resp.replication_configuration.rules[0].existing_object_replication.status #=> String, one of "Enabled", "Disabled"
|
7898
8030
|
# resp.replication_configuration.rules[0].destination.bucket #=> String
|
7899
8031
|
# resp.replication_configuration.rules[0].destination.account #=> String
|
7900
|
-
# 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"
|
8032
|
+
# 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"
|
7901
8033
|
# resp.replication_configuration.rules[0].destination.access_control_translation.owner #=> String, one of "Destination"
|
7902
8034
|
# resp.replication_configuration.rules[0].destination.encryption_configuration.replica_kms_key_id #=> String
|
7903
8035
|
# resp.replication_configuration.rules[0].destination.replication_time.status #=> String, one of "Enabled", "Disabled"
|
@@ -8879,14 +9011,14 @@ module Aws::S3
|
|
8879
9011
|
# resp.expires #=> Time
|
8880
9012
|
# resp.expires_string #=> String
|
8881
9013
|
# resp.website_redirect_location #=> String
|
8882
|
-
# resp.server_side_encryption #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
9014
|
+
# resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
8883
9015
|
# resp.metadata #=> Hash
|
8884
9016
|
# resp.metadata["MetadataKey"] #=> String
|
8885
9017
|
# resp.sse_customer_algorithm #=> String
|
8886
9018
|
# resp.sse_customer_key_md5 #=> String
|
8887
9019
|
# resp.ssekms_key_id #=> String
|
8888
9020
|
# resp.bucket_key_enabled #=> Boolean
|
8889
|
-
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE"
|
9021
|
+
# 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"
|
8890
9022
|
# resp.request_charged #=> String, one of "requester"
|
8891
9023
|
# resp.replication_status #=> String, one of "COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED"
|
8892
9024
|
# resp.parts_count #=> Integer
|
@@ -9465,7 +9597,7 @@ module Aws::S3
|
|
9465
9597
|
# resp.object_parts.parts[0].checksum_crc64nvme #=> String
|
9466
9598
|
# resp.object_parts.parts[0].checksum_sha1 #=> String
|
9467
9599
|
# resp.object_parts.parts[0].checksum_sha256 #=> String
|
9468
|
-
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE"
|
9600
|
+
# 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"
|
9469
9601
|
# resp.object_size #=> Integer
|
9470
9602
|
#
|
9471
9603
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetObjectAttributes AWS API Documentation
|
@@ -10700,6 +10832,7 @@ module Aws::S3
|
|
10700
10832
|
# * {Types::HeadObjectOutput#request_charged #request_charged} => String
|
10701
10833
|
# * {Types::HeadObjectOutput#replication_status #replication_status} => String
|
10702
10834
|
# * {Types::HeadObjectOutput#parts_count #parts_count} => Integer
|
10835
|
+
# * {Types::HeadObjectOutput#tag_count #tag_count} => Integer
|
10703
10836
|
# * {Types::HeadObjectOutput#object_lock_mode #object_lock_mode} => String
|
10704
10837
|
# * {Types::HeadObjectOutput#object_lock_retain_until_date #object_lock_retain_until_date} => Time
|
10705
10838
|
# * {Types::HeadObjectOutput#object_lock_legal_hold_status #object_lock_legal_hold_status} => String
|
@@ -10779,17 +10912,18 @@ module Aws::S3
|
|
10779
10912
|
# resp.expires #=> Time
|
10780
10913
|
# resp.expires_string #=> String
|
10781
10914
|
# resp.website_redirect_location #=> String
|
10782
|
-
# resp.server_side_encryption #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
10915
|
+
# resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
10783
10916
|
# resp.metadata #=> Hash
|
10784
10917
|
# resp.metadata["MetadataKey"] #=> String
|
10785
10918
|
# resp.sse_customer_algorithm #=> String
|
10786
10919
|
# resp.sse_customer_key_md5 #=> String
|
10787
10920
|
# resp.ssekms_key_id #=> String
|
10788
10921
|
# resp.bucket_key_enabled #=> Boolean
|
10789
|
-
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE"
|
10922
|
+
# 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"
|
10790
10923
|
# resp.request_charged #=> String, one of "requester"
|
10791
10924
|
# resp.replication_status #=> String, one of "COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED"
|
10792
10925
|
# resp.parts_count #=> Integer
|
10926
|
+
# resp.tag_count #=> Integer
|
10793
10927
|
# resp.object_lock_mode #=> String, one of "GOVERNANCE", "COMPLIANCE"
|
10794
10928
|
# resp.object_lock_retain_until_date #=> Time
|
10795
10929
|
# resp.object_lock_legal_hold_status #=> String, one of "ON", "OFF"
|
@@ -10960,6 +11094,11 @@ module Aws::S3
|
|
10960
11094
|
# The `ContinuationToken` that represents a placeholder from where this
|
10961
11095
|
# request should begin.
|
10962
11096
|
#
|
11097
|
+
# @option params [String] :expected_bucket_owner
|
11098
|
+
# The account ID of the expected bucket owner. If the account ID that
|
11099
|
+
# you provide does not match the actual owner of the bucket, the request
|
11100
|
+
# fails with the HTTP status code `403 Forbidden` (access denied).
|
11101
|
+
#
|
10963
11102
|
# @return [Types::ListBucketIntelligentTieringConfigurationsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10964
11103
|
#
|
10965
11104
|
# * {Types::ListBucketIntelligentTieringConfigurationsOutput#is_truncated #is_truncated} => Boolean
|
@@ -10972,6 +11111,7 @@ module Aws::S3
|
|
10972
11111
|
# resp = client.list_bucket_intelligent_tiering_configurations({
|
10973
11112
|
# bucket: "BucketName", # required
|
10974
11113
|
# continuation_token: "Token",
|
11114
|
+
# expected_bucket_owner: "AccountId",
|
10975
11115
|
# })
|
10976
11116
|
#
|
10977
11117
|
# @example Response structure
|
@@ -11206,6 +11346,19 @@ module Aws::S3
|
|
11206
11346
|
req.send_request(options)
|
11207
11347
|
end
|
11208
11348
|
|
11349
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will stop
|
11350
|
+
# returning `DisplayName`. Update your applications to use canonical IDs
|
11351
|
+
# (unique identifier for Amazon Web Services accounts), Amazon Web
|
11352
|
+
# Services account ID (12 digit identifier) or IAM ARNs (full resource
|
11353
|
+
# naming) as a direct replacement of `DisplayName`.
|
11354
|
+
#
|
11355
|
+
# This change affects the following Amazon Web Services Regions: US
|
11356
|
+
# East
|
11357
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
11358
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
11359
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
11360
|
+
# America (São Paulo) Region.
|
11361
|
+
#
|
11209
11362
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
11210
11363
|
#
|
11211
11364
|
# </note>
|
@@ -11432,6 +11585,19 @@ module Aws::S3
|
|
11432
11585
|
req.send_request(options)
|
11433
11586
|
end
|
11434
11587
|
|
11588
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will stop
|
11589
|
+
# returning `DisplayName`. Update your applications to use canonical IDs
|
11590
|
+
# (unique identifier for Amazon Web Services accounts), Amazon Web
|
11591
|
+
# Services account ID (12 digit identifier) or IAM ARNs (full resource
|
11592
|
+
# naming) as a direct replacement of `DisplayName`.
|
11593
|
+
#
|
11594
|
+
# This change affects the following Amazon Web Services Regions: US
|
11595
|
+
# East
|
11596
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
11597
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
11598
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
11599
|
+
# America (São Paulo) Region.
|
11600
|
+
#
|
11435
11601
|
# This operation lists in-progress multipart uploads in a bucket. An
|
11436
11602
|
# in-progress multipart upload is a multipart upload that has been
|
11437
11603
|
# initiated by the `CreateMultipartUpload` request, but has not yet been
|
@@ -11857,7 +12023,7 @@ module Aws::S3
|
|
11857
12023
|
# resp.uploads[0].upload_id #=> String
|
11858
12024
|
# resp.uploads[0].key #=> String
|
11859
12025
|
# resp.uploads[0].initiated #=> Time
|
11860
|
-
# 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"
|
12026
|
+
# 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"
|
11861
12027
|
# resp.uploads[0].owner.display_name #=> String
|
11862
12028
|
# resp.uploads[0].owner.id #=> String
|
11863
12029
|
# resp.uploads[0].initiator.id #=> String
|
@@ -11878,6 +12044,19 @@ module Aws::S3
|
|
11878
12044
|
req.send_request(options)
|
11879
12045
|
end
|
11880
12046
|
|
12047
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will stop
|
12048
|
+
# returning `DisplayName`. Update your applications to use canonical IDs
|
12049
|
+
# (unique identifier for Amazon Web Services accounts), Amazon Web
|
12050
|
+
# Services account ID (12 digit identifier) or IAM ARNs (full resource
|
12051
|
+
# naming) as a direct replacement of `DisplayName`.
|
12052
|
+
#
|
12053
|
+
# This change affects the following Amazon Web Services Regions: US
|
12054
|
+
# East
|
12055
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
12056
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
12057
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
12058
|
+
# America (São Paulo) Region.
|
12059
|
+
#
|
11881
12060
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
11882
12061
|
#
|
11883
12062
|
# </note>
|
@@ -12118,6 +12297,19 @@ module Aws::S3
|
|
12118
12297
|
req.send_request(options)
|
12119
12298
|
end
|
12120
12299
|
|
12300
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will stop
|
12301
|
+
# returning `DisplayName`. Update your applications to use canonical IDs
|
12302
|
+
# (unique identifier for Amazon Web Services accounts), Amazon Web
|
12303
|
+
# Services account ID (12 digit identifier) or IAM ARNs (full resource
|
12304
|
+
# naming) as a direct replacement of `DisplayName`.
|
12305
|
+
#
|
12306
|
+
# This change affects the following Amazon Web Services Regions: US
|
12307
|
+
# East
|
12308
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
12309
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
12310
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
12311
|
+
# America (São Paulo) Region.
|
12312
|
+
#
|
12121
12313
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
12122
12314
|
#
|
12123
12315
|
# </note>
|
@@ -12331,7 +12523,7 @@ module Aws::S3
|
|
12331
12523
|
# resp.contents[0].checksum_algorithm[0] #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME"
|
12332
12524
|
# resp.contents[0].checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
|
12333
12525
|
# resp.contents[0].size #=> Integer
|
12334
|
-
# 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"
|
12526
|
+
# 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"
|
12335
12527
|
# resp.contents[0].owner.display_name #=> String
|
12336
12528
|
# resp.contents[0].owner.id #=> String
|
12337
12529
|
# resp.contents[0].restore_status.is_restore_in_progress #=> Boolean
|
@@ -12674,7 +12866,7 @@ module Aws::S3
|
|
12674
12866
|
# resp.contents[0].checksum_algorithm[0] #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME"
|
12675
12867
|
# resp.contents[0].checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
|
12676
12868
|
# resp.contents[0].size #=> Integer
|
12677
|
-
# 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"
|
12869
|
+
# 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"
|
12678
12870
|
# resp.contents[0].owner.display_name #=> String
|
12679
12871
|
# resp.contents[0].owner.id #=> String
|
12680
12872
|
# resp.contents[0].restore_status.is_restore_in_progress #=> Boolean
|
@@ -12701,6 +12893,19 @@ module Aws::S3
|
|
12701
12893
|
req.send_request(options)
|
12702
12894
|
end
|
12703
12895
|
|
12896
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will stop
|
12897
|
+
# returning `DisplayName`. Update your applications to use canonical IDs
|
12898
|
+
# (unique identifier for Amazon Web Services accounts), Amazon Web
|
12899
|
+
# Services account ID (12 digit identifier) or IAM ARNs (full resource
|
12900
|
+
# naming) as a direct replacement of `DisplayName`.
|
12901
|
+
#
|
12902
|
+
# This change affects the following Amazon Web Services Regions: US
|
12903
|
+
# East
|
12904
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
12905
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
12906
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
12907
|
+
# America (São Paulo) Region.
|
12908
|
+
#
|
12704
12909
|
# Lists the parts that have been uploaded for a specific multipart
|
12705
12910
|
# upload.
|
12706
12911
|
#
|
@@ -13016,7 +13221,7 @@ module Aws::S3
|
|
13016
13221
|
# resp.initiator.display_name #=> String
|
13017
13222
|
# resp.owner.display_name #=> String
|
13018
13223
|
# resp.owner.id #=> String
|
13019
|
-
# resp.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE"
|
13224
|
+
# 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"
|
13020
13225
|
# resp.request_charged #=> String, one of "requester"
|
13021
13226
|
# resp.checksum_algorithm #=> String, one of "CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME"
|
13022
13227
|
# resp.checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
|
@@ -13129,6 +13334,20 @@ module Aws::S3
|
|
13129
13334
|
req.send_request(options)
|
13130
13335
|
end
|
13131
13336
|
|
13337
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will
|
13338
|
+
# discontinue support for creating new Email Grantee Access Control
|
13339
|
+
# Lists (ACL). Email Grantee ACLs created prior to this date will
|
13340
|
+
# continue to work and remain accessible through the Amazon Web Services
|
13341
|
+
# Management Console, Command Line Interface (CLI), SDKs, and REST API.
|
13342
|
+
# However, you will no longer be able to create new Email Grantee ACLs.
|
13343
|
+
#
|
13344
|
+
# This change affects the following Amazon Web Services Regions: US
|
13345
|
+
# East
|
13346
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
13347
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
13348
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
13349
|
+
# America (São Paulo) Region.
|
13350
|
+
#
|
13132
13351
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
13133
13352
|
#
|
13134
13353
|
# </note>
|
@@ -13235,7 +13454,10 @@ module Aws::S3
|
|
13235
13454
|
# Grantee Values
|
13236
13455
|
#
|
13237
13456
|
# : You can specify the person (grantee) to whom you're assigning
|
13238
|
-
# access rights (using request elements) in the following ways
|
13457
|
+
# access rights (using request elements) in the following ways. For
|
13458
|
+
# examples of how to specify these grantee values in JSON format, see
|
13459
|
+
# the Amazon Web Services CLI example in [ Enabling Amazon S3 server
|
13460
|
+
# access logging][6] in the *Amazon S3 User Guide*.
|
13239
13461
|
#
|
13240
13462
|
# * By the person's ID:
|
13241
13463
|
#
|
@@ -13285,11 +13507,11 @@ module Aws::S3
|
|
13285
13507
|
#
|
13286
13508
|
# The following operations are related to `PutBucketAcl`:
|
13287
13509
|
#
|
13288
|
-
# * [CreateBucket][
|
13510
|
+
# * [CreateBucket][7]
|
13289
13511
|
#
|
13290
|
-
# * [DeleteBucket][
|
13512
|
+
# * [DeleteBucket][8]
|
13291
13513
|
#
|
13292
|
-
# * [GetObjectAcl][
|
13514
|
+
# * [GetObjectAcl][9]
|
13293
13515
|
#
|
13294
13516
|
#
|
13295
13517
|
#
|
@@ -13298,9 +13520,10 @@ module Aws::S3
|
|
13298
13520
|
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL
|
13299
13521
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html
|
13300
13522
|
# [5]: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
|
13301
|
-
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/
|
13302
|
-
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
13303
|
-
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
13523
|
+
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html
|
13524
|
+
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html
|
13525
|
+
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html
|
13526
|
+
# [9]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html
|
13304
13527
|
#
|
13305
13528
|
# @option params [String] :acl
|
13306
13529
|
# The canned ACL to apply to the bucket.
|
@@ -13954,7 +14177,7 @@ module Aws::S3
|
|
13954
14177
|
# rules: [ # required
|
13955
14178
|
# {
|
13956
14179
|
# apply_server_side_encryption_by_default: {
|
13957
|
-
# sse_algorithm: "AES256", # required, accepts AES256, aws:kms, aws:kms:dsse
|
14180
|
+
# sse_algorithm: "AES256", # required, accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
13958
14181
|
# kms_master_key_id: "SSEKMSKeyId",
|
13959
14182
|
# },
|
13960
14183
|
# bucket_key_enabled: false,
|
@@ -14051,6 +14274,11 @@ module Aws::S3
|
|
14051
14274
|
# @option params [required, String] :id
|
14052
14275
|
# The ID used to identify the S3 Intelligent-Tiering configuration.
|
14053
14276
|
#
|
14277
|
+
# @option params [String] :expected_bucket_owner
|
14278
|
+
# The account ID of the expected bucket owner. If the account ID that
|
14279
|
+
# you provide does not match the actual owner of the bucket, the request
|
14280
|
+
# fails with the HTTP status code `403 Forbidden` (access denied).
|
14281
|
+
#
|
14054
14282
|
# @option params [required, Types::IntelligentTieringConfiguration] :intelligent_tiering_configuration
|
14055
14283
|
# Container for S3 Intelligent-Tiering configuration.
|
14056
14284
|
#
|
@@ -14061,6 +14289,7 @@ module Aws::S3
|
|
14061
14289
|
# resp = client.put_bucket_intelligent_tiering_configuration({
|
14062
14290
|
# bucket: "BucketName", # required
|
14063
14291
|
# id: "IntelligentTieringId", # required
|
14292
|
+
# expected_bucket_owner: "AccountId",
|
14064
14293
|
# intelligent_tiering_configuration: { # required
|
14065
14294
|
# id: "IntelligentTieringId", # required
|
14066
14295
|
# filter: {
|
@@ -14699,6 +14928,20 @@ module Aws::S3
|
|
14699
14928
|
req.send_request(options)
|
14700
14929
|
end
|
14701
14930
|
|
14931
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will
|
14932
|
+
# discontinue support for creating new Email Grantee Access Control
|
14933
|
+
# Lists (ACL). Email Grantee ACLs created prior to this date will
|
14934
|
+
# continue to work and remain accessible through the Amazon Web Services
|
14935
|
+
# Management Console, Command Line Interface (CLI), SDKs, and REST API.
|
14936
|
+
# However, you will no longer be able to create new Email Grantee ACLs.
|
14937
|
+
#
|
14938
|
+
# This change affects the following Amazon Web Services Regions: US
|
14939
|
+
# East
|
14940
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
14941
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
14942
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
14943
|
+
# America (São Paulo) Region.
|
14944
|
+
#
|
14702
14945
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
14703
14946
|
#
|
14704
14947
|
# </note>
|
@@ -14722,7 +14965,10 @@ module Aws::S3
|
|
14722
14965
|
# Grantee Values
|
14723
14966
|
#
|
14724
14967
|
# : You can specify the person (grantee) to whom you're assigning
|
14725
|
-
# access rights (by using request elements) in the following ways
|
14968
|
+
# access rights (by using request elements) in the following ways. For
|
14969
|
+
# examples of how to specify these grantee values in JSON format, see
|
14970
|
+
# the Amazon Web Services CLI example in [ Enabling Amazon S3 server
|
14971
|
+
# access logging][2] in the *Amazon S3 User Guide*.
|
14726
14972
|
#
|
14727
14973
|
# * By the person's ID:
|
14728
14974
|
#
|
@@ -14753,30 +14999,31 @@ module Aws::S3
|
|
14753
14999
|
# />`
|
14754
15000
|
#
|
14755
15001
|
# For more information about server access logging, see [Server Access
|
14756
|
-
# Logging][
|
15002
|
+
# Logging][3] in the *Amazon S3 User Guide*.
|
14757
15003
|
#
|
14758
|
-
# For more information about creating a bucket, see [CreateBucket][
|
15004
|
+
# For more information about creating a bucket, see [CreateBucket][4].
|
14759
15005
|
# For more information about returning the logging status of a bucket,
|
14760
|
-
# see [GetBucketLogging][
|
15006
|
+
# see [GetBucketLogging][5].
|
14761
15007
|
#
|
14762
15008
|
# The following operations are related to `PutBucketLogging`:
|
14763
15009
|
#
|
14764
|
-
# * [PutObject][
|
15010
|
+
# * [PutObject][6]
|
14765
15011
|
#
|
14766
|
-
# * [DeleteBucket][
|
15012
|
+
# * [DeleteBucket][7]
|
14767
15013
|
#
|
14768
|
-
# * [CreateBucket][
|
15014
|
+
# * [CreateBucket][4]
|
14769
15015
|
#
|
14770
|
-
# * [GetBucketLogging][
|
15016
|
+
# * [GetBucketLogging][5]
|
14771
15017
|
#
|
14772
15018
|
#
|
14773
15019
|
#
|
14774
15020
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html#grant-log-delivery-permissions-general
|
14775
|
-
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
14776
|
-
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/
|
14777
|
-
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
14778
|
-
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
14779
|
-
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
15021
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html
|
15022
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerLogs.html
|
15023
|
+
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html
|
15024
|
+
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLogging.html
|
15025
|
+
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html
|
15026
|
+
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html
|
14780
15027
|
#
|
14781
15028
|
# @option params [required, String] :bucket
|
14782
15029
|
# The name of the bucket for which to set the logging parameters.
|
@@ -15748,7 +15995,7 @@ module Aws::S3
|
|
15748
15995
|
# destination: { # required
|
15749
15996
|
# bucket: "BucketName", # required
|
15750
15997
|
# account: "AccountId",
|
15751
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
15998
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
15752
15999
|
# access_control_translation: {
|
15753
16000
|
# owner: "Destination", # required, accepts Destination
|
15754
16001
|
# },
|
@@ -16360,6 +16607,20 @@ module Aws::S3
|
|
16360
16607
|
req.send_request(options)
|
16361
16608
|
end
|
16362
16609
|
|
16610
|
+
# End of support notice: Beginning October 1, 2025, Amazon S3 will
|
16611
|
+
# discontinue support for creating new Email Grantee Access Control
|
16612
|
+
# Lists (ACL). Email Grantee ACLs created prior to this date will
|
16613
|
+
# continue to work and remain accessible through the Amazon Web Services
|
16614
|
+
# Management Console, Command Line Interface (CLI), SDKs, and REST API.
|
16615
|
+
# However, you will no longer be able to create new Email Grantee ACLs.
|
16616
|
+
#
|
16617
|
+
# This change affects the following Amazon Web Services Regions: US
|
16618
|
+
# East
|
16619
|
+
# (N. Virginia) Region, US West (N. California) Region, US West (Oregon)
|
16620
|
+
# Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
16621
|
+
# Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South
|
16622
|
+
# America (São Paulo) Region.
|
16623
|
+
#
|
16363
16624
|
# Adds an object to a bucket.
|
16364
16625
|
#
|
16365
16626
|
# <note markdown="1"> * Amazon S3 never adds partial objects; if you receive a success
|
@@ -16868,8 +17129,7 @@ module Aws::S3
|
|
16868
17129
|
#
|
16869
17130
|
# @option params [String] :server_side_encryption
|
16870
17131
|
# The server-side encryption algorithm that was used when you store this
|
16871
|
-
# object in Amazon S3
|
16872
|
-
# `aws:kms:dsse`).
|
17132
|
+
# object in Amazon S3 or Amazon FSx.
|
16873
17133
|
#
|
16874
17134
|
# * <b>General purpose buckets </b> - You have four mutually exclusive
|
16875
17135
|
# options to protect data using server-side encryption in Amazon S3,
|
@@ -16923,6 +17183,14 @@ module Aws::S3
|
|
16923
17183
|
#
|
16924
17184
|
# </note>
|
16925
17185
|
#
|
17186
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data stored
|
17187
|
+
# in Amazon FSx file systems using S3 access points, the only valid
|
17188
|
+
# server side encryption option is `aws:fsx`. All Amazon FSx file
|
17189
|
+
# systems have encryption configured by default and are encrypted at
|
17190
|
+
# rest. Data is automatically encrypted before being written to the
|
17191
|
+
# file system, and automatically decrypted as it is read. These
|
17192
|
+
# processes are handled transparently by Amazon FSx.
|
17193
|
+
#
|
16926
17194
|
#
|
16927
17195
|
#
|
16928
17196
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html
|
@@ -17336,8 +17604,8 @@ module Aws::S3
|
|
17336
17604
|
# metadata: {
|
17337
17605
|
# "MetadataKey" => "MetadataValue",
|
17338
17606
|
# },
|
17339
|
-
# server_side_encryption: "AES256", # accepts AES256, aws:kms, aws:kms:dsse
|
17340
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
17607
|
+
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
17608
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
17341
17609
|
# website_redirect_location: "WebsiteRedirectLocation",
|
17342
17610
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
17343
17611
|
# sse_customer_key: "SSECustomerKey",
|
@@ -17363,7 +17631,7 @@ module Aws::S3
|
|
17363
17631
|
# resp.checksum_sha1 #=> String
|
17364
17632
|
# resp.checksum_sha256 #=> String
|
17365
17633
|
# resp.checksum_type #=> String, one of "COMPOSITE", "FULL_OBJECT"
|
17366
|
-
# resp.server_side_encryption #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
17634
|
+
# resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
17367
17635
|
# resp.version_id #=> String
|
17368
17636
|
# resp.sse_customer_algorithm #=> String
|
17369
17637
|
# resp.sse_customer_key_md5 #=> String
|
@@ -17479,7 +17747,10 @@ module Aws::S3
|
|
17479
17747
|
# Grantee Values
|
17480
17748
|
#
|
17481
17749
|
# : You can specify the person (grantee) to whom you're assigning
|
17482
|
-
# access rights (using request elements) in the following ways
|
17750
|
+
# access rights (using request elements) in the following ways. For
|
17751
|
+
# examples of how to specify these grantee values in JSON format, see
|
17752
|
+
# the Amazon Web Services CLI example in [ Enabling Amazon S3 server
|
17753
|
+
# access logging][6] in the *Amazon S3 User Guide*.
|
17483
17754
|
#
|
17484
17755
|
# * By the person's ID:
|
17485
17756
|
#
|
@@ -17535,9 +17806,9 @@ module Aws::S3
|
|
17535
17806
|
#
|
17536
17807
|
# The following operations are related to `PutObjectAcl`:
|
17537
17808
|
#
|
17538
|
-
# * [CopyObject][
|
17809
|
+
# * [CopyObject][7]
|
17539
17810
|
#
|
17540
|
-
# * [GetObject][
|
17811
|
+
# * [GetObject][8]
|
17541
17812
|
#
|
17542
17813
|
#
|
17543
17814
|
#
|
@@ -17546,8 +17817,9 @@ module Aws::S3
|
|
17546
17817
|
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html
|
17547
17818
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL
|
17548
17819
|
# [5]: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
|
17549
|
-
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/
|
17550
|
-
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/
|
17820
|
+
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html
|
17821
|
+
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html
|
17822
|
+
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html
|
17551
17823
|
#
|
17552
17824
|
# @option params [String] :acl
|
17553
17825
|
# The canned ACL to apply to the object. For more information, see
|
@@ -18433,6 +18705,179 @@ module Aws::S3
|
|
18433
18705
|
req.send_request(options)
|
18434
18706
|
end
|
18435
18707
|
|
18708
|
+
# Renames an existing object in a directory bucket that uses the S3
|
18709
|
+
# Express One Zone storage class. You can use `RenameObject` by
|
18710
|
+
# specifying an existing object’s name as the source and the new name of
|
18711
|
+
# the object as the destination within the same directory bucket.
|
18712
|
+
#
|
18713
|
+
# <note markdown="1"> `RenameObject` is only supported for objects stored in the S3 Express
|
18714
|
+
# One Zone storage class.
|
18715
|
+
#
|
18716
|
+
# </note>
|
18717
|
+
#
|
18718
|
+
# To prevent overwriting an object, you can use the `If-None-Match`
|
18719
|
+
# conditional header.
|
18720
|
+
#
|
18721
|
+
# * **If-None-Match** - Renames the object only if an object with the
|
18722
|
+
# specified name does not already exist in the directory bucket. If
|
18723
|
+
# you don't want to overwrite an existing object, you can add the
|
18724
|
+
# `If-None-Match` conditional header with the value `‘*’` in the
|
18725
|
+
# `RenameObject` request. Amazon S3 then returns a `412 Precondition
|
18726
|
+
# Failed` error if the object with the specified name already exists.
|
18727
|
+
# For more information, see [RFC 7232][1].
|
18728
|
+
#
|
18729
|
+
# ^
|
18730
|
+
#
|
18731
|
+
# Permissions
|
18732
|
+
#
|
18733
|
+
# : To grant access to the `RenameObject` operation on a directory
|
18734
|
+
# bucket, we recommend that you use the `CreateSession` operation for
|
18735
|
+
# session-based authorization. Specifically, you grant the
|
18736
|
+
# `s3express:CreateSession` permission to the directory bucket in a
|
18737
|
+
# bucket policy or an IAM identity-based policy. Then, you make the
|
18738
|
+
# `CreateSession` API call on the directory bucket to obtain a session
|
18739
|
+
# token. With the session token in your request header, you can make
|
18740
|
+
# API requests to this operation. After the session token expires, you
|
18741
|
+
# make another `CreateSession` API call to generate a new session
|
18742
|
+
# token for use. The Amazon Web Services CLI and SDKs will create and
|
18743
|
+
# manage your session including refreshing the session token
|
18744
|
+
# automatically to avoid service interruptions when a session expires.
|
18745
|
+
# In your bucket policy, you can specify the `s3express:SessionMode`
|
18746
|
+
# condition key to control who can create a `ReadWrite` or `ReadOnly`
|
18747
|
+
# session. A `ReadWrite` session is required for executing all the
|
18748
|
+
# Zonal endpoint API operations, including `RenameObject`. For more
|
18749
|
+
# information about authorization, see [ `CreateSession` ][2]. To
|
18750
|
+
# learn more about Zonal endpoint API operations, see [Authorizing
|
18751
|
+
# Zonal endpoint API operations with CreateSession][3] in the *Amazon
|
18752
|
+
# S3 User Guide*.
|
18753
|
+
#
|
18754
|
+
# HTTP Host header syntax
|
18755
|
+
#
|
18756
|
+
# : <b>Directory buckets </b> - The HTTP Host header syntax is `
|
18757
|
+
# Bucket-name.s3express-zone-id.region-code.amazonaws.com`.
|
18758
|
+
#
|
18759
|
+
#
|
18760
|
+
#
|
18761
|
+
# [1]: https://datatracker.ietf.org/doc/rfc7232/
|
18762
|
+
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html
|
18763
|
+
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-create-session.html
|
18764
|
+
#
|
18765
|
+
# @option params [required, String] :bucket
|
18766
|
+
# The bucket name of the directory bucket containing the object.
|
18767
|
+
#
|
18768
|
+
# You must use virtual-hosted-style requests in the format
|
18769
|
+
# `Bucket-name.s3express-zone-id.region-code.amazonaws.com`. Path-style
|
18770
|
+
# requests are not supported. Directory bucket names must be unique in
|
18771
|
+
# the chosen Availability Zone. Bucket names must follow the format
|
18772
|
+
# `bucket-base-name--zone-id--x-s3 ` (for example,
|
18773
|
+
# `amzn-s3-demo-bucket--usw2-az1--x-s3`). For information about bucket
|
18774
|
+
# naming restrictions, see [Directory bucket naming rules][1] in the
|
18775
|
+
# *Amazon S3 User Guide*.
|
18776
|
+
#
|
18777
|
+
#
|
18778
|
+
#
|
18779
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html
|
18780
|
+
#
|
18781
|
+
# @option params [required, String] :key
|
18782
|
+
# Key name of the object to rename.
|
18783
|
+
#
|
18784
|
+
# @option params [required, String] :rename_source
|
18785
|
+
# Specifies the source for the rename operation. The value must be URL
|
18786
|
+
# encoded.
|
18787
|
+
#
|
18788
|
+
# @option params [String] :destination_if_match
|
18789
|
+
# Renames the object only if the ETag (entity tag) value provided during
|
18790
|
+
# the operation matches the ETag of the object in S3. The `If-Match`
|
18791
|
+
# header field makes the request method conditional on ETags. If the
|
18792
|
+
# ETag values do not match, the operation returns a `412 Precondition
|
18793
|
+
# Failed` error.
|
18794
|
+
#
|
18795
|
+
# Expects the ETag value as a string.
|
18796
|
+
#
|
18797
|
+
# @option params [String] :destination_if_none_match
|
18798
|
+
# Renames the object only if the destination does not already exist in
|
18799
|
+
# the specified directory bucket. If the object does exist when you send
|
18800
|
+
# a request with `If-None-Match:*`, the S3 API will return a `412
|
18801
|
+
# Precondition Failed` error, preventing an overwrite. The
|
18802
|
+
# `If-None-Match` header prevents overwrites of existing data by
|
18803
|
+
# validating that there's not an object with the same key name already
|
18804
|
+
# in your directory bucket.
|
18805
|
+
#
|
18806
|
+
# Expects the `*` character (asterisk).
|
18807
|
+
#
|
18808
|
+
# @option params [Time,DateTime,Date,Integer,String] :destination_if_modified_since
|
18809
|
+
# Renames the object if the destination exists and if it has been
|
18810
|
+
# modified since the specified time.
|
18811
|
+
#
|
18812
|
+
# @option params [Time,DateTime,Date,Integer,String] :destination_if_unmodified_since
|
18813
|
+
# Renames the object if it hasn't been modified since the specified
|
18814
|
+
# time.
|
18815
|
+
#
|
18816
|
+
# @option params [String] :source_if_match
|
18817
|
+
# Renames the object if the source exists and if its entity tag (ETag)
|
18818
|
+
# matches the specified ETag.
|
18819
|
+
#
|
18820
|
+
# @option params [String] :source_if_none_match
|
18821
|
+
# Renames the object if the source exists and if its entity tag (ETag)
|
18822
|
+
# is different than the specified ETag. If an asterisk (`*`) character
|
18823
|
+
# is provided, the operation will fail and return a `412 Precondition
|
18824
|
+
# Failed` error.
|
18825
|
+
#
|
18826
|
+
# @option params [Time,DateTime,Date,Integer,String] :source_if_modified_since
|
18827
|
+
# Renames the object if the source exists and if it has been modified
|
18828
|
+
# since the specified time.
|
18829
|
+
#
|
18830
|
+
# @option params [Time,DateTime,Date,Integer,String] :source_if_unmodified_since
|
18831
|
+
# Renames the object if the source exists and hasn't been modified
|
18832
|
+
# since the specified time.
|
18833
|
+
#
|
18834
|
+
# @option params [String] :client_token
|
18835
|
+
# A unique string with a max of 64 ASCII characters in the ASCII range
|
18836
|
+
# of 33 - 126.
|
18837
|
+
#
|
18838
|
+
# <note markdown="1"> `RenameObject` supports idempotency using a client token. To make an
|
18839
|
+
# idempotent API request using `RenameObject`, specify a client token in
|
18840
|
+
# the request. You should not reuse the same client token for other API
|
18841
|
+
# requests. If you retry a request that completed successfully using the
|
18842
|
+
# same client token and the same parameters, the retry succeeds without
|
18843
|
+
# performing any further actions. If you retry a successful request
|
18844
|
+
# using the same client token, but one or more of the parameters are
|
18845
|
+
# different, the retry fails and an `IdempotentParameterMismatch` error
|
18846
|
+
# is returned.
|
18847
|
+
#
|
18848
|
+
# </note>
|
18849
|
+
#
|
18850
|
+
# **A suitable default value is auto-generated.** You should normally
|
18851
|
+
# not need to pass this option.**
|
18852
|
+
#
|
18853
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
18854
|
+
#
|
18855
|
+
# @example Request syntax with placeholder values
|
18856
|
+
#
|
18857
|
+
# resp = client.rename_object({
|
18858
|
+
# bucket: "BucketName", # required
|
18859
|
+
# key: "ObjectKey", # required
|
18860
|
+
# rename_source: "RenameSource", # required
|
18861
|
+
# destination_if_match: "IfMatch",
|
18862
|
+
# destination_if_none_match: "IfNoneMatch",
|
18863
|
+
# destination_if_modified_since: Time.now,
|
18864
|
+
# destination_if_unmodified_since: Time.now,
|
18865
|
+
# source_if_match: "RenameSourceIfMatch",
|
18866
|
+
# source_if_none_match: "RenameSourceIfNoneMatch",
|
18867
|
+
# source_if_modified_since: Time.now,
|
18868
|
+
# source_if_unmodified_since: Time.now,
|
18869
|
+
# client_token: "ClientToken",
|
18870
|
+
# })
|
18871
|
+
#
|
18872
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/RenameObject AWS API Documentation
|
18873
|
+
#
|
18874
|
+
# @overload rename_object(params = {})
|
18875
|
+
# @param [Hash] params ({})
|
18876
|
+
def rename_object(params = {}, options = {})
|
18877
|
+
req = build_request(:rename_object, params)
|
18878
|
+
req.send_request(options)
|
18879
|
+
end
|
18880
|
+
|
18436
18881
|
# <note markdown="1"> This operation is not supported for directory buckets.
|
18437
18882
|
#
|
18438
18883
|
# </note>
|
@@ -18763,7 +19208,7 @@ module Aws::S3
|
|
18763
19208
|
# bucket_name: "BucketName", # required
|
18764
19209
|
# prefix: "LocationPrefix", # required
|
18765
19210
|
# encryption: {
|
18766
|
-
# encryption_type: "AES256", # required, accepts AES256, aws:kms, aws:kms:dsse
|
19211
|
+
# encryption_type: "AES256", # required, accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
18767
19212
|
# kms_key_id: "SSEKMSKeyId",
|
18768
19213
|
# kms_context: "KMSContext",
|
18769
19214
|
# },
|
@@ -18794,7 +19239,7 @@ module Aws::S3
|
|
18794
19239
|
# value: "MetadataValue",
|
18795
19240
|
# },
|
18796
19241
|
# ],
|
18797
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
19242
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
18798
19243
|
# },
|
18799
19244
|
# },
|
18800
19245
|
# },
|
@@ -19687,7 +20132,7 @@ module Aws::S3
|
|
19687
20132
|
#
|
19688
20133
|
# @example Response structure
|
19689
20134
|
#
|
19690
|
-
# resp.server_side_encryption #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
20135
|
+
# resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
19691
20136
|
# resp.etag #=> String
|
19692
20137
|
# resp.checksum_crc32 #=> String
|
19693
20138
|
# resp.checksum_crc32c #=> String
|
@@ -20274,7 +20719,7 @@ module Aws::S3
|
|
20274
20719
|
# resp.copy_part_result.checksum_crc64nvme #=> String
|
20275
20720
|
# resp.copy_part_result.checksum_sha1 #=> String
|
20276
20721
|
# resp.copy_part_result.checksum_sha256 #=> String
|
20277
|
-
# resp.server_side_encryption #=> String, one of "AES256", "aws:kms", "aws:kms:dsse"
|
20722
|
+
# resp.server_side_encryption #=> String, one of "AES256", "aws:fsx", "aws:kms", "aws:kms:dsse"
|
20278
20723
|
# resp.sse_customer_algorithm #=> String
|
20279
20724
|
# resp.sse_customer_key_md5 #=> String
|
20280
20725
|
# resp.ssekms_key_id #=> String
|
@@ -20601,7 +21046,12 @@ module Aws::S3
|
|
20601
21046
|
#
|
20602
21047
|
# @option params [String] :server_side_encryption
|
20603
21048
|
# The server-side encryption algorithm used when storing requested
|
20604
|
-
# object in Amazon S3
|
21049
|
+
# object in Amazon S3 or Amazon FSx.
|
21050
|
+
#
|
21051
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3 access
|
21052
|
+
# points, the only valid server side encryption option is `aws:fsx`.
|
21053
|
+
#
|
21054
|
+
# </note>
|
20605
21055
|
#
|
20606
21056
|
# @option params [String] :sse_customer_algorithm
|
20607
21057
|
# Encryption algorithm used if server-side encryption with a
|
@@ -20685,11 +21135,11 @@ module Aws::S3
|
|
20685
21135
|
# replication_status: "COMPLETE", # accepts COMPLETE, PENDING, FAILED, REPLICA, COMPLETED
|
20686
21136
|
# request_charged: "requester", # accepts requester
|
20687
21137
|
# restore: "Restore",
|
20688
|
-
# server_side_encryption: "AES256", # accepts AES256, aws:kms, aws:kms:dsse
|
21138
|
+
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
20689
21139
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
20690
21140
|
# ssekms_key_id: "SSEKMSKeyId",
|
20691
21141
|
# sse_customer_key_md5: "SSECustomerKeyMD5",
|
20692
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
21142
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
20693
21143
|
# tag_count: 1,
|
20694
21144
|
# version_id: "ObjectVersionId",
|
20695
21145
|
# bucket_key_enabled: false,
|
@@ -20722,7 +21172,7 @@ module Aws::S3
|
|
20722
21172
|
tracer: tracer
|
20723
21173
|
)
|
20724
21174
|
context[:gem_name] = 'aws-sdk-s3'
|
20725
|
-
context[:gem_version] = '1.
|
21175
|
+
context[:gem_version] = '1.191.0'
|
20726
21176
|
Seahorse::Client::Request.new(handlers, context)
|
20727
21177
|
end
|
20728
21178
|
|