mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 23:33:30 +03: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