mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
XL: Add new metadata for checksum. (#1743)
This commit is contained in:
committed by
Harshavardhana
parent
b38b9fea79
commit
1e393c6c5b
@@ -145,6 +145,7 @@ func (e erasure) writeErasure(volume, path string, reader *io.PipeReader, wclose
|
||||
|
||||
// CreateFile - create a file.
|
||||
func (e erasure) CreateFile(volume, path string) (writeCloser io.WriteCloser, err error) {
|
||||
// Input validation.
|
||||
if !isValidVolname(volume) {
|
||||
return nil, errInvalidArgument
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user