mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 16:23:28 +03:00
add gateway object tagging support (#9124)
This commit is contained in:
@@ -269,3 +269,7 @@ func (xl xlObjects) IsEncryptionSupported() bool {
|
||||
func (xl xlObjects) IsCompressionSupported() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (xl xlObjects) IsTaggingSupported() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user