I am developing an iOS application, in which I am using amazon S3 token vending machine to upload media files
I managed to get the temporary credentials (the access ID, the access key, and the session token)
How should I use them to create an AmazonS3Client and start an upload request?
They have examples on Github on how to use S3 and other features:
And you should also read their documentation