discourse/lib/file_store
Alan Guo Xiang Tan 76ade65a26
DEV: Remove optimized_images_preloaded kwarg from FileStore::S3Store#update_upload_ACL (#31087)
The optimization is not required because `find_each` fetches records in
batches of 1000 and no upload record will have more than 1000 optimized
images.
2025-01-31 15:53:06 +08: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: Remove optimized_images_preloaded kwarg from FileStore::S3Store#update_upload_ACL (#31087) 2025-01-31 15:53:06 +08:00
to_s3_migration.rb FIX: Allow attachments to be opened in a new tab instead of downloading them (#30535) 2025-01-07 10:32:32 +08:00