mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Allow removing local assets after s3 sync (#14013)
This commit is contained in:
parent
1656b7ed01
commit
b2e4c91818
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ def upload(path, remote_path, content_type, content_encoding = nil)
|
|||
helper.upload(file, remote_path, options)
|
||||
end
|
||||
end
|
||||
|
||||
File.delete(path) if (File.exists?(path) && ENV["DELETE_ASSETS_AFTER_S3_UPLOAD"])
|
||||
end
|
||||
|
||||
def use_db_s3_config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue