Need to upload file on S3 in Java
I have started working on AWS recently. I am currently working on developing upload functionality to S3 storage. As per my understanding there could be 2 ways to upload a file to S3:- Client's file gets uploaded to my server and i upload this file to S3 server using my credentials. [i will also able to hide this from client as i will not be showing the upload details.] Upload directly to S3 I was able to implement the first approach using simple upload api , but i want to skip the " write uploaded file to server disk " part and stream the content directly to S3 storage, while saving the upload