mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

STITCH-1372 Implement AWS S3 service in Core and iOS #59

Closed adamchel closed 6 years ago

adamchel commented 6 years ago

Pretty much the same as SES, and also added some info to contrib/README.md that will help people add new modules until we have an automated script to do so.

This is slightly different from the Java implementation in that we expose additional overloads of all the putObject methods that allow specifying a timeout, since customizable timeouts on a per-request basis may be useful for people who are uploading large files via putObject. I will file a ticket for the same thing to be done on Java.