minio/pkg
Harshavardhana aed62788d9 api: Implement multiple objects Delete api - fixes #956
This API takes input XML input in following form.

```
<?xml version="1.0" encoding="UTF-8"?>
<Delete>
    <Quiet>true</Quiet>
    <Object>
         <Key>Key</Key>
    </Object>
    <Object>
         <Key>Key</Key>
    </Object>
    ...
</Delete>
```

and responds the list of successful deletes, list of errors
for all the deleted objects.

```
<?xml version="1.0" encoding="UTF-8"?>
<DeleteResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
  <Deleted>
    <Key>sample1.txt</Key>
  </Deleted>
  <Error>
    <Key>sample2.txt</Key>
    <Code>AccessDenied</Code>
    <Message>Access Denied</Message>
  </Error>
</DeleteResult>
```
2016-03-06 18:31:50 -08:00
..
atomic build/vet: Fix all the shadowing reports with go1.6 2016-02-23 14:34:39 -08:00
crypto cpu: Remove pkg/cpu in favor of better klauspost/cpuid. 2016-02-15 13:50:33 -08:00
disk ioutils: Add tests 2016-01-26 12:34:04 -08:00
erasure build/vet: Fix all the shadowing reports with go1.6 2016-02-23 14:34:39 -08:00
fs api: Implement multiple objects Delete api - fixes #956 2016-03-06 18:31:50 -08:00
ioutils build/vet: Fix all the shadowing reports with go1.6 2016-02-23 14:34:39 -08:00
mimedb setBucketMetadata: Fix a deadlock. 2016-02-05 15:48:08 -08:00
minhttp xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
probe cleanup: Remove definitions and move them to its relative places accordingly 2016-02-22 10:41:27 -08:00
quick xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
s3/signature4 signature: Fix signature handling of parallel requests. 2016-03-02 11:49:50 -08:00
tasker xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
xl build/vet: Fix all the shadowing reports with go1.6 2016-02-23 14:34:39 -08:00