mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
tier: Add force param to force tiering removal (#20355)
Currently, it is not possible to remove a tier if it is not accessible or contains some data, add a force flag to make the removal successful in that case.
This commit is contained in:
2
go.mod
2
go.mod
@@ -197,7 +197,7 @@ require (
|
||||
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
||||
github.com/minio/colorjson v1.0.8 // indirect
|
||||
github.com/minio/filepath v1.0.0 // indirect
|
||||
github.com/minio/mc v0.0.0-20240826104958-a55d9a8d17da // indirect
|
||||
github.com/minio/mc v0.0.0-20240909075310-04c5116c9bdf // indirect
|
||||
github.com/minio/md5-simd v1.1.2 // indirect
|
||||
github.com/minio/pkg/v2 v2.0.19 // indirect
|
||||
github.com/minio/websocket v1.6.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user