FIX: The migrate_to_s3 rake task couldn't find the AWS SDK

This commit is contained in:
Gerhard Schlager 2020-03-26 16:37:42 +01:00
parent d216483c53
commit 5bffb033df

View File

@ -1,5 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
require 'aws-sdk-s3'
module FileStore module FileStore
ToS3MigrationError = Class.new(RuntimeError) ToS3MigrationError = Class.new(RuntimeError)