Add service icons to Minio (#113331)

This commit is contained in:
Joost Lekkerkerker 2024-03-14 13:25:45 +01:00 committed by GitHub
parent e303a6dae9
commit 75b4cd2733
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,7 @@
{
"services": {
"get": "mdi:cloud-download",
"put": "mdi:cloud-upload",
"remove": "mdi:delete"
}
}