1
0
mirror of https://github.com/minio/minio.git synced 2025-03-12 20:50:11 -04:00

5 Commits

Author SHA1 Message Date
Harshavardhana
ae654831aa
Add madmin package context support ()
This is to improve responsiveness for all
admin API operations and allowing callers
to cancel any on-going admin operations,
if they happen to be waiting too long.
2020-03-20 15:00:44 -07:00
Ashish Kumar Sinha
c6f86d35d3 Rectify Examples and README.MD () 2019-08-28 10:56:02 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07: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