Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temp files not deleted #78

Open
mkarliner opened this issue Aug 23, 2013 · 0 comments
Open

Temp files not deleted #78

mkarliner opened this issue Aug 23, 2013 · 0 comments

Comments

@mkarliner
Copy link

I'm using delayed_paperclip with S3 and resque, and my attachment model looks like this has_attached_file :media_file, styles: {
thumb: '160x',
small: '320x',
medium: ['640x480', auto_orient: false],
large: '1024x',
default_url: "/logos/:style/footle.png"
}, :source_file_options => { :all => '-auto-orient' }, auto_orient: false

All the files that are generated as part of the thumbnail generation are still there after processing is complete.

malandrina pushed a commit to hoteltonight/delayed_paperclip that referenced this issue Feb 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant