mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
listObjects: Channel based changes.
Supports: - prefixes - marker
This commit is contained in:
@@ -74,12 +74,6 @@ const (
|
||||
minioUpdateExperimentalURL = "https://dl.minio.io/server/minio/experimental/"
|
||||
)
|
||||
|
||||
// minioUpdates container to hold updates json.
|
||||
type minioUpdates struct {
|
||||
BuildDate string
|
||||
Platforms map[string]string
|
||||
}
|
||||
|
||||
// updateMessage container to hold update messages.
|
||||
type updateMessage struct {
|
||||
Status string `json:"status"`
|
||||
|
||||
Reference in New Issue
Block a user