If I enable s3 for uploads and backups according to the following how to:
what happens to previously uploaded files?
If I enable s3 for uploads and backups according to the following how to:
what happens to previously uploaded files?
It seems they are served correctly from local storage and new uploads are uploaded to s3 and served from there? Am I right?
Exactly, if you want to migrate your existing uploads to S3, you will need to use the migrate_to_s3
rake task.
Its really cool I should’ve known this before.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.