require AWS CloudFront (#35)

CloudFront signed URLs implemented, but the Gemfile has require: false. So we need to explicitly require it in DocumentSecurityService
pull/544/head
Ryan Arakawa 1 month ago committed by GitHub
parent 30cd83ea89
commit 692a64e039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,7 @@
# frozen_string_literal: true
require 'aws-sdk-cloudfront'
# Service for handling secure document access with CloudFront signed URLs
# Reuses same infrastructure and key pairs as ATS
class DocumentSecurityService

Loading…
Cancel
Save