discourse/lib/file_store
Gerhard Schlager c6b411f6c1 FIX: Restore to S3 didn't work without env variables
The `uplaods:migrate_to_s3` rake task should always use the environment variables, because you usually don't want to break your site's uploads during the migration. But restoring a backup should work with site settings as well as environment variables, otherwise you can't restore uploads to S3 from the web interface.
2020-04-19 20:24:40 +02: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 FIX: Restore to S3 didn't work without env variables 2020-04-19 20:24:40 +02:00
to_s3_migration.rb FIX: Restore to S3 didn't work without env variables 2020-04-19 20:24:40 +02:00