mirror of
https://github.com/minio/minio.git
synced 2025-12-01 22:02:33 -05:00
Removing block size from donut writer, no longer necessary
This commit is contained in:
@@ -125,7 +125,7 @@ func (donutMem donutMem) SetBucketMetadata(bucketKey string, metadata map[string
|
||||
}
|
||||
|
||||
// object operations
|
||||
func (donutMem donutMem) GetObjectWriter(bucketKey, objectKey string, column uint, blockSize uint) (*donutbox.NewObject, error) {
|
||||
func (donutMem donutMem) GetObjectWriter(bucketKey, objectKey string, column uint) (*donutbox.NewObject, error) {
|
||||
key := getKey(bucketKey, objectKey, column)
|
||||
reader, writer := io.Pipe()
|
||||
returnObject := donutbox.CreateNewObject(writer)
|
||||
|
||||
Reference in New Issue
Block a user