mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
server: Remove deadcode/deprecated code. (#2088)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
1ec86dac2c
commit
4cfbdb1bf0
@@ -206,11 +206,6 @@ func (fs fsObjects) ListMultipartUploads(bucket, prefix, keyMarker, uploadIDMark
|
||||
// all the disks. `uploads.json` carries metadata regarding on going
|
||||
// multipart operation on the object.
|
||||
func (fs fsObjects) newMultipartUpload(bucket string, object string, meta map[string]string) (uploadID string, err error) {
|
||||
// No metadata is set, allocate a new one.
|
||||
if meta == nil {
|
||||
meta = make(map[string]string)
|
||||
}
|
||||
|
||||
// Initialize `fs.json` values.
|
||||
fsMeta := newFSMetaV1()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user