Skip to content

Commit 8f10f29

Browse files
authored
Add missing require for pathname to the sigv4 signer (#3075)
1 parent 5a39f93 commit 8f10f29

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

gems/aws-sigv4/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Issue - Add missing require of `pathname` to `Signer`.
5+
46
1.9.0 (2024-07-23)
57
------------------
68

gems/aws-sigv4/lib/aws-sigv4/signer.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
require 'uri'
77
require 'set'
88
require 'cgi'
9+
require 'pathname'
910
require 'aws-eventstream'
1011

1112
module Aws

0 commit comments

Comments
 (0)