aws-sdk-s3 1.182.0 → 1.183.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3266d24c11f6499b7372ca6e5ebcb22f444c292ab9c9b35e22d05b80f56c0e43
4
- data.tar.gz: 06ddf6610aa82ac9953076588e609cffe852a34c9325950e90a36b1e19a72a1c
3
+ metadata.gz: dbdeba0e195d705c2511bd1bad0a8d4f373ad6021fb7bb88ffb9459a3c6f0379
4
+ data.tar.gz: c5d3088ace20927301861759f5741b32945da841b1323a198e9bfb253b68f9f2
5
5
  SHA512:
6
- metadata.gz: 25a1a9cfd1f6e022587c487eed3bdd434adb3f0fba1d1279988d607e9fdf397764d33b7c7d3785355a70b800d417d057b2026c4f5590188c6da06f476af16450
7
- data.tar.gz: 4c49d1153ab59ad2f15818588be71547ed7ba37d31798966ea1130ca6ff5d234139954738b9210003f94c29bd07926fdebcaa7192db466b743924a7f1581801f
6
+ metadata.gz: 046c96cab161b3dfb49dc810d1a5153efeb04a3eb21b2026ae4de04f7f41a66eceae8a34a629a644012e50aedc17266ff95ec3af2dde904ef66a77c2580a8355
7
+ data.tar.gz: 82ba3b7b86ea0055ce00befb7fa8113e1a4012af0d49d246bfa4458ff0b9811cddd3fbf74d4f8831c115a5dc57bf96cdb949b40e5a9c35a5af2e2dc26eea0f96
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.183.0 (2025-03-31)
5
+ ------------------
6
+
7
+ * Feature - Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones
8
+
4
9
  1.182.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.182.0
1
+ 1.183.0
@@ -903,8 +903,9 @@ module Aws::S3
903
903
  # a different Storage Class. For more information, see [Storage
904
904
  # Classes][1] in the *Amazon S3 User Guide*.
905
905
  #
906
- # <note markdown="1"> * For directory buckets, only the S3 Express One Zone storage class is
907
- # supported to store newly created objects.
906
+ # <note markdown="1"> * Directory buckets only support `EXPRESS_ONEZONE` (the S3 Express One
907
+ # Zone storage class) in Availability Zones and `ONEZONE_IA` (the S3
908
+ # One Zone-Infrequent Access storage class) in Dedicated Local Zones.
908
909
  #
909
910
  # * Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.
910
911
  #