mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 23:33:30 +03:00
cleanup: Remove unecessary packages and tests. Simplify.
This commit is contained in:
@@ -38,7 +38,7 @@ func (fs Filesystem) ListObjects(bucket, prefix, marker, delimiter string, maxKe
|
||||
|
||||
bucket = fs.denormalizeBucket(bucket)
|
||||
|
||||
if status, err := IsDirExist(filepath.Join(fs.path, bucket)); !status {
|
||||
if status, err := isDirExist(filepath.Join(fs.path, bucket)); !status {
|
||||
if err == nil {
|
||||
return result, probe.NewError(BucketNotFound{Bucket: bucket})
|
||||
} else if os.IsNotExist(err) {
|
||||
|
||||
Reference in New Issue
Block a user