Switch to AWS v4 signatures #5

Merged
basti merged 9 commits from feature/aws_v4_signatures into master 2023-11-21 14:19:38 +00:00
Showing only changes of commit 91cadbf228 - Show all commits

View File

@ -1,5 +1,4 @@
# FROM ruby:3.1.4
FROM ruby:2.7.8
FROM ruby:3.1.4
WORKDIR /liquorcabinet
ENV RACK_ENV=production
basti marked this conversation as resolved
Review

Is this change intentional?

Is this change intentional?
Review

Yes, I think default should be production.

Yes, I think default should be production.