aws-sdk-transfer 1.136.0 → 1.137.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transfer/client.rb +2 -2
- data/lib/aws-sdk-transfer.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80bc8881b559dd7feaddd0ac14ed32aaaac793bc27300d39c788dd0c831fce1b
|
|
4
|
+
data.tar.gz: 1aea4c305a941e8e5f68f25b067401c7913b40f0b4208d8731f7d1ad93d12115
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5598c3dda240df6c29e55da4cc2f34289c300a4b1ddf9624f5d7d1f956183d457513935157d146e9544167c79e345737c3cc2986faa66c7d740633a68ae1f87a
|
|
7
|
+
data.tar.gz: 34ca3c78db57edc9ac8362416cbb0f9a4c8fa70bca2b51420e6b41aac11f636a4dac11fd0e2b35a5a87f025164f9988b314772e7a717b10c6c3d1ad18ae04071
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.137.0 (2026-04-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This launch will increase the limits for customers to list the contents from the remote directories from 10k to 200k.
|
|
8
|
+
|
|
4
9
|
1.136.0 (2026-04-24)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.137.0
|
|
@@ -4025,7 +4025,7 @@ module Aws::Transfer
|
|
|
4025
4025
|
# of the items contained in the remote directory or not. If your
|
|
4026
4026
|
# `Truncated` output value is true, you can increase the value
|
|
4027
4027
|
# provided in the optional `max-items` input attribute to be able to
|
|
4028
|
-
# list more items (up to the maximum allowed list size of
|
|
4028
|
+
# list more items (up to the maximum allowed list size of 200,000
|
|
4029
4029
|
# items).
|
|
4030
4030
|
#
|
|
4031
4031
|
# @option params [required, String] :connector_id
|
|
@@ -5771,7 +5771,7 @@ module Aws::Transfer
|
|
|
5771
5771
|
tracer: tracer
|
|
5772
5772
|
)
|
|
5773
5773
|
context[:gem_name] = 'aws-sdk-transfer'
|
|
5774
|
-
context[:gem_version] = '1.
|
|
5774
|
+
context[:gem_version] = '1.137.0'
|
|
5775
5775
|
Seahorse::Client::Request.new(handlers, context)
|
|
5776
5776
|
end
|
|
5777
5777
|
|
data/lib/aws-sdk-transfer.rb
CHANGED