mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 06:26:17 +03:00
add gateway object tagging support (#9124)
This commit is contained in:
@@ -137,3 +137,7 @@ func (n *nasObjects) IsReady(ctx context.Context) bool {
|
||||
sinfo := n.ObjectLayer.StorageInfo(ctx, false)
|
||||
return sinfo.Backend.Type == minio.BackendFS
|
||||
}
|
||||
|
||||
func (n *nasObjects) IsTaggingSupported() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user