2
0
Fork 0
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:
Rafael dos Santos Silva 2021-08-12 14:20:05 -03:00 committed by GitHub
parent 1656b7ed01
commit b2e4c91818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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