mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: Pass all necessary options in migrate_to_s3
rake task.
This commit is contained in:
parent
0daaae1cf3
commit
9e50813252
@ -244,11 +244,7 @@ def migrate_to_s3
|
||||
exit 3
|
||||
end
|
||||
|
||||
s3 = Aws::S3::Client.new(
|
||||
region: GlobalSetting.s3_region,
|
||||
access_key_id: GlobalSetting.s3_access_key_id,
|
||||
secret_access_key: GlobalSetting.s3_secret_access_key,
|
||||
)
|
||||
s3 = Aws::S3::Client.new(S3Helper.s3_options(GlobalSetting))
|
||||
|
||||
begin
|
||||
s3.head_bucket(bucket: GlobalSetting.s3_bucket)
|
||||
|
Loading…
Reference in New Issue
Block a user