fog-aws 3.33.0 → 3.33.1
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 +24 -29
- data/fog-aws.gemspec +1 -0
- data/lib/fog/aws/storage.rb +4 -2
- data/lib/fog/aws/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7cc7ce33126b4fdeebc3302a81326921168f6e815a11f16c25961b223c49923
|
|
4
|
+
data.tar.gz: 89c207e1063763f94a4ccf6044aa5f302384a46aee5776b02489639ec631c9e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb49f18ada74faebdcee9a9dec6e47ee550454810aa8251c88734b5b5384989a23f3347d6357ab9c8c04ab6375335e65be98484f22d9817d381196482456fcc4
|
|
7
|
+
data.tar.gz: 4b87d40f2b4506d3305c681c96b04631c551566c4974d4ca82713d7bc2243a74e01533f3598fc2834ba95b79404bbfbdae802212f4b6fb4ec47673823f11932b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## v3.33.
|
|
3
|
+
## [v3.33.1](https://github.com/fog/fog-aws/tree/v3.33.1) (2025-11-03)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.33.0...v3.33.1)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**Closed issues:**
|
|
8
8
|
|
|
9
|
+
- aws\_credentials\_refresh\_threshold\_seconds gets wiped when credentials are refreshed [\#751](https://github.com/fog/fog-aws/issues/751)
|
|
10
|
+
- Frozen string errors in ruby 3.4 [\#745](https://github.com/fog/fog-aws/issues/745)
|
|
9
11
|
|
|
10
|
-
Merged pull requests
|
|
12
|
+
**Merged pull requests:**
|
|
11
13
|
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
+
- bug\(aws/storage\): avoid overwriting refresh threshold with nil [\#752](https://github.com/fog/fog-aws/pull/752) ([geemus](https://github.com/geemus))
|
|
15
|
+
- Bump github/codeql-action from 3 to 4 [\#749](https://github.com/fog/fog-aws/pull/749) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
16
|
+
- Bump actions/checkout from 4 to 5 [\#748](https://github.com/fog/fog-aws/pull/748) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
17
|
+
|
|
18
|
+
## [v3.33.0](https://github.com/fog/fog-aws/tree/v3.33.0) (2025-08-07)
|
|
19
|
+
|
|
20
|
+
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.32.0...v3.33.0)
|
|
21
|
+
|
|
22
|
+
**Closed issues:**
|
|
23
|
+
|
|
24
|
+
- Add support for ListObjectsV2 [\#741](https://github.com/fog/fog-aws/issues/741)
|
|
25
|
+
- NoMethodError (undefined method `copy\_object' for "close":String\) [\#702](https://github.com/fog/fog-aws/issues/702)
|
|
26
|
+
|
|
27
|
+
**Merged pull requests:**
|
|
28
|
+
|
|
29
|
+
- storage headers should be rejected in a case-insensitive way [\#747](https://github.com/fog/fog-aws/pull/747) ([geemus](https://github.com/geemus))
|
|
14
30
|
- Update rubyzip requirement from ~\> 2.4.1 to ~\> 3.0.0 [\#746](https://github.com/fog/fog-aws/pull/746) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
15
|
-
-
|
|
31
|
+
- Fix \#741 Added list objects v2 api support [\#744](https://github.com/fog/fog-aws/pull/744) ([Ankk98](https://github.com/Ankk98))
|
|
32
|
+
- Update base64 requirement from ~\> 0.2.0 to \>= 0.2, \< 0.4 [\#743](https://github.com/fog/fog-aws/pull/743) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
16
33
|
|
|
17
34
|
## [v3.32.0](https://github.com/fog/fog-aws/tree/v3.32.0) (2025-05-27)
|
|
18
35
|
|
|
@@ -39,28 +56,6 @@ Merged pull requests:
|
|
|
39
56
|
- Fix Compute.describe\_instance\_status parser [\#735](https://github.com/fog/fog-aws/pull/735) ([kitherill](https://github.com/kitherill))
|
|
40
57
|
- Update rubyzip requirement from ~\> 2.3.0 to ~\> 2.4.1 [\#733](https://github.com/fog/fog-aws/pull/733) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
41
58
|
|
|
42
|
-
## [v3.30.0](https://github.com/fog/fog-aws/tree/v3.30.0) (2024-12-17)
|
|
43
|
-
|
|
44
|
-
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.29.0...v3.30.0)
|
|
45
|
-
|
|
46
|
-
**Closed issues:**
|
|
47
|
-
|
|
48
|
-
- Support S3 FIPS endpoints, disable S3 Transfer Acceleration in GovCloud or FIPS mode [\#729](https://github.com/fog/fog-aws/issues/729)
|
|
49
|
-
|
|
50
|
-
**Merged pull requests:**
|
|
51
|
-
|
|
52
|
-
- Bump fog/.github from 1.4.0 to 1.5.0 [\#732](https://github.com/fog/fog-aws/pull/732) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
53
|
-
- kms additions [\#731](https://github.com/fog/fog-aws/pull/731) ([geemus](https://github.com/geemus))
|
|
54
|
-
- Support FIPS endpoints, disable S3 Transfer Acceleration in GovCloud [\#730](https://github.com/fog/fog-aws/pull/730) ([matt-domsch-sp](https://github.com/matt-domsch-sp))
|
|
55
|
-
|
|
56
|
-
## [v3.29.0](https://github.com/fog/fog-aws/tree/v3.29.0) (2024-10-25)
|
|
57
|
-
|
|
58
|
-
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.28.0...v3.29.0)
|
|
59
|
-
|
|
60
|
-
**Merged pull requests:**
|
|
61
|
-
|
|
62
|
-
- fallback to excon 1.0+ error retry error settings [\#728](https://github.com/fog/fog-aws/pull/728) ([geemus](https://github.com/geemus))
|
|
63
|
-
|
|
64
59
|
|
|
65
60
|
|
|
66
61
|
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
data/fog-aws.gemspec
CHANGED
|
@@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
|
|
23
23
|
spec.required_ruby_version = '>= 2.0.0'
|
|
24
24
|
|
|
25
|
+
spec.add_development_dependency 'benchmark'
|
|
25
26
|
spec.add_development_dependency 'bundler'
|
|
26
27
|
spec.add_development_dependency 'github_changelog_generator', '~> 1.16'
|
|
27
28
|
spec.add_development_dependency 'rake', '>= 12.3.3'
|
data/lib/fog/aws/storage.rb
CHANGED
|
@@ -608,7 +608,9 @@ module Fog
|
|
|
608
608
|
|
|
609
609
|
|
|
610
610
|
def setup_credentials(options)
|
|
611
|
-
|
|
611
|
+
if options[:aws_credentials_refresh_threshold_seconds]
|
|
612
|
+
@aws_credentials_refresh_threshold_seconds = options[:aws_credentials_refresh_threshold_seconds]
|
|
613
|
+
end
|
|
612
614
|
|
|
613
615
|
@aws_access_key_id = options[:aws_access_key_id]
|
|
614
616
|
@aws_secret_access_key = options[:aws_secret_access_key]
|
|
@@ -616,7 +618,7 @@ module Fog
|
|
|
616
618
|
@aws_credentials_expire_at = options[:aws_credentials_expire_at]
|
|
617
619
|
|
|
618
620
|
if @signature_version == 4
|
|
619
|
-
@signer = Fog::AWS::SignatureV4.new(
|
|
621
|
+
@signer = Fog::AWS::SignatureV4.new(@aws_access_key_id, @aws_secret_access_key, @region, 's3')
|
|
620
622
|
elsif @signature_version == 2
|
|
621
623
|
@hmac = Fog::HMAC.new('sha1', @aws_secret_access_key)
|
|
622
624
|
end
|
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.33.
|
|
4
|
+
version: 3.33.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Lane
|
|
@@ -10,6 +10,20 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: benchmark
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
13
27
|
- !ruby/object:Gem::Dependency
|
|
14
28
|
name: bundler
|
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -1485,7 +1499,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1485
1499
|
- !ruby/object:Gem::Version
|
|
1486
1500
|
version: '0'
|
|
1487
1501
|
requirements: []
|
|
1488
|
-
rubygems_version: 3.
|
|
1502
|
+
rubygems_version: 3.6.9
|
|
1489
1503
|
specification_version: 4
|
|
1490
1504
|
summary: Module for the 'fog' gem to support Amazon Web Services.
|
|
1491
1505
|
test_files: []
|