Sunday, 25 August 2019

Track S3 File upload progress from GraphQL Mutation

Im currently trying to upload a file with help of the documentation (Android). For that I am using the complex object way, so I have a dynamoDB entry and the S3 File upload at once. So I am not using TransferUtility .For now it is working fine, but there is something I couldn't find out from the docs.

How can I track the progress of my file upload ?

The options for the TransferUtility are written down but not for the graphql way. The only thing Im getting back now is the callback/response from the dynamodb mutation request.



from Track S3 File upload progress from GraphQL Mutation

No comments:

Post a Comment