Image upload and transformation on r2 how
Hello guys , I am running a service to upload images from up to 10 mb to a cloudflare r2 storage bucket . I am using spring boot with aws s3 sdk to do the same . But These large image files are making my webserver slow and increasing upload times , also these raw untransformed images are very slow for users to load (60mb total to load my website home page ):
I want to allow users to use preassigned url to upload directly from client side and then use workers to transform the image some how , but i dont know how to do so please help .
I want to allow users to use preassigned url to upload directly from client side and then use workers to transform the image some how , but i dont know how to do so please help .