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.
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.