Skip to content

s3.putObject()

SaltwaterC edited this page Nov 16, 2011 · 1 revision

Deprecated alias of s3.putFile(). Present here due to backwards compatibility reasons. It was deprecated due to ambiguity when dealing with various types of arguments, therefore it is an alias of the above mentioned helper. s3.putStream() and s3.putBuffer() were created in order to support the additional cases.

Using s3.putObject() produces a warning that gets written to STDERR.

Clone this wiki locally