0

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?

user3370459
  • 126
  • 4

1 Answers1

0

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

And you should also read their documentation

Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
RJiryes
  • 951
  • 10
  • 25