mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
xl/fs: Bring in ".minio/tmp" directory support. (#1464)
All transactions happen through this directory inside ".minio/temp". Adding this allows us to remove any temporary files which were not committed before. Fixes #1462 Fixes #1444
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
6f1811ee4d
commit
d0e854afb7
@@ -32,6 +32,10 @@ import (
|
||||
const (
|
||||
// Minio meta bucket.
|
||||
minioMetaBucket = ".minio"
|
||||
// Multipart meta prefix.
|
||||
mpartMetaPrefix = "multipart"
|
||||
// Tmp meta prefix.
|
||||
tmpMetaPrefix = "tmp"
|
||||
)
|
||||
|
||||
// validBucket regexp.
|
||||
|
||||
Reference in New Issue
Block a user