aws-sdk-s3 1.96.2 → 1.97.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.rb +1 -1
- data/lib/aws-sdk-s3/client.rb +1 -1
- data/lib/aws-sdk-s3/encryption/decrypt_handler.rb +2 -2
- data/lib/aws-sdk-s3/encryptionV2/decrypt_handler.rb +2 -2
- data/lib/aws-sdk-s3/encryptionV2/encrypt_handler.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7992ca22a28ca2a1b417c8fc6f49a519b57f63919fa2aed36d480a07ae957dc5
|
|
4
|
+
data.tar.gz: d9d4af305bad8afada398e44bfb684137a9c630ba39ef9cebd51839c21e516b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc4a654f87fe337ce42a746697f00ea030a7b87f8ef714a16e034f7358a834d6017237ecea6051a9ee14815e8169e344ce29ca32d934152bb657e4ffff883b63
|
|
7
|
+
data.tar.gz: 3a00aa2bd35429a82cb4bb6a7dcd70d5493c9163c2de53467b413a64d0ffa3a6d9f416ec769fdad9fc774e144e7ab46ec256016d73e6877ac2b37dbc2f6d0338
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.97.0
|
data/lib/aws-sdk-s3.rb
CHANGED
data/lib/aws-sdk-s3/client.rb
CHANGED
|
@@ -13919,7 +13919,7 @@ module Aws::S3
|
|
|
13919
13919
|
params: params,
|
|
13920
13920
|
config: config)
|
|
13921
13921
|
context[:gem_name] = 'aws-sdk-s3'
|
|
13922
|
-
context[:gem_version] = '1.
|
|
13922
|
+
context[:gem_version] = '1.97.0'
|
|
13923
13923
|
Seahorse::Client::Request.new(handlers, context)
|
|
13924
13924
|
end
|
|
13925
13925
|
|
|
@@ -165,8 +165,8 @@ module Aws
|
|
|
165
165
|
# to initialize the cipher, and the decrypter truncates the
|
|
166
166
|
# auth tag from the body when writing the final bytes.
|
|
167
167
|
def authenticated_decrypter(context, cipher, envelope)
|
|
168
|
-
if RUBY_VERSION.match(
|
|
169
|
-
|
|
168
|
+
if RUBY_VERSION.match(/^1.9/)
|
|
169
|
+
msg = 'authenticated decryption not supported by OpenSSL in Ruby version ~> 1.9'
|
|
170
170
|
raise Aws::Errors::NonSupportedRubyVersionError, msg
|
|
171
171
|
end
|
|
172
172
|
http_resp = context.http_response
|
|
@@ -166,8 +166,8 @@ module Aws
|
|
|
166
166
|
# to initialize the cipher, and the decrypter truncates the
|
|
167
167
|
# auth tag from the body when writing the final bytes.
|
|
168
168
|
def authenticated_decrypter(context, cipher, envelope)
|
|
169
|
-
if RUBY_VERSION.match(
|
|
170
|
-
|
|
169
|
+
if RUBY_VERSION.match(/^1.9/)
|
|
170
|
+
msg = 'authenticated decryption not supported by OpenSSL in Ruby version ~> 1.9'
|
|
171
171
|
raise Aws::Errors::NonSupportedRubyVersionError, msg
|
|
172
172
|
end
|
|
173
173
|
http_resp = context.http_response
|
|
@@ -9,7 +9,7 @@ module Aws
|
|
|
9
9
|
class EncryptHandler < Seahorse::Client::Handler
|
|
10
10
|
|
|
11
11
|
def call(context)
|
|
12
|
-
if RUBY_VERSION.match(
|
|
12
|
+
if RUBY_VERSION.match(/^1.9/)
|
|
13
13
|
raise "authenticated encryption not supported by OpenSSL in Ruby version ~> 1.9"
|
|
14
14
|
raise Aws::Errors::NonSupportedRubyVersionError, msg
|
|
15
15
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-s3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.97.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-07-
|
|
11
|
+
date: 2021-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-kms
|
|
@@ -47,7 +47,7 @@ dependencies:
|
|
|
47
47
|
version: '3'
|
|
48
48
|
- - ">="
|
|
49
49
|
- !ruby/object:Gem::Version
|
|
50
|
-
version: 3.
|
|
50
|
+
version: 3.118.0
|
|
51
51
|
type: :runtime
|
|
52
52
|
prerelease: false
|
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -57,7 +57,7 @@ dependencies:
|
|
|
57
57
|
version: '3'
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 3.
|
|
60
|
+
version: 3.118.0
|
|
61
61
|
description: Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).
|
|
62
62
|
This gem is part of the AWS SDK for Ruby.
|
|
63
63
|
email:
|