Configuration de S3 : que deviennent les téléchargements précédents ?

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 :smiley: I should’ve known this before.