Well my problem did not disappear by it’s self. I had to manually delete my pre-S3-migration uploads to free some disk space. That did the trick, but in the process some of the oldest user avatar pictures were lost.
Right now all of my file uploads are stored in S3. I have not checked if avatar pictures are deleted properly from my instance. At least I have not noticed any noticeable buildup in local upload size.
I’ve done one migration of uploads to s3 today with a small forum to test the waters. The old local uploads don’t seem to clear out automatically (if the CleanUpUploads job runs once per hour) with the ‘clean up uploads’ enabled unfortunately. I’d guess that this is because it’s checking for upload orphans in the S3 bucket exclusively once the migration is complete. I can see the old local files and subfolders when I navigate to:
I’ve changed my retina settings (responsive_post_image_sizes)and remove 2.0x option. How can I remove now unused generated optimized thumbnails? Is it done exclusively through rebake:posts? Thanks…