iOS Question iOS Amazon Web Services S3 ?

nicieri

Active Member
Licensed User
Longtime User
How can I upload a video to AWS S3?

I'm using a VideoView for preview the Video.

vv.View.Visible = True
vv.LoadVideo(VideoPath, "")

But, how can I get the stream to upload this video to S3?

Exists some AWS S3 for B4i ? Or how can I do?

Thanks
 

JackKirk

Well-Known Member
Licensed User
Longtime User
However you can use iHttpUtils2 to access its http API.
I'm being sucked into a project that will use AWS Rekognition service for facial recognition.

This inevitably means using AWS S3 to act as the image repository - both for the initial recognition process and as the store from which the original images are later retrieved by app.

My reading of AWS S3 (at least) is contrary to Erel's quote - where you apparently can only use API calls to access it, refer:

http://docs.aws.amazon.com/AmazonS3/latest/dev/MakingRequests.html

All help well and truly appreciated...
 
Upvote 0
Top