fog-aws 3.25.0 → 3.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -14
- data/lib/fog/aws/credential_fetcher.rb +3 -1
- data/lib/fog/aws/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d377b351cc65edd82e4a62ebe1ae39e76f8bb820d4ef81de7b2780481e032f57
|
4
|
+
data.tar.gz: a270c2bca933d588509dfc86ff998431a9beb503cbab891fb399c1d63b45a77b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e2625dd426856c37532ae2183eab70d8ded2fb262e7e411ba92c0c191b3c59d247d90d25f495fc4fd320b69c79f6c30b90e594d1b0c48ca38c9a2c33803e99b
|
7
|
+
data.tar.gz: f348c94db7db53197f4fedbaff838b122de1a6537d5570f3e45e316745441ef4e76d4c38c90021c3e6bb4f45f06dc5e0ab6bec4b350953cdf947609162b40fdc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [v3.26.0](https://github.com/fog/fog-aws/tree/v3.26.0) (2024-09-10)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.25.0...v3.26.0)
|
6
|
+
|
7
|
+
**Merged pull requests:**
|
8
|
+
|
9
|
+
- Support AWS\_ENDPOINT\_URL\_STS environment variable [\#724](https://github.com/fog/fog-aws/pull/724) ([stanhu](https://github.com/stanhu))
|
10
|
+
|
3
11
|
## [v3.25.0](https://github.com/fog/fog-aws/tree/v3.25.0) (2024-08-29)
|
4
12
|
|
5
13
|
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.24.0...v3.25.0)
|
@@ -30,20 +38,6 @@
|
|
30
38
|
- Prefer AWS\_REGION over AWS\_DEFAULT\_REGION in credential fetching [\#715](https://github.com/fog/fog-aws/pull/715) ([stanhu](https://github.com/stanhu))
|
31
39
|
- Provide a 'Changelog' link on rubygems.org/gems/fog-aws [\#714](https://github.com/fog/fog-aws/pull/714) ([mark-young-atg](https://github.com/mark-young-atg))
|
32
40
|
|
33
|
-
## [v3.23.0](https://github.com/fog/fog-aws/tree/v3.23.0) (2024-06-18)
|
34
|
-
|
35
|
-
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.22.0...v3.23.0)
|
36
|
-
|
37
|
-
**Closed issues:**
|
38
|
-
|
39
|
-
- Read credentials from Rails config file [\#705](https://github.com/fog/fog-aws/issues/705)
|
40
|
-
|
41
|
-
**Merged pull requests:**
|
42
|
-
|
43
|
-
- add il-central-1 region [\#712](https://github.com/fog/fog-aws/pull/712) ([geemus](https://github.com/geemus))
|
44
|
-
- Fix frozen string literal issue for ruby 3.4.0 [\#709](https://github.com/fog/fog-aws/pull/709) ([chaadow](https://github.com/chaadow))
|
45
|
-
- Fix typos [\#707](https://github.com/fog/fog-aws/pull/707) ([kianmeng](https://github.com/kianmeng))
|
46
|
-
|
47
41
|
|
48
42
|
|
49
43
|
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
@@ -56,7 +56,9 @@ module Fog
|
|
56
56
|
}
|
57
57
|
|
58
58
|
sts_endpoint =
|
59
|
-
if ENV["
|
59
|
+
if ENV["AWS_ENDPOINT_URL_STS"]
|
60
|
+
ENV["AWS_ENDPOINT_URL_STS"]
|
61
|
+
elsif ENV["AWS_STS_REGIONAL_ENDPOINTS"] == "regional" && region
|
60
62
|
"https://sts.#{region}.amazonaws.com"
|
61
63
|
else
|
62
64
|
"https://sts.amazonaws.com"
|
data/lib/fog/aws/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fog-aws
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Lane
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -1473,7 +1473,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1473
1473
|
- !ruby/object:Gem::Version
|
1474
1474
|
version: '0'
|
1475
1475
|
requirements: []
|
1476
|
-
rubygems_version: 3.
|
1476
|
+
rubygems_version: 3.5.18
|
1477
1477
|
signing_key:
|
1478
1478
|
specification_version: 4
|
1479
1479
|
summary: Module for the 'fog' gem to support Amazon Web Services.
|