Switch to AWS V4 signatures

This commit is contained in:
2023-11-15 19:05:21 +01:00
parent 189c304a08
commit 02820203f0
3 changed files with 35 additions and 42 deletions

View File

@@ -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"