mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Golint cleanup pkg/api
This commit is contained in:
@@ -495,7 +495,7 @@ func (storage *storage) StoreObject(bucket, key, contentType string, data io.Rea
|
||||
if _, err := os.Stat(objectPath); !os.IsNotExist(err) {
|
||||
return mstorage.ObjectExists{
|
||||
Bucket: bucket,
|
||||
Key: key,
|
||||
Object: key,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user