mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
skype sucks
This commit is contained in:
parent
5c188509d0
commit
e9dd27de0e
1 changed files with 9 additions and 9 deletions
|
@ -2,15 +2,15 @@ module Fog
|
|||
module Storage
|
||||
class AWS
|
||||
class Real
|
||||
|
||||
# Abort a multipart upload
|
||||
#
|
||||
# @param [String] bucket_name Name of bucket to abort multipart upload on
|
||||
# @param [String] object_name Name of object to abort multipart upload on
|
||||
# @param [String] upload_id Id of upload to add part to
|
||||
#
|
||||
# @see http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadAbort.html
|
||||
#..
|
||||
#
|
||||
# Abort a multipart upload
|
||||
#
|
||||
# @param [String] bucket_name Name of bucket to abort multipart upload on
|
||||
# @param [String] object_name Name of object to abort multipart upload on
|
||||
# @param [String] upload_id Id of upload to add part to
|
||||
#
|
||||
# @see http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadAbort.html
|
||||
#
|
||||
def abort_multipart_upload(bucket_name, object_name, upload_id)
|
||||
request({
|
||||
:expects => 204,
|
||||
|
|
Loading…
Add table
Reference in a new issue