-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
image compression on s3 upload #6081
Comments
@24jr We are working on storage improvements. Will take this into account as feature request |
@ashika01 ok great also wonder if there would be a good way to intertwine the predictions that detects inappropriate content on the upload or if that should be handled separately |
Is there any progress with this issue? |
Hi @m98 , we are exploring enabling this. We will provide an update when we have made some progress. |
Are we thinking to do compression in the client, or something like resizing on the fly? |
related #10930 |
Following up here - we've identified this as a documentation improvement to provide suggestions on how solve this and have will be tracking this request as an issue in the docs repo instead. |
I was looking at an ideal solution to compress image uploads (png, jpeg, svg, gif, idk others potentially). I'm using vue and I didn't know if there was some client side function I should use to minify the photos before I send them with Storage.put which I failed at trying to figure out with an npm package called imagemin.
Or I could upload the images and then have a lambda function trigger when the image gets uploaded but then what can I change the same image or if I use a different s3 bucket would Storage.get not work and same thing with the protected level.
Seems complicated so I think it would be great if there was a setting that we could have all uploads be minimized on upload by some function behind the scenes that you guys do because you're really smart and make common hard things easy. Sort of like in auth you can do add user to group on sign up but instead minimize image on upload.
The text was updated successfully, but these errors were encountered: