FDS Restful API
Abort multipart upload related api supported by FDS
Version: 1.0.0
/{bucketname}/{objectname}
DELETE
Summary:
取消分片上传
Description:
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
bucketname | path | Bucket名字 | Yes | string |
objectname | path | Object名字 | Yes | string |
Date | header | 请求时间 | Yes | string |
uploadId | query | 初始化分片上传获取的uploadId | Yes | string |
Responses
Code | Description |
---|---|
200 | 请求成功 |
命令行示例
curl -v -X 'DELETE' 'http://cnbj0.fds.api.xiaomi.com/fds-demo/tests/test.txt?uploadId=75d45aad-8e1c-4a11-9e42-ba156cd7af3f' \
-H 'content-type: application/json; charset=UTF-8' \
-H 'date: Tue, 28 Feb 2017 08:42:28 GMT'
* Hostname was NOT found in DNS cache
* Trying 111.206.200.99...
* Connected to cnbj0.fds.api.xiaomi.com (111.206.200.99) port 80 (#0)
> DELETE /fds-demo/tests/test.txt?uploadId=75d45aad-8e1c-4a11-9e42-ba156cd7af3f HTTP/1.1
> User-Agent: curl/7.35.0
> Host: cnbj0.fds.api.xiaomi.com
> Accept: */*
> content-type: application/json; charset=UTF-8
> date: Tue, 28 Feb 2017 08:42:28 GMT
>
< HTTP/1.1 200 OK
* Server Tengine is not blacklisted
< Server: Tengine
< Date: Tue, 28 Feb 2017 08:45:50 GMT
< Content-Length: 0
< Connection: keep-alive
< Access-Control-Allow-Credentials: true
< Access-Control-Max-Age: 1728000
< Access-Control-Allow-Methods: GET, POST, PUT, HEAD, DELETE, OPTIONS
< Access-Control-Allow-Headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization,Content-MD5
< Access-Control-Expose-Headers: content-md5, upload-time, x-xiaomi-meta-content-length