aws-sdk-s3 1.86.2 → 1.116.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 +913 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-s3/arn/access_point_arn.rb +19 -12
- data/lib/aws-sdk-s3/arn/multi_region_access_point_arn.rb +68 -0
- data/lib/aws-sdk-s3/arn/object_lambda_arn.rb +69 -0
- data/lib/aws-sdk-s3/arn/outpost_access_point_arn.rb +15 -12
- data/lib/aws-sdk-s3/bucket.rb +145 -47
- data/lib/aws-sdk-s3/bucket_acl.rb +27 -8
- data/lib/aws-sdk-s3/bucket_cors.rb +28 -11
- data/lib/aws-sdk-s3/bucket_lifecycle.rb +30 -11
- data/lib/aws-sdk-s3/bucket_lifecycle_configuration.rb +31 -9
- data/lib/aws-sdk-s3/bucket_logging.rb +24 -8
- data/lib/aws-sdk-s3/bucket_notification.rb +21 -9
- data/lib/aws-sdk-s3/bucket_policy.rb +26 -9
- data/lib/aws-sdk-s3/bucket_request_payment.rb +26 -10
- data/lib/aws-sdk-s3/bucket_tagging.rb +26 -9
- data/lib/aws-sdk-s3/bucket_versioning.rb +67 -16
- data/lib/aws-sdk-s3/bucket_website.rb +26 -9
- data/lib/aws-sdk-s3/client.rb +3633 -1862
- data/lib/aws-sdk-s3/client_api.rb +546 -116
- data/lib/aws-sdk-s3/customizations/bucket.rb +8 -3
- data/lib/aws-sdk-s3/customizations/object.rb +116 -18
- data/lib/aws-sdk-s3/encryption/client.rb +1 -1
- data/lib/aws-sdk-s3/encryption/decrypt_handler.rb +0 -4
- data/lib/aws-sdk-s3/encryptionV2/client.rb +1 -1
- data/lib/aws-sdk-s3/encryptionV2/decrypt_handler.rb +0 -4
- data/lib/aws-sdk-s3/encryptionV2/default_cipher_provider.rb +3 -3
- data/lib/aws-sdk-s3/encryptionV2/encrypt_handler.rb +0 -4
- data/lib/aws-sdk-s3/errors.rb +1 -1
- data/lib/aws-sdk-s3/event_streams.rb +1 -1
- data/lib/aws-sdk-s3/file_downloader.rb +7 -2
- data/lib/aws-sdk-s3/file_uploader.rb +8 -3
- data/lib/aws-sdk-s3/multipart_file_uploader.rb +26 -7
- data/lib/aws-sdk-s3/multipart_upload.rb +133 -19
- data/lib/aws-sdk-s3/multipart_upload_part.rb +141 -21
- data/lib/aws-sdk-s3/object.rb +391 -130
- data/lib/aws-sdk-s3/object_acl.rb +30 -11
- data/lib/aws-sdk-s3/object_summary.rb +243 -115
- data/lib/aws-sdk-s3/object_version.rb +80 -53
- data/lib/aws-sdk-s3/plugins/accelerate.rb +13 -4
- data/lib/aws-sdk-s3/plugins/arn.rb +125 -58
- data/lib/aws-sdk-s3/plugins/bucket_dns.rb +1 -1
- data/lib/aws-sdk-s3/plugins/dualstack.rb +33 -32
- data/lib/aws-sdk-s3/plugins/expect_100_continue.rb +2 -1
- data/lib/aws-sdk-s3/plugins/get_bucket_location_fix.rb +1 -1
- data/lib/aws-sdk-s3/plugins/iad_regional_endpoint.rb +17 -11
- data/lib/aws-sdk-s3/plugins/md5s.rb +5 -3
- data/lib/aws-sdk-s3/plugins/object_lambda_endpoint.rb +25 -0
- data/lib/aws-sdk-s3/plugins/s3_signer.rb +55 -28
- data/lib/aws-sdk-s3/plugins/skip_whole_multipart_get_checksums.rb +31 -0
- data/lib/aws-sdk-s3/plugins/streaming_retry.rb +23 -2
- data/lib/aws-sdk-s3/presigned_post.rb +38 -19
- data/lib/aws-sdk-s3/presigner.rb +33 -30
- data/lib/aws-sdk-s3/resource.rb +24 -4
- data/lib/aws-sdk-s3/types.rb +3777 -1306
- data/lib/aws-sdk-s3/waiters.rb +1 -1
- data/lib/aws-sdk-s3.rb +2 -2
- metadata +20 -14
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -203,9 +203,9 @@ module Aws::S3
|
|
203
203
|
# })
|
204
204
|
# @param [Hash] options ({})
|
205
205
|
# @option options [String] :expected_bucket_owner
|
206
|
-
# The account
|
207
|
-
# a different account, the request
|
208
|
-
#
|
206
|
+
# The account ID of the expected bucket owner. If the bucket is owned by
|
207
|
+
# a different account, the request fails with the HTTP status code `403
|
208
|
+
# Forbidden` (access denied).
|
209
209
|
# @return [EmptyStructure]
|
210
210
|
def delete(options = {})
|
211
211
|
options = options.merge(bucket: @bucket_name)
|
@@ -217,6 +217,7 @@ module Aws::S3
|
|
217
217
|
#
|
218
218
|
# bucket_website.put({
|
219
219
|
# content_md5: "ContentMD5",
|
220
|
+
# checksum_algorithm: "CRC32", # accepts CRC32, CRC32C, SHA1, SHA256
|
220
221
|
# website_configuration: { # required
|
221
222
|
# error_document: {
|
222
223
|
# key: "ObjectKey", # required
|
@@ -252,18 +253,34 @@ module Aws::S3
|
|
252
253
|
# header as a message integrity check to verify that the request body
|
253
254
|
# was not corrupted in transit. For more information, see [RFC 1864][1].
|
254
255
|
#
|
255
|
-
# For requests made using the
|
256
|
-
# SDKs, this field is calculated
|
256
|
+
# For requests made using the Amazon Web Services Command Line Interface
|
257
|
+
# (CLI) or Amazon Web Services SDKs, this field is calculated
|
258
|
+
# automatically.
|
257
259
|
#
|
258
260
|
#
|
259
261
|
#
|
260
262
|
# [1]: http://www.ietf.org/rfc/rfc1864.txt
|
263
|
+
# @option options [String] :checksum_algorithm
|
264
|
+
# Indicates the algorithm used to create the checksum for the object
|
265
|
+
# when using the SDK. This header will not provide any additional
|
266
|
+
# functionality if not using the SDK. When sending this header, there
|
267
|
+
# must be a corresponding `x-amz-checksum` or `x-amz-trailer` header
|
268
|
+
# sent. Otherwise, Amazon S3 fails the request with the HTTP status code
|
269
|
+
# `400 Bad Request`. For more information, see [Checking object
|
270
|
+
# integrity][1] in the *Amazon S3 User Guide*.
|
271
|
+
#
|
272
|
+
# If you provide an individual checksum, Amazon S3 ignores any provided
|
273
|
+
# `ChecksumAlgorithm` parameter.
|
274
|
+
#
|
275
|
+
#
|
276
|
+
#
|
277
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html
|
261
278
|
# @option options [required, Types::WebsiteConfiguration] :website_configuration
|
262
279
|
# Container for the request.
|
263
280
|
# @option options [String] :expected_bucket_owner
|
264
|
-
# The account
|
265
|
-
# a different account, the request
|
266
|
-
#
|
281
|
+
# The account ID of the expected bucket owner. If the bucket is owned by
|
282
|
+
# a different account, the request fails with the HTTP status code `403
|
283
|
+
# Forbidden` (access denied).
|
267
284
|
# @return [EmptyStructure]
|
268
285
|
def put(options = {})
|
269
286
|
options = options.merge(bucket: @bucket_name)
|