You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
I use Paperclip uploading to AWS S3 and need only my :thumb and :small. But it also uploads :original, so increases s3 disk space and make additional requests.
Is there option not to upload :original attachment?
I saw this question stackoverflow but monkey-patching is not excellent way and it doesn't work if I use process_in_background :image
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use Paperclip uploading to AWS S3 and need only my :thumb and :small. But it also uploads :original, so increases s3 disk space and make additional requests.
Is there option not to upload :original attachment?
I saw this question stackoverflow but monkey-patching is not excellent way and it doesn't work if I use
process_in_background :image
The text was updated successfully, but these errors were encountered: