mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08: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
|
||||
|
||||
require 'aws-sdk-s3'
|
||||
|
||||
module FileStore
|
||||
ToS3MigrationError = Class.new(RuntimeError)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user