mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05: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