aws-sdk-s3 1.198.0 → 1.199.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-s3/client.rb +1 -1
- data/lib/aws-sdk-s3/types.rb +1 -1
- data/lib/aws-sdk-s3.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: ffda0f4ecb81969c1c783ca56f099b78bc0353a07874164983d1d39cedeaef64
|
4
|
+
data.tar.gz: f9ecf4f1772d4f071b4e845fc30095a57ebe3eacfa2d5e46219514e09a46e6bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6aac2b06b2fcc2e59b7f8264438098d40674cefb8399bfab2b775f284cabc14f82e9b124836fead306e102a20b400f789f192d34e7f388fcb83d4659a839c083
|
7
|
+
data.tar.gz: a22e4f47897670b4f83145c6ddc294ab3f5e1dc00d19596490fb653dcf8810d8e21a131c29b74c2a78863a54a3b4f6f006459dffa58cc046e61fc99f5bba997e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.199.0
|
data/lib/aws-sdk-s3/client.rb
CHANGED
@@ -21735,7 +21735,7 @@ module Aws::S3
|
|
21735
21735
|
tracer: tracer
|
21736
21736
|
)
|
21737
21737
|
context[:gem_name] = 'aws-sdk-s3'
|
21738
|
-
context[:gem_version] = '1.
|
21738
|
+
context[:gem_version] = '1.199.0'
|
21739
21739
|
Seahorse::Client::Request.new(handlers, context)
|
21740
21740
|
end
|
21741
21741
|
|
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -17198,7 +17198,7 @@ module Aws::S3
|
|
17198
17198
|
# record frame. To ensure continuous streaming of data, S3 Select
|
17199
17199
|
# might split the same record across multiple record frames instead of
|
17200
17200
|
# aggregating the results in memory. Some S3 clients (for example, the
|
17201
|
-
#
|
17201
|
+
# SDK for Java) handle this behavior by creating a `ByteStream` out of
|
17202
17202
|
# the response by default. Other clients might not handle this
|
17203
17203
|
# behavior by default. In those cases, you must aggregate the results
|
17204
17204
|
# on the client side and parse the response.
|
data/lib/aws-sdk-s3.rb
CHANGED