mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +08:00
DEV: Allow removing local assets after s3 sync (#14013)
This commit is contained in:
parent
1656b7ed01
commit
b2e4c91818
|
@ -37,6 +37,8 @@ def upload(path, remote_path, content_type, content_encoding = nil)
|
||||||
helper.upload(file, remote_path, options)
|
helper.upload(file, remote_path, options)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
File.delete(path) if (File.exists?(path) && ENV["DELETE_ASSETS_AFTER_S3_UPLOAD"])
|
||||||
end
|
end
|
||||||
|
|
||||||
def use_db_s3_config
|
def use_db_s3_config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user