aws-sdk-s3 1.189.1 → 1.192.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +43 -4
- data/lib/aws-sdk-s3/client.rb +535 -61
- data/lib/aws-sdk-s3/client_api.rb +46 -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/resource.rb +6 -0
- data/lib/aws-sdk-s3/types.rb +406 -25
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/bucket.rbs +12 -3
- data/sig/client.rbs +63 -30
- 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/resource.rbs +7 -1
- data/sig/types.rbs +60 -29
- 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: 23259fcd620d496a54a2a21910f0337c022fad8a9c58ecac0193256750e9869d
|
4
|
+
data.tar.gz: a77fd5c124fb109a19445022ddf3d27f2cc1c440261cf63b28e5f573014e880a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a1f96d0d9beaf29981949fad5946254de31b2ac7250c5dae3ff45a23b17bd44b291974bf099c68502dedcdf0dfe78be1b1661888fcffb6aae65a73c9a724fd0
|
7
|
+
data.tar.gz: 0cc9c0c573f5827620a5c179b83ffdaeec3edd540623374dd2b33b701545f45292e83452c7ac5541f268f4a5dd46c7b564e63fadd565488f2dbdf887cc49da7b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.192.0 (2025-07-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations
|
8
|
+
|
9
|
+
1.191.0 (2025-06-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds support for additional server-side encryption mode and storage class values for accessing Amazon FSx data from Amazon S3 using S3 Access Points
|
13
|
+
|
14
|
+
1.190.0 (2025-06-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added support for renaming objects within the same bucket using the new RenameObject API.
|
18
|
+
|
4
19
|
1.189.1 (2025-06-10)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.192.0
|
data/lib/aws-sdk-s3/bucket.rb
CHANGED
@@ -49,6 +49,23 @@ module Aws::S3
|
|
49
49
|
data[:bucket_region]
|
50
50
|
end
|
51
51
|
|
52
|
+
# The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely
|
53
|
+
# identify Amazon Web Services resources across all of Amazon Web
|
54
|
+
# Services.
|
55
|
+
#
|
56
|
+
# <note markdown="1"> This parameter is only supported for S3 directory buckets. For more
|
57
|
+
# information, see [Using tags with directory buckets][1].
|
58
|
+
#
|
59
|
+
# </note>
|
60
|
+
#
|
61
|
+
#
|
62
|
+
#
|
63
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html
|
64
|
+
# @return [String]
|
65
|
+
def bucket_arn
|
66
|
+
data[:bucket_arn]
|
67
|
+
end
|
68
|
+
|
52
69
|
# @!endgroup
|
53
70
|
|
54
71
|
# @return [Client]
|
@@ -246,6 +263,12 @@ module Aws::S3
|
|
246
263
|
# data_redundancy: "SingleAvailabilityZone", # accepts SingleAvailabilityZone, SingleLocalZone
|
247
264
|
# type: "Directory", # accepts Directory
|
248
265
|
# },
|
266
|
+
# tags: [
|
267
|
+
# {
|
268
|
+
# key: "ObjectKey", # required
|
269
|
+
# value: "Value", # required
|
270
|
+
# },
|
271
|
+
# ],
|
249
272
|
# },
|
250
273
|
# grant_full_control: "GrantFullControl",
|
251
274
|
# grant_read: "GrantRead",
|
@@ -521,8 +544,8 @@ module Aws::S3
|
|
521
544
|
# metadata: {
|
522
545
|
# "MetadataKey" => "MetadataValue",
|
523
546
|
# },
|
524
|
-
# server_side_encryption: "AES256", # accepts AES256, aws:kms, aws:kms:dsse
|
525
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
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
|
526
549
|
# website_redirect_location: "WebsiteRedirectLocation",
|
527
550
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
528
551
|
# sse_customer_key: "SSECustomerKey",
|
@@ -834,8 +857,7 @@ module Aws::S3
|
|
834
857
|
# A map of metadata to store with the object in S3.
|
835
858
|
# @option options [String] :server_side_encryption
|
836
859
|
# The server-side encryption algorithm that was used when you store this
|
837
|
-
# object in Amazon S3
|
838
|
-
# `aws:kms:dsse`).
|
860
|
+
# object in Amazon S3 or Amazon FSx.
|
839
861
|
#
|
840
862
|
# * <b>General purpose buckets </b> - You have four mutually exclusive
|
841
863
|
# options to protect data using server-side encryption in Amazon S3,
|
@@ -889,6 +911,14 @@ module Aws::S3
|
|
889
911
|
#
|
890
912
|
# </note>
|
891
913
|
#
|
914
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data stored
|
915
|
+
# in Amazon FSx file systems using S3 access points, the only valid
|
916
|
+
# server side encryption option is `aws:fsx`. All Amazon FSx file
|
917
|
+
# systems have encryption configured by default and are encrypted at
|
918
|
+
# rest. Data is automatically encrypted before being written to the
|
919
|
+
# file system, and automatically decrypted as it is read. These
|
920
|
+
# processes are handled transparently by Amazon FSx.
|
921
|
+
#
|
892
922
|
#
|
893
923
|
#
|
894
924
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html
|
@@ -1176,6 +1206,9 @@ module Aws::S3
|
|
1176
1206
|
# beginning of the key. The keys that are grouped under `CommonPrefixes`
|
1177
1207
|
# result element are not returned elsewhere in the response.
|
1178
1208
|
#
|
1209
|
+
# `CommonPrefixes` is filtered out from results if it is not
|
1210
|
+
# lexicographically greater than the key-marker.
|
1211
|
+
#
|
1179
1212
|
# <note markdown="1"> **Directory buckets** - For directory buckets, `/` is the only
|
1180
1213
|
# supported delimiter.
|
1181
1214
|
#
|
@@ -1332,6 +1365,9 @@ module Aws::S3
|
|
1332
1365
|
# in `CommonPrefixes`. These groups are counted as one result against
|
1333
1366
|
# the `max-keys` limitation. These keys are not returned elsewhere in
|
1334
1367
|
# the response.
|
1368
|
+
#
|
1369
|
+
# `CommonPrefixes` is filtered out from results if it is not
|
1370
|
+
# lexicographically greater than the key-marker.
|
1335
1371
|
# @option options [String] :encoding_type
|
1336
1372
|
# Encoding type used by Amazon S3 to encode the [object keys][1] in the
|
1337
1373
|
# response. Responses are encoded only in UTF-8. An object key can
|
@@ -1427,6 +1463,9 @@ module Aws::S3
|
|
1427
1463
|
# @option options [String] :delimiter
|
1428
1464
|
# A delimiter is a character that you use to group keys.
|
1429
1465
|
#
|
1466
|
+
# `CommonPrefixes` is filtered out from results if it is not
|
1467
|
+
# lexicographically greater than the `StartAfter` value.
|
1468
|
+
#
|
1430
1469
|
# <note markdown="1"> * **Directory buckets** - For directory buckets, `/` is the only
|
1431
1470
|
# supported delimiter.
|
1432
1471
|
#
|