Skip to content

Commit

Permalink
Add missing require for pathname to the sigv4 signer (#3075)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Jul 27, 2024
1 parent 5a39f93 commit 8f10f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gems/aws-sigv4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Issue - Add missing require of `pathname` to `Signer`.

1.9.0 (2024-07-23)
------------------

Expand Down
1 change: 1 addition & 0 deletions gems/aws-sigv4/lib/aws-sigv4/signer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
require 'uri'
require 'set'
require 'cgi'
require 'pathname'
require 'aws-eventstream'

module Aws
Expand Down

0 comments on commit 8f10f29

Please sign in to comment.