mirror of
https://github.com/minio/minio.git
synced 2025-11-30 05:41:00 -05:00
Cleanup temporary writers upon errors during putObject(), all metadata() write operations
This commit is contained in:
@@ -123,6 +123,8 @@ func New() (Interface, error) {
|
||||
return a, nil
|
||||
}
|
||||
|
||||
/// V2 API functions
|
||||
|
||||
// GetObject - GET object from cache buffer
|
||||
func (donut API) GetObject(w io.Writer, bucket string, object string) (int64, error) {
|
||||
donut.lock.Lock()
|
||||
|
||||
Reference in New Issue
Block a user