discourse/lib/file_store
Blake Erickson d501952f25
DEV: Move convert video job to upload after create (#35013)
This moves the logic for creating the convert_video job to the upload
after_create hook so that we ensure there is an upload_id. When this
logic
was in the s3 store and direct to s3 uploads was enabled the convert
video job
would never fire because we didn't have an upload_id.
2025-09-30 10:58:07 -06:00
..
base_store.rb DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
local_store.rb DEV: Prefer \A and \z over ^ and $ in regexes (#19936) 2023-01-20 12:52:49 -06:00
s3_store.rb DEV: Move convert video job to upload after create (#35013) 2025-09-30 10:58:07 -06:00
to_s3_migration.rb DEV: Add setting to tag s3 objects enabling tag based access control policies (#32988) 2025-06-16 13:26:18 +08:00