aws-sdk-s3 1.114.0 → 1.119.1

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.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +44 -0
  3. data/VERSION +1 -1
  4. data/lib/aws-sdk-s3/bucket.rb +1 -1
  5. data/lib/aws-sdk-s3/client.rb +169 -152
  6. data/lib/aws-sdk-s3/client_api.rb +189 -189
  7. data/lib/aws-sdk-s3/customizations/bucket.rb +20 -46
  8. data/lib/aws-sdk-s3/customizations/object.rb +4 -1
  9. data/lib/aws-sdk-s3/endpoint_parameters.rb +142 -0
  10. data/lib/aws-sdk-s3/endpoint_provider.rb +733 -0
  11. data/lib/aws-sdk-s3/endpoints.rb +2149 -0
  12. data/lib/aws-sdk-s3/multipart_stream_uploader.rb +36 -10
  13. data/lib/aws-sdk-s3/object_multipart_copier.rb +11 -5
  14. data/lib/aws-sdk-s3/plugins/accelerate.rb +3 -50
  15. data/lib/aws-sdk-s3/plugins/arn.rb +0 -184
  16. data/lib/aws-sdk-s3/plugins/bucket_dns.rb +3 -39
  17. data/lib/aws-sdk-s3/plugins/bucket_name_restrictions.rb +1 -6
  18. data/lib/aws-sdk-s3/plugins/dualstack.rb +1 -49
  19. data/lib/aws-sdk-s3/plugins/endpoints.rb +262 -0
  20. data/lib/aws-sdk-s3/plugins/expect_100_continue.rb +2 -1
  21. data/lib/aws-sdk-s3/plugins/iad_regional_endpoint.rb +0 -29
  22. data/lib/aws-sdk-s3/plugins/s3_signer.rb +27 -123
  23. data/lib/aws-sdk-s3/presigned_post.rb +9 -16
  24. data/lib/aws-sdk-s3/presigner.rb +20 -33
  25. data/lib/aws-sdk-s3/resource.rb +1 -1
  26. data/lib/aws-sdk-s3/types.rb +0 -3636
  27. data/lib/aws-sdk-s3.rb +5 -1
  28. metadata +8 -9
  29. data/lib/aws-sdk-s3/arn/access_point_arn.rb +0 -69
  30. data/lib/aws-sdk-s3/arn/multi_region_access_point_arn.rb +0 -68
  31. data/lib/aws-sdk-s3/arn/object_lambda_arn.rb +0 -69
  32. data/lib/aws-sdk-s3/arn/outpost_access_point_arn.rb +0 -74
  33. data/lib/aws-sdk-s3/plugins/object_lambda_endpoint.rb +0 -25
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc4ed3965895fd8f673f79e9c405d272cd281f2fee60e6f78a791a0743c981fe
4
- data.tar.gz: 2328ddf1594b50e642acfb659edc07fe02f35ad383948363699333e63e3b57ca
3
+ metadata.gz: d3b7c8aa05510b674a0aefd7478949c62381e8824f540f83cf8d9bb95f2efbc0
4
+ data.tar.gz: 26be05d50b6aa4592cc19999407bcf8c0bf48f9920117c2c4342c0cce2c91195
5
5
  SHA512:
6
- metadata.gz: d35e6bd7c43c29a3bb8b31b4094a89608fac6ed9b3b13fd4da5fa37419f573215290346214d1c62747add1f352b43c405afb2c4b7e187ce267def725aa8b2ff1
7
- data.tar.gz: b02f97001766edc02501290d135234ef99b45b54bf25560384887455a1f4dcec81b235aaa553e25e43cfe60c7cd8ef6a315ba44979b94fd0f6d2c2dc7a348404
6
+ metadata.gz: 3892aa27ece5614efc88c3912e689a15d523d5a582e320d3e0c15763c19507e55c1a097a737918ec7bf9d93214a0f6f558f1c88c99e4db8a45ed6b110b9c1bde
7
+ data.tar.gz: a87d46038da9524fbca4adb42bb6bfbd45da7feef3f64d7dbb085f567d6563184bb01f2c396488ecf88289d5862f47c5d2070e76e9a519bf51911bfe975c4208
data/CHANGELOG.md CHANGED
@@ -1,6 +1,50 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.119.1 (2023-02-13)
5
+ ------------------
6
+
7
+ * Issue - Ensure object metadata is not lost on multipart copy (#2821).
8
+
9
+ 1.119.0 (2023-01-26)
10
+ ------------------
11
+
12
+ * Feature - Allow FIPS to be used with path-style URLs.
13
+
14
+ 1.118.0 (2023-01-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
20
+
21
+ 1.117.2 (2022-11-30)
22
+ ------------------
23
+
24
+ * Issue - Return error messages from failures in threads in `MultipartStreamUploader` (#2793).
25
+
26
+ 1.117.1 (2022-10-26)
27
+ ------------------
28
+
29
+ * Issue - Fix custom endpoint and port regression with `presigned_url` (#2776).
30
+
31
+ 1.117.0 (2022-10-25)
32
+ ------------------
33
+
34
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
35
+
36
+ * Issue - Apply checksums to MultipartStreamUploader (#2769).
37
+
38
+ 1.116.0 (2022-10-21)
39
+ ------------------
40
+
41
+ * Feature - S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
42
+
43
+ 1.115.0 (2022-10-19)
44
+ ------------------
45
+
46
+ * Feature - Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
47
+
4
48
  1.114.0 (2022-05-03)
5
49
  ------------------
6
50
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.114.0
1
+ 1.119.1
@@ -223,7 +223,7 @@ module Aws::S3
223
223
  # bucket.create({
224
224
  # acl: "private", # accepts private, public-read, public-read-write, authenticated-read
225
225
  # create_bucket_configuration: {
226
- # location_constraint: "af-south-1", # accepts af-south-1, ap-east-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1, cn-north-1, cn-northwest-1, EU, eu-central-1, eu-north-1, eu-south-1, eu-west-1, eu-west-2, eu-west-3, me-south-1, sa-east-1, us-east-2, us-gov-east-1, us-gov-west-1, us-west-1, us-west-2
226
+ # location_constraint: "af-south-1", # accepts af-south-1, ap-east-1, ap-northeast-1, ap-northeast-2, ap-northeast-3, ap-south-1, ap-southeast-1, ap-southeast-2, ap-southeast-3, ca-central-1, cn-north-1, cn-northwest-1, EU, eu-central-1, eu-north-1, eu-south-1, eu-west-1, eu-west-2, eu-west-3, me-south-1, sa-east-1, us-east-2, us-gov-east-1, us-gov-west-1, us-west-1, us-west-2
227
227
  # },
228
228
  # grant_full_control: "GrantFullControl",
229
229
  # grant_read: "GrantRead",