aws-sdk-s3control 1.70.0 → 1.72.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +586 -5
- data/lib/aws-sdk-s3control/client_api.rb +274 -0
- data/lib/aws-sdk-s3control/endpoints.rb +160 -0
- data/lib/aws-sdk-s3control/plugins/endpoints.rb +16 -0
- data/lib/aws-sdk-s3control/types.rb +620 -15
- data/lib/aws-sdk-s3control.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 72e0a76ce65d4403ef740774640baa9c8e99fd21c2dc086173894ee862c1efb3
|
4
|
+
data.tar.gz: 77f75af8964bdc769d38746d74b9f04b4436f33189a3c8c8e11415bc7104cce0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0e9e3cbb067da22946d79584d3ca941fa49fde7e5317d6f65979cc7933a0e6b82cf58a8b0d7a154818bf02054836dd90aa2b1e70a418dec73fb6e30ac4eb7b8
|
7
|
+
data.tar.gz: 38236b061af28ac3dd04428390fcd3438833f3ed5a85b8954923e466801179559644dde8b0391541911af30012b27639f189d9ebd6483ec1b2a5444d6e8074e0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.72.0 (2023-11-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon S3 Batch Operations now manages buckets or prefixes in a single step.
|
8
|
+
|
9
|
+
1.71.0 (2023-11-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add 5 APIs to create, update, get, list, delete S3 Storage Lens group(eg. CreateStorageLensGroup), 3 APIs for tagging(TagResource,UntagResource,ListTagsForResource), and update to StorageLensConfiguration to allow metrics to be aggregated on Storage Lens groups.
|
13
|
+
|
4
14
|
1.70.0 (2023-09-27)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.72.0
|