iOS - Amazon s3 client using temporary credentials

905 views Asked by At

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?

1

There are 1 answers

0
RJiryes On

They have examples on Github on how to use S3 and other features:

And you should also read their documentation