This is the link of information about of API AWS-sdk.
http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3/ManagedUpload.html#constructor-property
They are basically the same thing. s3.upload()
is a shortcut function that will use a AWS.S3.ManagedUpload()
object to handle the file upload. You can achieve the same result as s3.upload()
by building your own instance of AWS.S3.ManagedUpload()
and calling the send()
method on it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With