Skip to content

Commit c4ebcbc

Browse files
committed
configure AWS checksums to only be used when *required*
Should fix S3 upload problems with newer gem version. See aws/aws-sdk-ruby#3166
1 parent b670cd3 commit c4ebcbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/runtime.dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ ENV RACK_ENV=production
4343
ENV RAILS_ENV=production
4444
ENV NODE_ENV=production
4545
ENV RAILS_SERVE_STATIC_FILES=true
46+
ENV AWS_RESPONSE_CHECKSUM_VALIDATION=when_required
47+
ENV AWS_REQUEST_CHECKSUM_CALCULATION=when_required
4648
# PUID and PGID env vars - these control what user the app is run as inside
4749
# the entrypoint script. Default to root for backwards compatibility with existing
4850
# installations, but the admin will be warned if these aren't overridden with something

0 commit comments

Comments
 (0)