-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
Description
What is the best way to remove old styles from s3 for an attachment? Is there a build in way to do this? For example, in s3, an attachment currently has thumbnail
, standard
, original
, and zoom
. However, on the model, I have removed the standard
style. When I run the reprocess
command on the attachment, I was hoping the standard
style would be deleted from s3, but that doesn't seem to be happening.
Is there a way to do this using the library or do I have to manually remove the old files?