discourse/lib/file_store
Gerhard Schlager 93b8b04b06 FIX: Migrating uploads to S3 could miss files
The rake task aborted the migration with "Already migrated" when all upload URLs linked to the correct S3 bucket even though the files didn't exist on S3. By removing the first check we force the rake task to check for the existance of uploads on S3.
2020-03-04 12:50:48 +01:00
..
base_store.rb DEV: Ignore `ls` errors when clearing FileStore cache (#8780) 2020-01-27 02:59:54 +01:00
local_store.rb REFACTOR: Restoring of backups and migration of uploads to S3 2020-01-14 11:41:35 +01:00
s3_store.rb FEATURE: Secure media allowing duplicated uploads with category-level privacy and post-based access rules (#8664) 2020-01-16 13:50:27 +10:00
to_s3_migration.rb FIX: Migrating uploads to S3 could miss files 2020-03-04 12:50:48 +01:00