discourse/lib/file_store
Ted Johansson e68748318e
DEV: Remove FileStore#download deprecation warning (#28971)
At a point we split FileStore#download into two methods, one which returns nil (#download) and one which raises an exception (#download!) if there's a download error.

When we did this we added a deprecation warning to the #download method.

It has now been over a year and I have checked all relevant internal cases, so I think it's about time we remove this warning.
2024-09-19 11:08:26 +08:00
..
base_store.rb DEV: Remove FileStore#download deprecation warning (#28971) 2024-09-19 11:08:26 +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: Add hidden s3_inventory_bucket_region site setting (#27786) 2024-07-09 12:03:43 +08:00
to_s3_migration.rb FIX: Open file handles 'just in time' during s3 migration (#28806) 2024-09-09 18:39:26 +01:00