mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 07:13:31 +03:00
Support any string as delimiter for listing (#7882)
This commit is contained in:
committed by
Harshavardhana
parent
cc7dc61eb4
commit
a2e904b966
@@ -46,13 +46,6 @@ func validateListObjectsArgs(prefix, marker, delimiter, encodingType string, max
|
||||
}
|
||||
}
|
||||
|
||||
/// MinIO special conditions for ListObjects.
|
||||
|
||||
// Verify if delimiter is anything other than '/', which we do not support.
|
||||
if delimiter != "" && delimiter != "/" {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
// Success.
|
||||
return ErrNone
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user