mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
c192e5c9b2
This API is meant for administrative tools like mc-admin to heal an ongoing multipart upload on a Minio server. N B This set of admin APIs apply only for Minio servers. `github.com/minio/minio/pkg/madmin` provides a go SDK for this (and other admin) operations. Specifically, func HealUpload(bucket, object, uploadID string, dryRun bool) error Sample admin API request: POST /?heal&bucket=mybucket&object=myobject&upload-id=myuploadID&dry-run - Header(s): ["x-minio-operation"] = "upload" Notes: - bucket, object and upload-id are mandatory query parameters - if dry-run is set, API returns success if all parameters passed are valid. |
||
---|---|---|
.. | ||
get-config.go | ||
heal-bucket.go | ||
heal-buckets-list.go | ||
heal-format.go | ||
heal-object.go | ||
heal-objects-list.go | ||
heal-upload.go | ||
heal-uploads-list.go | ||
lock-clear.go | ||
lock-list.go | ||
service-restart.go | ||
service-status.go | ||
set-config.go | ||
set-credentials.go |