mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: The migrate_to_s3 rake task couldn't find the AWS SDK
This commit is contained in:
parent
d216483c53
commit
5bffb033df
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user