Skip to content

Commit

Permalink
Updates S3 ManagedUploader abort docs to clarify how it works in the …
Browse files Browse the repository at this point in the history
…browser.

Related to issue #760
  • Loading branch information
chrisradek committed Mar 24, 2016
1 parent cb5ff41 commit 874087f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/s3/managed_upload.js
Expand Up @@ -182,7 +182,9 @@ AWS.S3.ManagedUpload = AWS.util.inherit({
* @note By default, calling this function will cleanup a multipart upload
* if one was created. To leave the multipart upload around after aborting
* a request, configure `leavePartsOnError` to `true` in the {constructor}.
* @!macro nobrowser
* @note Calling {abort} in the browser environment will not abort any requests
* that are already in flight. If a multipart upload was created, any parts
* not yet uploaded will not be sent, and the multipart upload will be cleaned up.
* @example Aborting an upload
* var params = {
* Bucket: 'bucket', Key: 'key',
Expand Down

0 comments on commit 874087f

Please sign in to comment.