For my website i want to store all image using AWS S3 service using API.
How to do that thing via API/SDK
1) How to upload image/file in different folder using API (from my website).
2) How to resize/crop image on the fly. eg 50x50 px, 250x250 px.
3) Force download.
Thanks