FDS Restful API

Delete objects related api supported by FDS

Version: 1.0.0

/{bucketname}


PUT

Summary: delete multiple objects under specific Bucket

Description: must have WRITE permission to operate

Parameters

Name Located in Description Required Schema
bucketname path Bucket name Yes string
deleteObjects query delete multiple objects, value is void Yes string
authorization header authentication info,The calculation method is referred to the relevant document of signature verification Yes string
Date header request time Yes string
body body list of the names of the objects that need to be deleted Yes [ string ]

Responses

Code Description Schema
200 request successfully,there might be object delete failure, need to check the result that returned [ ]

command line examples

curl -v -X 'PUT' 'http://cnbj0.fds.api.xiaomi.com/fds-demo?deleteObjects=' \
    -H 'content-type: application/json; charset=UTF-8' \
    -H 'authorization: Galaxy-V2 54xxx45:x2Yxxxr0=' \
    -H 'date: Tue, 28 Feb 2017 11:37:18 GMT' \
    -d '["tests/test.txt0","tests/test.txt1"]'
* 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)
> PUT /fds-demo?deleteObjects= HTTP/1.1
> User-Agent: curl/7.35.0
> Host: cnbj0.fds.api.xiaomi.com
> Accept: */*
> content-type: application/json; charset=UTF-8
> authorization: Galaxy-V2 54xxx45:x2Yxxxr0=
> date: Tue, 28 Feb 2017 11:37:18 GMT
> Content-Length: 37
> 
* upload completely sent off: 37 out of 37 bytes
< HTTP/1.1 200 OK
* Server Tengine is not blacklisted
< Server: Tengine
< Date: Tue, 28 Feb 2017 11:39:06 GMT
< Content-Type: text/plain
< Content-Length: 2
< 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
< 
* Connection #0 to host cnbj0.fds.api.xiaomi.com left intact
[]

results matching ""

    No results matching ""