aws-sdk-s3 1.190.0 → 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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +11 -4
- data/lib/aws-sdk-s3/client.rb +86 -46
- data/lib/aws-sdk-s3/object.rb +40 -12
- data/lib/aws-sdk-s3/object_summary.rb +34 -11
- data/lib/aws-sdk-s3/types.rb +123 -21
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/bucket.rbs +2 -2
- data/sig/client.rbs +26 -26
- data/sig/multipart_upload.rbs +1 -1
- data/sig/object.rbs +10 -10
- data/sig/object_summary.rbs +9 -9
- data/sig/types.rbs +29 -29
- metadata +1 -1
@@ -359,8 +359,8 @@ module Aws::S3
|
|
359
359
|
# },
|
360
360
|
# metadata_directive: "COPY", # accepts COPY, REPLACE
|
361
361
|
# tagging_directive: "COPY", # accepts COPY, REPLACE
|
362
|
-
# server_side_encryption: "AES256", # accepts AES256, aws:kms, aws:kms:dsse
|
363
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
362
|
+
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
363
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
364
364
|
# website_redirect_location: "WebsiteRedirectLocation",
|
365
365
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
366
366
|
# sse_customer_key: "SSECustomerKey",
|
@@ -750,6 +750,14 @@ module Aws::S3
|
|
750
750
|
# key is the same customer managed key that you specified for the
|
751
751
|
# directory bucket's default encryption configuration.
|
752
752
|
#
|
753
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data stored
|
754
|
+
# in Amazon FSx file systems using S3 access points, the only valid
|
755
|
+
# server side encryption option is `aws:fsx`. All Amazon FSx file
|
756
|
+
# systems have encryption configured by default and are encrypted at
|
757
|
+
# rest. Data is automatically encrypted before being written to the
|
758
|
+
# file system, and automatically decrypted as it is read. These
|
759
|
+
# processes are handled transparently by Amazon FSx.
|
760
|
+
#
|
753
761
|
#
|
754
762
|
#
|
755
763
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html
|
@@ -1448,8 +1456,8 @@ module Aws::S3
|
|
1448
1456
|
# metadata: {
|
1449
1457
|
# "MetadataKey" => "MetadataValue",
|
1450
1458
|
# },
|
1451
|
-
# server_side_encryption: "AES256", # accepts AES256, aws:kms, aws:kms:dsse
|
1452
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
1459
|
+
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
1460
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
1453
1461
|
# website_redirect_location: "WebsiteRedirectLocation",
|
1454
1462
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
1455
1463
|
# sse_customer_key: "SSECustomerKey",
|
@@ -1766,7 +1774,7 @@ module Aws::S3
|
|
1766
1774
|
# A map of metadata to store with the object in S3.
|
1767
1775
|
# @option options [String] :server_side_encryption
|
1768
1776
|
# The server-side encryption algorithm used when you store this object
|
1769
|
-
# in Amazon S3
|
1777
|
+
# in Amazon S3 or Amazon FSx.
|
1770
1778
|
#
|
1771
1779
|
# * <b>Directory buckets </b> - For directory buckets, there are only
|
1772
1780
|
# two supported options for server-side encryption: server-side
|
@@ -1808,6 +1816,14 @@ module Aws::S3
|
|
1808
1816
|
#
|
1809
1817
|
# </note>
|
1810
1818
|
#
|
1819
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data stored
|
1820
|
+
# in Amazon FSx file systems using S3 access points, the only valid
|
1821
|
+
# server side encryption option is `aws:fsx`. All Amazon FSx file
|
1822
|
+
# systems have encryption configured by default and are encrypted at
|
1823
|
+
# rest. Data is automatically encrypted before being written to the
|
1824
|
+
# file system, and automatically decrypted as it is read. These
|
1825
|
+
# processes are handled transparently by Amazon FSx.
|
1826
|
+
#
|
1811
1827
|
#
|
1812
1828
|
#
|
1813
1829
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html
|
@@ -2041,8 +2057,8 @@ module Aws::S3
|
|
2041
2057
|
# metadata: {
|
2042
2058
|
# "MetadataKey" => "MetadataValue",
|
2043
2059
|
# },
|
2044
|
-
# server_side_encryption: "AES256", # accepts AES256, aws:kms, aws:kms:dsse
|
2045
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
2060
|
+
# server_side_encryption: "AES256", # accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
2061
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
2046
2062
|
# website_redirect_location: "WebsiteRedirectLocation",
|
2047
2063
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
2048
2064
|
# sse_customer_key: "SSECustomerKey",
|
@@ -2352,8 +2368,7 @@ module Aws::S3
|
|
2352
2368
|
# A map of metadata to store with the object in S3.
|
2353
2369
|
# @option options [String] :server_side_encryption
|
2354
2370
|
# The server-side encryption algorithm that was used when you store this
|
2355
|
-
# object in Amazon S3
|
2356
|
-
# `aws:kms:dsse`).
|
2371
|
+
# object in Amazon S3 or Amazon FSx.
|
2357
2372
|
#
|
2358
2373
|
# * <b>General purpose buckets </b> - You have four mutually exclusive
|
2359
2374
|
# options to protect data using server-side encryption in Amazon S3,
|
@@ -2407,6 +2422,14 @@ module Aws::S3
|
|
2407
2422
|
#
|
2408
2423
|
# </note>
|
2409
2424
|
#
|
2425
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data stored
|
2426
|
+
# in Amazon FSx file systems using S3 access points, the only valid
|
2427
|
+
# server side encryption option is `aws:fsx`. All Amazon FSx file
|
2428
|
+
# systems have encryption configured by default and are encrypted at
|
2429
|
+
# rest. Data is automatically encrypted before being written to the
|
2430
|
+
# file system, and automatically decrypted as it is read. These
|
2431
|
+
# processes are handled transparently by Amazon FSx.
|
2432
|
+
#
|
2410
2433
|
#
|
2411
2434
|
#
|
2412
2435
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html
|
@@ -2679,7 +2702,7 @@ module Aws::S3
|
|
2679
2702
|
# bucket_name: "BucketName", # required
|
2680
2703
|
# prefix: "LocationPrefix", # required
|
2681
2704
|
# encryption: {
|
2682
|
-
# encryption_type: "AES256", # required, accepts AES256, aws:kms, aws:kms:dsse
|
2705
|
+
# encryption_type: "AES256", # required, accepts AES256, aws:fsx, aws:kms, aws:kms:dsse
|
2683
2706
|
# kms_key_id: "SSEKMSKeyId",
|
2684
2707
|
# kms_context: "KMSContext",
|
2685
2708
|
# },
|
@@ -2710,7 +2733,7 @@ module Aws::S3
|
|
2710
2733
|
# value: "MetadataValue",
|
2711
2734
|
# },
|
2712
2735
|
# ],
|
2713
|
-
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE
|
2736
|
+
# storage_class: "STANDARD", # accepts STANDARD, REDUCED_REDUNDANCY, STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER, DEEP_ARCHIVE, OUTPOSTS, GLACIER_IR, SNOW, EXPRESS_ONEZONE, FSX_OPENZFS
|
2714
2737
|
# },
|
2715
2738
|
# },
|
2716
2739
|
# },
|
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -945,7 +945,13 @@ module Aws::S3
|
|
945
945
|
#
|
946
946
|
# @!attribute [rw] server_side_encryption
|
947
947
|
# The server-side encryption algorithm used when storing this object
|
948
|
-
# in Amazon S3
|
948
|
+
# in Amazon S3.
|
949
|
+
#
|
950
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
951
|
+
# access points, the only valid server side encryption option is
|
952
|
+
# `aws:fsx`.
|
953
|
+
#
|
954
|
+
# </note>
|
949
955
|
# @return [String]
|
950
956
|
#
|
951
957
|
# @!attribute [rw] version_id
|
@@ -1481,7 +1487,13 @@ module Aws::S3
|
|
1481
1487
|
#
|
1482
1488
|
# @!attribute [rw] server_side_encryption
|
1483
1489
|
# The server-side encryption algorithm used when you store this object
|
1484
|
-
# in Amazon S3
|
1490
|
+
# in Amazon S3 or Amazon FSx.
|
1491
|
+
#
|
1492
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
1493
|
+
# access points, the only valid server side encryption option is
|
1494
|
+
# `aws:fsx`.
|
1495
|
+
#
|
1496
|
+
# </note>
|
1485
1497
|
# @return [String]
|
1486
1498
|
#
|
1487
1499
|
# @!attribute [rw] sse_customer_algorithm
|
@@ -2038,6 +2050,14 @@ module Aws::S3
|
|
2038
2050
|
# key is the same customer managed key that you specified for the
|
2039
2051
|
# directory bucket's default encryption configuration.
|
2040
2052
|
#
|
2053
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data
|
2054
|
+
# stored in Amazon FSx file systems using S3 access points, the only
|
2055
|
+
# valid server side encryption option is `aws:fsx`. All Amazon FSx
|
2056
|
+
# file systems have encryption configured by default and are
|
2057
|
+
# encrypted at rest. Data is automatically encrypted before being
|
2058
|
+
# written to the file system, and automatically decrypted as it is
|
2059
|
+
# read. These processes are handled transparently by Amazon FSx.
|
2060
|
+
#
|
2041
2061
|
#
|
2042
2062
|
#
|
2043
2063
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html
|
@@ -2912,7 +2932,13 @@ module Aws::S3
|
|
2912
2932
|
#
|
2913
2933
|
# @!attribute [rw] server_side_encryption
|
2914
2934
|
# The server-side encryption algorithm used when you store this object
|
2915
|
-
# in Amazon S3
|
2935
|
+
# in Amazon S3 or Amazon FSx.
|
2936
|
+
#
|
2937
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
2938
|
+
# access points, the only valid server side encryption option is
|
2939
|
+
# `aws:fsx`.
|
2940
|
+
#
|
2941
|
+
# </note>
|
2916
2942
|
# @return [String]
|
2917
2943
|
#
|
2918
2944
|
# @!attribute [rw] sse_customer_algorithm
|
@@ -3380,7 +3406,7 @@ module Aws::S3
|
|
3380
3406
|
#
|
3381
3407
|
# @!attribute [rw] server_side_encryption
|
3382
3408
|
# The server-side encryption algorithm used when you store this object
|
3383
|
-
# in Amazon S3
|
3409
|
+
# in Amazon S3 or Amazon FSx.
|
3384
3410
|
#
|
3385
3411
|
# * <b>Directory buckets </b> - For directory buckets, there are only
|
3386
3412
|
# two supported options for server-side encryption: server-side
|
@@ -3423,6 +3449,14 @@ module Aws::S3
|
|
3423
3449
|
#
|
3424
3450
|
# </note>
|
3425
3451
|
#
|
3452
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data
|
3453
|
+
# stored in Amazon FSx file systems using S3 access points, the only
|
3454
|
+
# valid server side encryption option is `aws:fsx`. All Amazon FSx
|
3455
|
+
# file systems have encryption configured by default and are
|
3456
|
+
# encrypted at rest. Data is automatically encrypted before being
|
3457
|
+
# written to the file system, and automatically decrypted as it is
|
3458
|
+
# read. These processes are handled transparently by Amazon FSx.
|
3459
|
+
#
|
3426
3460
|
#
|
3427
3461
|
#
|
3428
3462
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html
|
@@ -3689,6 +3723,12 @@ module Aws::S3
|
|
3689
3723
|
# @!attribute [rw] server_side_encryption
|
3690
3724
|
# The server-side encryption algorithm used when you store objects in
|
3691
3725
|
# the directory bucket.
|
3726
|
+
#
|
3727
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
3728
|
+
# access points, the only valid server side encryption option is
|
3729
|
+
# `aws:fsx`.
|
3730
|
+
#
|
3731
|
+
# </note>
|
3692
3732
|
# @return [String]
|
3693
3733
|
#
|
3694
3734
|
# @!attribute [rw] ssekms_key_id
|
@@ -3753,6 +3793,14 @@ module Aws::S3
|
|
3753
3793
|
# SSE-S3. For more information, see [Protecting data with server-side
|
3754
3794
|
# encryption][1] in the *Amazon S3 User Guide*.
|
3755
3795
|
#
|
3796
|
+
# <b>S3 access points for Amazon FSx </b> - When accessing data stored
|
3797
|
+
# in Amazon FSx file systems using S3 access points, the only valid
|
3798
|
+
# server side encryption option is `aws:fsx`. All Amazon FSx file
|
3799
|
+
# systems have encryption configured by default and are encrypted at
|
3800
|
+
# rest. Data is automatically encrypted before being written to the
|
3801
|
+
# file system, and automatically decrypted as it is read. These
|
3802
|
+
# processes are handled transparently by Amazon FSx.
|
3803
|
+
#
|
3756
3804
|
#
|
3757
3805
|
#
|
3758
3806
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html
|
@@ -7763,7 +7811,13 @@ module Aws::S3
|
|
7763
7811
|
#
|
7764
7812
|
# @!attribute [rw] server_side_encryption
|
7765
7813
|
# The server-side encryption algorithm used when you store this object
|
7766
|
-
# in Amazon S3.
|
7814
|
+
# in Amazon S3 or Amazon FSx.
|
7815
|
+
#
|
7816
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
7817
|
+
# access points, the only valid server side encryption option is
|
7818
|
+
# `aws:fsx`.
|
7819
|
+
#
|
7820
|
+
# </note>
|
7767
7821
|
# @return [String]
|
7768
7822
|
#
|
7769
7823
|
# @!attribute [rw] metadata
|
@@ -9011,7 +9065,13 @@ module Aws::S3
|
|
9011
9065
|
#
|
9012
9066
|
# @!attribute [rw] server_side_encryption
|
9013
9067
|
# The server-side encryption algorithm used when you store this object
|
9014
|
-
# in Amazon S3
|
9068
|
+
# in Amazon S3 or Amazon FSx.
|
9069
|
+
#
|
9070
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
9071
|
+
# access points, the only valid server side encryption option is
|
9072
|
+
# `aws:fsx`.
|
9073
|
+
#
|
9074
|
+
# </note>
|
9015
9075
|
# @return [String]
|
9016
9076
|
#
|
9017
9077
|
# @!attribute [rw] metadata
|
@@ -10130,9 +10190,16 @@ module Aws::S3
|
|
10130
10190
|
# `Filter` is required if the `LifecycleRule` does not contain a
|
10131
10191
|
# `Prefix` element.
|
10132
10192
|
#
|
10193
|
+
# For more information about `Tag` filters, see [Adding filters to
|
10194
|
+
# Lifecycle rules][1] in the *Amazon S3 User Guide*.
|
10195
|
+
#
|
10133
10196
|
# <note markdown="1"> `Tag` filters are not supported for directory buckets.
|
10134
10197
|
#
|
10135
10198
|
# </note>
|
10199
|
+
#
|
10200
|
+
#
|
10201
|
+
#
|
10202
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-filters.html
|
10136
10203
|
# @return [Types::LifecycleRuleFilter]
|
10137
10204
|
#
|
10138
10205
|
# @!attribute [rw] status
|
@@ -15197,7 +15264,13 @@ module Aws::S3
|
|
15197
15264
|
#
|
15198
15265
|
# @!attribute [rw] server_side_encryption
|
15199
15266
|
# The server-side encryption algorithm used when you store this object
|
15200
|
-
# in Amazon S3.
|
15267
|
+
# in Amazon S3 or Amazon FSx.
|
15268
|
+
#
|
15269
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
15270
|
+
# access points, the only valid server side encryption option is
|
15271
|
+
# `aws:fsx`.
|
15272
|
+
#
|
15273
|
+
# </note>
|
15201
15274
|
# @return [String]
|
15202
15275
|
#
|
15203
15276
|
# @!attribute [rw] version_id
|
@@ -15709,8 +15782,7 @@ module Aws::S3
|
|
15709
15782
|
#
|
15710
15783
|
# @!attribute [rw] server_side_encryption
|
15711
15784
|
# The server-side encryption algorithm that was used when you store
|
15712
|
-
# this object in Amazon S3
|
15713
|
-
# `aws:kms:dsse`).
|
15785
|
+
# this object in Amazon S3 or Amazon FSx.
|
15714
15786
|
#
|
15715
15787
|
# * <b>General purpose buckets </b> - You have four mutually exclusive
|
15716
15788
|
# options to protect data using server-side encryption in Amazon S3,
|
@@ -15765,6 +15837,14 @@ module Aws::S3
|
|
15765
15837
|
#
|
15766
15838
|
# </note>
|
15767
15839
|
#
|
15840
|
+
# * <b>S3 access points for Amazon FSx </b> - When accessing data
|
15841
|
+
# stored in Amazon FSx file systems using S3 access points, the only
|
15842
|
+
# valid server side encryption option is `aws:fsx`. All Amazon FSx
|
15843
|
+
# file systems have encryption configured by default and are
|
15844
|
+
# encrypted at rest. Data is automatically encrypted before being
|
15845
|
+
# written to the file system, and automatically decrypted as it is
|
15846
|
+
# read. These processes are handled transparently by Amazon FSx.
|
15847
|
+
#
|
15768
15848
|
#
|
15769
15849
|
#
|
15770
15850
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html
|
@@ -16642,15 +16722,19 @@ module Aws::S3
|
|
16642
16722
|
#
|
16643
16723
|
# @!attribute [rw] client_token
|
16644
16724
|
# A unique string with a max of 64 ASCII characters in the ASCII range
|
16645
|
-
# of 33 - 126.
|
16646
|
-
#
|
16647
|
-
#
|
16648
|
-
#
|
16649
|
-
#
|
16650
|
-
#
|
16651
|
-
#
|
16652
|
-
#
|
16653
|
-
#
|
16725
|
+
# of 33 - 126.
|
16726
|
+
#
|
16727
|
+
# <note markdown="1"> `RenameObject` supports idempotency using a client token. To make an
|
16728
|
+
# idempotent API request using `RenameObject`, specify a client token
|
16729
|
+
# in the request. You should not reuse the same client token for other
|
16730
|
+
# API requests. If you retry a request that completed successfully
|
16731
|
+
# using the same client token and the same parameters, the retry
|
16732
|
+
# succeeds without performing any further actions. If you retry a
|
16733
|
+
# successful request using the same client token, but one or more of
|
16734
|
+
# the parameters are different, the retry fails and an
|
16735
|
+
# `IdempotentParameterMismatch` error is returned.
|
16736
|
+
#
|
16737
|
+
# </note>
|
16654
16738
|
#
|
16655
16739
|
# **A suitable default value is auto-generated.** You should normally
|
16656
16740
|
# not need to pass this option.
|
@@ -18390,7 +18474,13 @@ module Aws::S3
|
|
18390
18474
|
#
|
18391
18475
|
# @!attribute [rw] server_side_encryption
|
18392
18476
|
# The server-side encryption algorithm used when you store this object
|
18393
|
-
# in Amazon S3
|
18477
|
+
# in Amazon S3 or Amazon FSx.
|
18478
|
+
#
|
18479
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
18480
|
+
# access points, the only valid server side encryption option is
|
18481
|
+
# `aws:fsx`.
|
18482
|
+
#
|
18483
|
+
# </note>
|
18394
18484
|
# @return [String]
|
18395
18485
|
#
|
18396
18486
|
# @!attribute [rw] sse_customer_algorithm
|
@@ -18788,7 +18878,13 @@ module Aws::S3
|
|
18788
18878
|
|
18789
18879
|
# @!attribute [rw] server_side_encryption
|
18790
18880
|
# The server-side encryption algorithm used when you store this object
|
18791
|
-
# in Amazon S3
|
18881
|
+
# in Amazon S3 or Amazon FSx.
|
18882
|
+
#
|
18883
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
18884
|
+
# access points, the only valid server side encryption option is
|
18885
|
+
# `aws:fsx`.
|
18886
|
+
#
|
18887
|
+
# </note>
|
18792
18888
|
# @return [String]
|
18793
18889
|
#
|
18794
18890
|
# @!attribute [rw] etag
|
@@ -19521,7 +19617,13 @@ module Aws::S3
|
|
19521
19617
|
#
|
19522
19618
|
# @!attribute [rw] server_side_encryption
|
19523
19619
|
# The server-side encryption algorithm used when storing requested
|
19524
|
-
# object in Amazon S3
|
19620
|
+
# object in Amazon S3 or Amazon FSx.
|
19621
|
+
#
|
19622
|
+
# <note markdown="1"> When accessing data stored in Amazon FSx file systems using S3
|
19623
|
+
# access points, the only valid server side encryption option is
|
19624
|
+
# `aws:fsx`.
|
19625
|
+
#
|
19626
|
+
# </note>
|
19525
19627
|
# @return [String]
|
19526
19628
|
#
|
19527
19629
|
# @!attribute [rw] sse_customer_algorithm
|
data/lib/aws-sdk-s3.rb
CHANGED
data/sig/bucket.rbs
CHANGED
@@ -123,8 +123,8 @@ module Aws
|
|
123
123
|
key: ::String,
|
124
124
|
?write_offset_bytes: ::Integer,
|
125
125
|
?metadata: Hash[::String, ::String],
|
126
|
-
?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
|
127
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
|
126
|
+
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
127
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
128
128
|
?website_redirect_location: ::String,
|
129
129
|
?sse_customer_algorithm: ::String,
|
130
130
|
?sse_customer_key: ::String,
|
data/sig/client.rbs
CHANGED
@@ -120,7 +120,7 @@ module Aws
|
|
120
120
|
def checksum_sha1: () -> ::String
|
121
121
|
def checksum_sha256: () -> ::String
|
122
122
|
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
123
|
-
def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
|
123
|
+
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
124
124
|
def version_id: () -> ::String
|
125
125
|
def ssekms_key_id: () -> ::String
|
126
126
|
def bucket_key_enabled: () -> bool
|
@@ -167,7 +167,7 @@ module Aws
|
|
167
167
|
def expiration: () -> ::String
|
168
168
|
def copy_source_version_id: () -> ::String
|
169
169
|
def version_id: () -> ::String
|
170
|
-
def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
|
170
|
+
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
171
171
|
def sse_customer_algorithm: () -> ::String
|
172
172
|
def sse_customer_key_md5: () -> ::String
|
173
173
|
def ssekms_key_id: () -> ::String
|
@@ -199,8 +199,8 @@ module Aws
|
|
199
199
|
?metadata: Hash[::String, ::String],
|
200
200
|
?metadata_directive: ("COPY" | "REPLACE"),
|
201
201
|
?tagging_directive: ("COPY" | "REPLACE"),
|
202
|
-
?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
|
203
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
|
202
|
+
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
203
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
204
204
|
?website_redirect_location: ::String,
|
205
205
|
?sse_customer_algorithm: ::String,
|
206
206
|
?sse_customer_key: ::String,
|
@@ -272,7 +272,7 @@ module Aws
|
|
272
272
|
def bucket: () -> ::String
|
273
273
|
def key: () -> ::String
|
274
274
|
def upload_id: () -> ::String
|
275
|
-
def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
|
275
|
+
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
276
276
|
def sse_customer_algorithm: () -> ::String
|
277
277
|
def sse_customer_key_md5: () -> ::String
|
278
278
|
def ssekms_key_id: () -> ::String
|
@@ -298,8 +298,8 @@ module Aws
|
|
298
298
|
?grant_write_acp: ::String,
|
299
299
|
key: ::String,
|
300
300
|
?metadata: Hash[::String, ::String],
|
301
|
-
?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
|
302
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
|
301
|
+
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
302
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
303
303
|
?website_redirect_location: ::String,
|
304
304
|
?sse_customer_algorithm: ::String,
|
305
305
|
?sse_customer_key: ::String,
|
@@ -320,7 +320,7 @@ module Aws
|
|
320
320
|
|
321
321
|
interface _CreateSessionResponseSuccess
|
322
322
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateSessionOutput]
|
323
|
-
def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
|
323
|
+
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
324
324
|
def ssekms_key_id: () -> ::String
|
325
325
|
def ssekms_encryption_context: () -> ::String
|
326
326
|
def bucket_key_enabled: () -> bool
|
@@ -330,7 +330,7 @@ module Aws
|
|
330
330
|
def create_session: (
|
331
331
|
?session_mode: ("ReadOnly" | "ReadWrite"),
|
332
332
|
bucket: ::String,
|
333
|
-
?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
|
333
|
+
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
334
334
|
?ssekms_key_id: ::String,
|
335
335
|
?ssekms_encryption_context: ::String,
|
336
336
|
?bucket_key_enabled: bool
|
@@ -806,13 +806,13 @@ module Aws
|
|
806
806
|
def expires: () -> ::Time
|
807
807
|
def expires_string: () -> ::String
|
808
808
|
def website_redirect_location: () -> ::String
|
809
|
-
def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
|
809
|
+
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
810
810
|
def metadata: () -> ::Hash[::String, ::String]
|
811
811
|
def sse_customer_algorithm: () -> ::String
|
812
812
|
def sse_customer_key_md5: () -> ::String
|
813
813
|
def ssekms_key_id: () -> ::String
|
814
814
|
def bucket_key_enabled: () -> bool
|
815
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
|
815
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
816
816
|
def request_charged: () -> ("requester")
|
817
817
|
def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
|
818
818
|
def parts_count: () -> ::Integer
|
@@ -872,7 +872,7 @@ module Aws
|
|
872
872
|
def etag: () -> ::String
|
873
873
|
def checksum: () -> Types::Checksum
|
874
874
|
def object_parts: () -> Types::GetObjectAttributesParts
|
875
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
|
875
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
876
876
|
def object_size: () -> ::Integer
|
877
877
|
end
|
878
878
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Client.html#get_object_attributes-instance_method
|
@@ -1011,13 +1011,13 @@ module Aws
|
|
1011
1011
|
def expires: () -> ::Time
|
1012
1012
|
def expires_string: () -> ::String
|
1013
1013
|
def website_redirect_location: () -> ::String
|
1014
|
-
def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
|
1014
|
+
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
1015
1015
|
def metadata: () -> ::Hash[::String, ::String]
|
1016
1016
|
def sse_customer_algorithm: () -> ::String
|
1017
1017
|
def sse_customer_key_md5: () -> ::String
|
1018
1018
|
def ssekms_key_id: () -> ::String
|
1019
1019
|
def bucket_key_enabled: () -> bool
|
1020
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
|
1020
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
1021
1021
|
def request_charged: () -> ("requester")
|
1022
1022
|
def replication_status: () -> ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED")
|
1023
1023
|
def parts_count: () -> ::Integer
|
@@ -1276,7 +1276,7 @@ module Aws
|
|
1276
1276
|
def parts: () -> ::Array[Types::Part]
|
1277
1277
|
def initiator: () -> Types::Initiator
|
1278
1278
|
def owner: () -> Types::Owner
|
1279
|
-
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")
|
1279
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
1280
1280
|
def request_charged: () -> ("requester")
|
1281
1281
|
def checksum_algorithm: () -> ("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME")
|
1282
1282
|
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
@@ -1410,7 +1410,7 @@ module Aws
|
|
1410
1410
|
rules: Array[
|
1411
1411
|
{
|
1412
1412
|
apply_server_side_encryption_by_default: {
|
1413
|
-
sse_algorithm: ("AES256" | "aws:kms" | "aws:kms:dsse"),
|
1413
|
+
sse_algorithm: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
1414
1414
|
kms_master_key_id: ::String?
|
1415
1415
|
}?,
|
1416
1416
|
bucket_key_enabled: bool?
|
@@ -1824,7 +1824,7 @@ module Aws
|
|
1824
1824
|
destination: {
|
1825
1825
|
bucket: ::String,
|
1826
1826
|
account: ::String?,
|
1827
|
-
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")?,
|
1827
|
+
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")?,
|
1828
1828
|
access_control_translation: {
|
1829
1829
|
owner: ("Destination")
|
1830
1830
|
}?,
|
@@ -1944,7 +1944,7 @@ module Aws
|
|
1944
1944
|
def checksum_sha1: () -> ::String
|
1945
1945
|
def checksum_sha256: () -> ::String
|
1946
1946
|
def checksum_type: () -> ("COMPOSITE" | "FULL_OBJECT")
|
1947
|
-
def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
|
1947
|
+
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
1948
1948
|
def version_id: () -> ::String
|
1949
1949
|
def sse_customer_algorithm: () -> ::String
|
1950
1950
|
def sse_customer_key_md5: () -> ::String
|
@@ -1982,8 +1982,8 @@ module Aws
|
|
1982
1982
|
key: ::String,
|
1983
1983
|
?write_offset_bytes: ::Integer,
|
1984
1984
|
?metadata: Hash[::String, ::String],
|
1985
|
-
?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
|
1986
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
|
1985
|
+
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
1986
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
1987
1987
|
?website_redirect_location: ::String,
|
1988
1988
|
?sse_customer_algorithm: ::String,
|
1989
1989
|
?sse_customer_key: ::String,
|
@@ -2220,7 +2220,7 @@ module Aws
|
|
2220
2220
|
bucket_name: ::String,
|
2221
2221
|
prefix: ::String,
|
2222
2222
|
encryption: {
|
2223
|
-
encryption_type: ("AES256" | "aws:kms" | "aws:kms:dsse"),
|
2223
|
+
encryption_type: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
2224
2224
|
kms_key_id: ::String?,
|
2225
2225
|
kms_context: ::String?
|
2226
2226
|
}?,
|
@@ -2251,7 +2251,7 @@ module Aws
|
|
2251
2251
|
value: ::String?
|
2252
2252
|
},
|
2253
2253
|
]?,
|
2254
|
-
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE")?
|
2254
|
+
storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")?
|
2255
2255
|
}?
|
2256
2256
|
}?
|
2257
2257
|
},
|
@@ -2316,7 +2316,7 @@ module Aws
|
|
2316
2316
|
|
2317
2317
|
interface _UploadPartResponseSuccess
|
2318
2318
|
include ::Seahorse::Client::_ResponseSuccess[Types::UploadPartOutput]
|
2319
|
-
def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
|
2319
|
+
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
2320
2320
|
def etag: () -> ::String
|
2321
2321
|
def checksum_crc32: () -> ::String
|
2322
2322
|
def checksum_crc32c: () -> ::String
|
@@ -2356,7 +2356,7 @@ module Aws
|
|
2356
2356
|
include ::Seahorse::Client::_ResponseSuccess[Types::UploadPartCopyOutput]
|
2357
2357
|
def copy_source_version_id: () -> ::String
|
2358
2358
|
def copy_part_result: () -> Types::CopyPartResult
|
2359
|
-
def server_side_encryption: () -> ("AES256" | "aws:kms" | "aws:kms:dsse")
|
2359
|
+
def server_side_encryption: () -> ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse")
|
2360
2360
|
def sse_customer_algorithm: () -> ::String
|
2361
2361
|
def sse_customer_key_md5: () -> ::String
|
2362
2362
|
def ssekms_key_id: () -> ::String
|
@@ -2422,11 +2422,11 @@ module Aws
|
|
2422
2422
|
?replication_status: ("COMPLETE" | "PENDING" | "FAILED" | "REPLICA" | "COMPLETED"),
|
2423
2423
|
?request_charged: ("requester"),
|
2424
2424
|
?restore: ::String,
|
2425
|
-
?server_side_encryption: ("AES256" | "aws:kms" | "aws:kms:dsse"),
|
2425
|
+
?server_side_encryption: ("AES256" | "aws:fsx" | "aws:kms" | "aws:kms:dsse"),
|
2426
2426
|
?sse_customer_algorithm: ::String,
|
2427
2427
|
?ssekms_key_id: ::String,
|
2428
2428
|
?sse_customer_key_md5: ::String,
|
2429
|
-
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE"),
|
2429
|
+
?storage_class: ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS"),
|
2430
2430
|
?tag_count: ::Integer,
|
2431
2431
|
?version_id: ::String,
|
2432
2432
|
?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")
|
36
|
+
def storage_class: () -> ("STANDARD" | "REDUCED_REDUNDANCY" | "STANDARD_IA" | "ONEZONE_IA" | "INTELLIGENT_TIERING" | "GLACIER" | "DEEP_ARCHIVE" | "OUTPOSTS" | "GLACIER_IR" | "SNOW" | "EXPRESS_ONEZONE" | "FSX_OPENZFS")
|
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
|