aws-sdk-resources 2.11.418 → 2.11.419
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1254e9d89af76da756e40c88ad45b434040bf743
|
4
|
+
data.tar.gz: 5d990308a360531fe56a7a937ec773938136e207
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad0bdda82c35b0e363fa5be86cd605c85597a6f82e72e085fe8b96ad89aff79c69b714707c2664ae53f863cef5e9431e19c408c30f5ff281751359f16f7f634a
|
7
|
+
data.tar.gz: 495f35526daa120713541e94e361bfc18e6551dc2afdf1f341544d3c9b3ebdb65d46cd59cff8b220a3d1a1de2d11683d2f0f25da27a0e5e613b572ace44a18c0
|
@@ -114,6 +114,10 @@ module Aws
|
|
114
114
|
url.path += '/' unless url.path[-1] == '/'
|
115
115
|
url.path += Seahorse::Util.uri_escape(name)
|
116
116
|
end
|
117
|
+
if (client.config.region == 'us-east-1') &&
|
118
|
+
(client.config.s3_us_east_1_regional_endpoint == 'legacy')
|
119
|
+
url.host = Plugins::S3IADRegionalEndpoint.legacy_host(url.host)
|
120
|
+
end
|
117
121
|
url.to_s
|
118
122
|
end
|
119
123
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-resources
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.419
|
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: 2019-12-
|
11
|
+
date: 2019-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.11.
|
19
|
+
version: 2.11.419
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.11.
|
26
|
+
version: 2.11.419
|
27
27
|
description: Provides resource oriented interfaces and other higher-level abstractions
|
28
28
|
for many AWS services. This gem is part of the official AWS SDK for Ruby.
|
29
29
|
email:
|