1
0
mirror of https://github.com/minio/minio.git synced 2025-01-22 12:13:16 -05:00

455 Commits

Author SHA1 Message Date
Harshavardhana
926c75d0b5 api: Set appropriate content-type for success/error responses. ()
Golang HTTP client automatically detects content-type but
for S3 clients this content-type might be incorrect or
might misbehave.

For example:

```
Content-Type: text/xml; charset=utf-8
```

Should be
```
Content-Type: application/xml
```

Allow this to be set properly.
2017-01-06 00:37:00 -08:00
Krishnan Parthasarathi
c8f57133a4 Implement list, clear locks REST API w/ pkg/madmin support ()
* Filter lock info based on bucket, prefix and time since lock was held
* Implement list and clear locks REST API
* madmin: Add list and clear locks API
* locks: Clear locks matching bucket, prefix, relTime.
* Gather lock information across nodes for both list and clear locks admin REST API.
* docs: Add lock API to management APIs
2017-01-03 23:39:22 -08:00
Harshavardhana
f57f773189 admin: Add missing madmin examples and API docs. () 2016-12-20 18:49:48 -08:00
Harshavardhana
e7b4e4e105 admin: ServiceStatus() shouldn't have to write double http headers. ()
Fixes 
2016-12-20 18:05:25 -08:00
Krishnan Parthasarathi
b2f920a868 Add service API handler stubs for status, stop and restart () 2016-12-15 22:26:15 -08:00