mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
Use const slashSeparator instead of "/" everywhere (#8028)
This commit is contained in:
@@ -182,7 +182,7 @@ func (cfs *cacheFSObjects) purgeTrash() {
|
||||
|
||||
// Purge cache entries that were not accessed.
|
||||
func (cfs *cacheFSObjects) purge() {
|
||||
delimiter := slashSeparator
|
||||
delimiter := SlashSeparator
|
||||
maxKeys := 1000
|
||||
ctx := context.Background()
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user