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 d09c6e7a39 - Show all commits

View File

@ -2,7 +2,7 @@
FROM ruby:2.7.8
WORKDIR /liquorcabinet
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.
ENV RACK_ENV=staging
ENV RACK_ENV=production
COPY Gemfile Gemfile.lock /liquorcabinet/
RUN bundle install