Switch to AWS V4 signatures
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -3,8 +3,9 @@ source "https://rubygems.org"
|
||||
gem "sinatra", "~> 2.2.0"
|
||||
gem "sinatra-contrib", "~> 2.2.0"
|
||||
gem "activesupport", "~> 6.1.0"
|
||||
gem "rest-client", "~> 2.1.0"
|
||||
gem "redis", "~> 4.6.0"
|
||||
gem "rest-client", "~> 2.1.0"
|
||||
gem "aws-sigv4", "~> 1.0.0"
|
||||
# Remove require when we can update to 3.0, which sets the new storage
|
||||
# format to columnar by default. Increases performance
|
||||
gem "mime-types"
|
||||
|
||||
Reference in New Issue
Block a user