aws-sdk-s3 1.165.0 → 1.166.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 -3
- data/lib/aws-sdk-s3.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23940562598b8073e4e1e7fb5f300a75ccedfa51af9fba10603af1537c2e50e9
|
|
4
|
+
data.tar.gz: b741a11a7fe934ae6b0e5e263a99075191296916b8aceecbfdeecaa57ec10bf1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1442957d392d64949c12f0c9f8e6f409c90486538987aa4d9d5e738b4065e050104761522bcd8a38b413ca3bf554e6e328b0cbf3f43d4f79440c7e339162c4d2
|
|
7
|
+
data.tar.gz: e415e5c21aa9e5942b353e84372fbccb727e76deb7f3ecc4124a2ad4a680b856e1988f950e0ba7c5468102a269aa3b47214d5777a172004f789525a27d5eff3c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.166.0
|
data/lib/aws-sdk-s3/client.rb
CHANGED
|
@@ -57,8 +57,6 @@ require 'aws-sdk-s3/plugins/streaming_retry.rb'
|
|
|
57
57
|
require 'aws-sdk-s3/plugins/url_encoded_keys.rb'
|
|
58
58
|
require 'aws-sdk-core/plugins/event_stream_configuration.rb'
|
|
59
59
|
|
|
60
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:s3)
|
|
61
|
-
|
|
62
60
|
module Aws::S3
|
|
63
61
|
# An API client for S3. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
64
62
|
#
|
|
@@ -19814,7 +19812,7 @@ module Aws::S3
|
|
|
19814
19812
|
tracer: tracer
|
|
19815
19813
|
)
|
|
19816
19814
|
context[:gem_name] = 'aws-sdk-s3'
|
|
19817
|
-
context[:gem_version] = '1.
|
|
19815
|
+
context[:gem_version] = '1.166.0'
|
|
19818
19816
|
Seahorse::Client::Request.new(handlers, context)
|
|
19819
19817
|
end
|
|
19820
19818
|
|
data/lib/aws-sdk-s3.rb
CHANGED
|
@@ -12,6 +12,8 @@ require 'aws-sdk-kms'
|
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
require 'aws-sdk-core'
|
|
14
14
|
|
|
15
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:s3)
|
|
16
|
+
|
|
15
17
|
# This module provides support for Amazon Simple Storage Service. This module is available in the
|
|
16
18
|
# `aws-sdk-s3` gem.
|
|
17
19
|
#
|
|
@@ -73,7 +75,7 @@ module Aws::S3
|
|
|
73
75
|
autoload :ObjectVersion, 'aws-sdk-s3/object_version'
|
|
74
76
|
autoload :EventStreams, 'aws-sdk-s3/event_streams'
|
|
75
77
|
|
|
76
|
-
GEM_VERSION = '1.
|
|
78
|
+
GEM_VERSION = '1.166.0'
|
|
77
79
|
|
|
78
80
|
end
|
|
79
81
|
|
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.166.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: 2024-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-kms
|