mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
Enable filesystem for API tests, this patch also implements ListMultipartUploads()
This commit is contained in:
@@ -94,7 +94,6 @@ func (fs *fsDriver) GetObject(w io.Writer, bucket string, object string) (int64,
|
||||
if drivers.IsValidObjectName(object) == false {
|
||||
return 0, iodine.New(drivers.ObjectNameInvalid{Bucket: bucket, Object: object}, nil)
|
||||
}
|
||||
|
||||
objectPath := path.Join(fs.root, bucket, object)
|
||||
filestat, err := os.Stat(objectPath)
|
||||
switch err := err.(type) {
|
||||
|
||||
Reference in New Issue
Block a user