aws-sdk-ecr 1.27.0 → 1.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ecr.rb +1 -1
- data/lib/aws-sdk-ecr/client.rb +3 -3
- 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: d20cb101824e55ad28c0603549cd6a74072945669d002063e18a19189f6aca41
|
4
|
+
data.tar.gz: 3578fe5f869c7bb07f7f7c26b0f7254cb4e73a97e05fc730301138062a46f865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3420a22dbd4a940b2e7be8e2eee451df2725b90a5dcd327f0b450a01042e15dce55e22a9e00e2fc4a5f940b7f38e65fa05a9686459acfa201145602771a7f40e
|
7
|
+
data.tar.gz: 633afeacb41d5c290a40411f27bc34b8b01494b08d29eb38eb6b4812e49092943b9a0b08cad2702b000b324a87fd32893ca355d701a06d4e1f51b67562b2c241
|
data/lib/aws-sdk-ecr.rb
CHANGED
data/lib/aws-sdk-ecr/client.rb
CHANGED
@@ -105,7 +105,7 @@ module Aws::ECR
|
|
105
105
|
# @option options [required, String] :region
|
106
106
|
# The AWS region to connect to. The configured `:region` is
|
107
107
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
108
|
+
# a default `:region` is searched for in the following locations:
|
109
109
|
#
|
110
110
|
# * `Aws.config[:region]`
|
111
111
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +161,7 @@ module Aws::ECR
|
|
161
161
|
# @option options [String] :endpoint
|
162
162
|
# The client endpoint is normally constructed from the `:region`
|
163
163
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
164
|
+
# to test endpoints. This should be a valid HTTP(S) URI.
|
165
165
|
#
|
166
166
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
167
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -2169,7 +2169,7 @@ module Aws::ECR
|
|
2169
2169
|
params: params,
|
2170
2170
|
config: config)
|
2171
2171
|
context[:gem_name] = 'aws-sdk-ecr'
|
2172
|
-
context[:gem_version] = '1.
|
2172
|
+
context[:gem_version] = '1.28.0'
|
2173
2173
|
Seahorse::Client::Request.new(handlers, context)
|
2174
2174
|
end
|
2175
2175
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ecr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.28.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: 2020-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|