aws-sdk-s3 1.130.0 → 1.151.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 +139 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/access_grants_credentials.rb +57 -0
- data/lib/aws-sdk-s3/access_grants_credentials_provider.rb +241 -0
- data/lib/aws-sdk-s3/bucket.rb +424 -81
- data/lib/aws-sdk-s3/bucket_acl.rb +9 -9
- data/lib/aws-sdk-s3/bucket_cors.rb +12 -12
- data/lib/aws-sdk-s3/bucket_lifecycle.rb +12 -12
- data/lib/aws-sdk-s3/bucket_lifecycle_configuration.rb +12 -12
- data/lib/aws-sdk-s3/bucket_logging.rb +16 -9
- data/lib/aws-sdk-s3/bucket_notification.rb +3 -3
- data/lib/aws-sdk-s3/bucket_policy.rb +58 -14
- data/lib/aws-sdk-s3/bucket_region_cache.rb +9 -5
- data/lib/aws-sdk-s3/bucket_request_payment.rb +9 -9
- data/lib/aws-sdk-s3/bucket_tagging.rb +12 -12
- data/lib/aws-sdk-s3/bucket_versioning.rb +27 -27
- data/lib/aws-sdk-s3/bucket_website.rb +12 -12
- data/lib/aws-sdk-s3/client.rb +5784 -2609
- data/lib/aws-sdk-s3/client_api.rb +114 -18
- data/lib/aws-sdk-s3/customizations/errors.rb +15 -2
- data/lib/aws-sdk-s3/customizations/object.rb +55 -0
- data/lib/aws-sdk-s3/customizations.rb +8 -0
- data/lib/aws-sdk-s3/endpoint_parameters.rb +36 -0
- data/lib/aws-sdk-s3/endpoint_provider.rb +110 -252
- data/lib/aws-sdk-s3/endpoints.rb +440 -0
- data/lib/aws-sdk-s3/express_credentials.rb +55 -0
- data/lib/aws-sdk-s3/express_credentials_provider.rb +59 -0
- data/lib/aws-sdk-s3/file_downloader.rb +142 -21
- data/lib/aws-sdk-s3/multipart_file_uploader.rb +4 -4
- data/lib/aws-sdk-s3/multipart_stream_uploader.rb +5 -4
- data/lib/aws-sdk-s3/multipart_upload.rb +69 -16
- data/lib/aws-sdk-s3/multipart_upload_part.rb +160 -35
- data/lib/aws-sdk-s3/object.rb +1504 -235
- data/lib/aws-sdk-s3/object_acl.rb +29 -15
- data/lib/aws-sdk-s3/object_multipart_copier.rb +10 -8
- data/lib/aws-sdk-s3/object_summary.rb +1367 -254
- data/lib/aws-sdk-s3/object_version.rb +297 -42
- data/lib/aws-sdk-s3/plugins/access_grants.rb +108 -0
- data/lib/aws-sdk-s3/plugins/endpoints.rb +14 -2
- data/lib/aws-sdk-s3/plugins/express_session_auth.rb +91 -0
- data/lib/aws-sdk-s3/plugins/location_constraint.rb +3 -1
- data/lib/aws-sdk-s3/plugins/md5s.rb +2 -1
- data/lib/aws-sdk-s3/plugins/s3_signer.rb +7 -2
- data/lib/aws-sdk-s3/presigner.rb +4 -2
- data/lib/aws-sdk-s3/resource.rb +83 -11
- data/lib/aws-sdk-s3/types.rb +4529 -1361
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/bucket.rbs +212 -0
- data/sig/bucket_acl.rbs +78 -0
- data/sig/bucket_cors.rbs +69 -0
- data/sig/bucket_lifecycle.rbs +88 -0
- data/sig/bucket_lifecycle_configuration.rbs +111 -0
- data/sig/bucket_logging.rbs +76 -0
- data/sig/bucket_notification.rbs +114 -0
- data/sig/bucket_policy.rbs +59 -0
- data/sig/bucket_request_payment.rbs +54 -0
- data/sig/bucket_tagging.rbs +65 -0
- data/sig/bucket_versioning.rbs +77 -0
- data/sig/bucket_website.rbs +93 -0
- data/sig/client.rbs +2362 -0
- data/sig/customizations/bucket.rbs +19 -0
- data/sig/customizations/object.rbs +38 -0
- data/sig/customizations/object_summary.rbs +35 -0
- data/sig/errors.rbs +34 -0
- data/sig/multipart_upload.rbs +110 -0
- data/sig/multipart_upload_part.rbs +105 -0
- data/sig/object.rbs +436 -0
- data/sig/object_acl.rbs +86 -0
- data/sig/object_summary.rbs +334 -0
- data/sig/object_version.rbs +131 -0
- data/sig/resource.rbs +126 -0
- data/sig/types.rbs +2562 -0
- data/sig/waiters.rbs +83 -0
- metadata +43 -11
@@ -55,6 +55,16 @@ module Aws::S3
|
|
55
55
|
#
|
56
56
|
# @return [Boolean]
|
57
57
|
#
|
58
|
+
# @!attribute key
|
59
|
+
# The S3 Key used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 Key.
|
60
|
+
#
|
61
|
+
# @return [String]
|
62
|
+
#
|
63
|
+
# @!attribute prefix
|
64
|
+
# The S3 Prefix used to send the request. This is an optional parameter that will be set automatically for operations that are scoped to an S3 Prefix.
|
65
|
+
#
|
66
|
+
# @return [String]
|
67
|
+
#
|
58
68
|
# @!attribute disable_access_points
|
59
69
|
# Internal parameter to disable Access Point Buckets
|
60
70
|
#
|
@@ -70,6 +80,16 @@ module Aws::S3
|
|
70
80
|
#
|
71
81
|
# @return [Boolean]
|
72
82
|
#
|
83
|
+
# @!attribute use_s3_express_control_endpoint
|
84
|
+
# Internal parameter to indicate whether S3Express operation should use control plane, (ex. CreateBucket)
|
85
|
+
#
|
86
|
+
# @return [Boolean]
|
87
|
+
#
|
88
|
+
# @!attribute disable_s3_express_session_auth
|
89
|
+
# Parameter to indicate whether S3Express session auth should be disabled
|
90
|
+
#
|
91
|
+
# @return [Boolean]
|
92
|
+
#
|
73
93
|
EndpointParameters = Struct.new(
|
74
94
|
:bucket,
|
75
95
|
:region,
|
@@ -80,9 +100,13 @@ module Aws::S3
|
|
80
100
|
:accelerate,
|
81
101
|
:use_global_endpoint,
|
82
102
|
:use_object_lambda_endpoint,
|
103
|
+
:key,
|
104
|
+
:prefix,
|
83
105
|
:disable_access_points,
|
84
106
|
:disable_multi_region_access_points,
|
85
107
|
:use_arn_region,
|
108
|
+
:use_s3_express_control_endpoint,
|
109
|
+
:disable_s3_express_session_auth,
|
86
110
|
) do
|
87
111
|
include Aws::Structure
|
88
112
|
|
@@ -98,9 +122,13 @@ module Aws::S3
|
|
98
122
|
'Accelerate' => :accelerate,
|
99
123
|
'UseGlobalEndpoint' => :use_global_endpoint,
|
100
124
|
'UseObjectLambdaEndpoint' => :use_object_lambda_endpoint,
|
125
|
+
'Key' => :key,
|
126
|
+
'Prefix' => :prefix,
|
101
127
|
'DisableAccessPoints' => :disable_access_points,
|
102
128
|
'DisableMultiRegionAccessPoints' => :disable_multi_region_access_points,
|
103
129
|
'UseArnRegion' => :use_arn_region,
|
130
|
+
'UseS3ExpressControlEndpoint' => :use_s3_express_control_endpoint,
|
131
|
+
'DisableS3ExpressSessionAuth' => :disable_s3_express_session_auth,
|
104
132
|
}.freeze
|
105
133
|
end
|
106
134
|
|
@@ -119,6 +147,10 @@ module Aws::S3
|
|
119
147
|
end
|
120
148
|
self[:endpoint] = options[:endpoint]
|
121
149
|
self[:force_path_style] = options[:force_path_style]
|
150
|
+
self[:force_path_style] = false if self[:force_path_style].nil?
|
151
|
+
if self[:force_path_style].nil?
|
152
|
+
raise ArgumentError, "Missing required EndpointParameter: :force_path_style"
|
153
|
+
end
|
122
154
|
self[:accelerate] = options[:accelerate]
|
123
155
|
self[:accelerate] = false if self[:accelerate].nil?
|
124
156
|
if self[:accelerate].nil?
|
@@ -130,6 +162,8 @@ module Aws::S3
|
|
130
162
|
raise ArgumentError, "Missing required EndpointParameter: :use_global_endpoint"
|
131
163
|
end
|
132
164
|
self[:use_object_lambda_endpoint] = options[:use_object_lambda_endpoint]
|
165
|
+
self[:key] = options[:key]
|
166
|
+
self[:prefix] = options[:prefix]
|
133
167
|
self[:disable_access_points] = options[:disable_access_points]
|
134
168
|
self[:disable_multi_region_access_points] = options[:disable_multi_region_access_points]
|
135
169
|
self[:disable_multi_region_access_points] = false if self[:disable_multi_region_access_points].nil?
|
@@ -137,6 +171,8 @@ module Aws::S3
|
|
137
171
|
raise ArgumentError, "Missing required EndpointParameter: :disable_multi_region_access_points"
|
138
172
|
end
|
139
173
|
self[:use_arn_region] = options[:use_arn_region]
|
174
|
+
self[:use_s3_express_control_endpoint] = options[:use_s3_express_control_endpoint]
|
175
|
+
self[:disable_s3_express_session_auth] = options[:disable_s3_express_session_auth]
|
140
176
|
end
|
141
177
|
end
|
142
178
|
end
|