How can I upload file directly to S3 using curl
My current flow is:
I am yet to identify how the step 3 need to be implemented. I have given CreateObject permission the federated user. But the upload is failing. I am trying to make the service run independent of the logic I am running behind and without knowledge
Any help will be appreciated. Looks like a silly mistake i am doing here.
What kind of error do you receive (take a look at downloaded file) ? Most likely you incorrectly sign outgoing request. Please take a look at this document: Signing and Authenticating REST Requests.
I would also recommend you to carefully read Amazon S3 REST API to understand how you should operate with S3 buckets / objects.
Hope it helps you !